{"id":15015781,"url":"https://github.com/solidlabresearch/formgenerator","last_synced_at":"2025-04-12T09:52:43.614Z","repository":{"id":126929994,"uuid":"527624255","full_name":"SolidLabResearch/FormGenerator","owner":"SolidLabResearch","description":"A form generator app with Solid - Google Forms but the Solid way","archived":false,"fork":false,"pushed_at":"2024-03-07T15:39:28.000Z","size":24702,"stargazers_count":13,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T09:52:23.362Z","etag":null,"topics":["ember","form","forms-builder","forms-generator","linked-data","solid"],"latest_commit_sha":null,"homepage":"https://solidlabresearch.github.io/FormGenerator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolidLabResearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-22T15:30:16.000Z","updated_at":"2025-02-26T14:46:45.000Z","dependencies_parsed_at":"2023-12-20T15:48:03.972Z","dependency_job_id":"7922dc47-2a9b-44a4-8604-11000f2e04b7","html_url":"https://github.com/SolidLabResearch/FormGenerator","commit_stats":null,"previous_names":["solidlabresearch/formgenerator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2FFormGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2FFormGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2FFormGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2FFormGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolidLabResearch","download_url":"https://codeload.github.com/SolidLabResearch/FormGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550635,"owners_count":21122932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ember","form","forms-builder","forms-generator","linked-data","solid"],"created_at":"2024-09-24T19:47:55.165Z","updated_at":"2025-04-12T09:52:43.592Z","avatar_url":"https://github.com/SolidLabResearch.png","language":"JavaScript","readme":"# FormGenerator\n\nA form generator app with Solid - Google Forms but the Solid way.\n\n[![DOI](https://zenodo.org/badge/527624255.svg)](https://zenodo.org/doi/10.5281/zenodo.10285191)\n\nThis application functions as a proof of concept for the Solid ecosystem. It is a form generator that allows users to\ncreate form definitions and share them with other users. The generated form definition as RDF is stored in a user's Pod\nand can then be used together with a form renderer to render the form.\n\nSuch a form renderer is not part of this repository, but can be found\nat [SolidLabResearch/FormViewer](https://github.com/SolidLabResearch/FormViewer), [SolidLabResearch/FormRenderer](https://github.com/SolidLabResearch/FormRenderer), or [SolidLabResearch/FormCli](https://github.com/SolidLabResearch/FormCli).\n\nThis application functions as the solution for\nthe [[SolidLabResearch/Challenges#64] Drag \u0026 drop form builder app to build a basic RDF form definition](https://github.com/SolidLabResearch/Challenges/issues/64)\nchallenge which is part of\nthe [[SolidLabResearch/Challenges#19] Solid basic form builder (Google Forms but the Solid way)](https://github.com/SolidLabResearch/Challenges/issues/19)\nscenario.\n\nA live version of this application can be found at [http://solidlabresearch.github.io/FormGenerator/](http://solidlabresearch.github.io/FormGenerator/).\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* [Git](https://git-scm.com/)\n* [Node.js](https://nodejs.org/) (with npm)\n* [Ember CLI](https://cli.emberjs.com/release/)\n* [Google Chrome](https://google.com/chrome/)\n\n## Installation\n\n* `git clone \u003crepository-url\u003e` this repository\n* `cd FormGenerator`\n* `npm install`\n\n## Running / Development\n\n* `ember serve` (or `npx ember serve` if ember not installed globally)\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n\n### Linting\n\n* `npm run lint`\n* `npm run lint:fix`\n\n### Building\n\n* `ember build` (development)\n* `ember build --environment production` (production)\n\n### Deploying\n\nJust upload the content in `dist/` to your webserver after building as described above.\n\n## Contribution\n\nWe make use of [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\nWhen making changes to a pull request, we prefer to update the existing commits with a rebase instead of appending new\ncommits.\n\n## Further Reading / Useful Links\n\n* [ember.js](https://emberjs.com/)\n* [ember-cli](https://cli.emberjs.com/release/)\n* Development Browser Extensions\n  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)\n  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidlabresearch%2Fformgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidlabresearch%2Fformgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidlabresearch%2Fformgenerator/lists"}