📝 Simple form & survey app for Nextcloud
Перейти к файлу
Christian Hartmann 579d145c9d
Change mandatory to isRequired
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-04-10 11:08:26 +02:00
.github Fix codecov 2021-03-29 11:51:47 +02:00
.tx initial commit 2019-05-13 19:15:45 -04:00
appinfo v2.2.4 2021-03-30 23:41:12 +02:00
css Fix header-height for NC19 2021-02-24 03:06:30 +01:00
docs Merge pull request #780 from nextcloud/enh/export_to_cloud 2021-02-26 09:11:02 +01:00
img Create Activity Handles 2021-02-25 12:57:50 +01:00
l10n [tx-robot] updated from transifex 2021-04-05 02:47:12 +00:00
lib Change mandatory to isRequired 2021-04-10 11:08:26 +02:00
screenshots Add screenshot of response visualization, adjust readme 2020-07-21 16:47:20 +02:00
src Change mandatory to isRequired 2021-04-10 11:08:26 +02:00
templates Prevent leaking personnal infos on forms 2020-05-05 08:45:36 +02:00
tests Fix codecov 2021-03-29 11:51:47 +02:00
.editorconfig New question ui 2020-04-24 17:27:49 +02:00
.eslintrc.js Initial load and display of public form 2020-04-28 18:14:38 +02:00
.gitattributes Php cs fix 2020-04-29 11:50:03 +02:00
.gitignore Fix codecov 2021-03-29 11:51:47 +02:00
.php_cs.dist Fix CS-Check 2021-02-25 15:00:58 +01:00
CHANGELOG.md v2.2.4 2021-03-30 23:41:12 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-02-12 16:14:42 +01:00
COPYING initial commit 2019-05-13 19:15:45 -04:00
LICENSE Initial commit 2019-05-13 01:53:28 -04:00
Makefile Clean js on make clean 2021-03-09 16:27:07 +01:00
README.md Add screenshot of response visualization, adjust readme 2020-07-21 16:47:20 +02:00
babel.config.js New question ui 2020-04-24 17:27:49 +02:00
codecov.yml Fix codecov 2021-03-29 11:51:47 +02:00
composer.json Fix codecov 2021-03-29 11:51:47 +02:00
composer.lock Bump phpunit/phpunit from 8.5.14 to 8.5.15 2021-03-26 10:11:03 +00:00
license.php CS fix 2021-01-20 10:07:53 +01:00
package-lock.json Merge pull request #879 from nextcloud/dependabot/npm_and_yarn/core-js-3.10.0 2021-04-04 20:56:11 +00:00
package.json Merge pull request #879 from nextcloud/dependabot/npm_and_yarn/core-js-3.10.0 2021-04-04 20:56:11 +00:00
stylelint.config.js Update stylelint config 2020-07-26 11:22:36 +02:00
webpack.js Fix toast svg 2021-02-22 00:32:19 +01:00

README.md

Nextcloud Forms

Downloads Code coverage Dependabot status Start contributing

📝 Simple surveys and questionnaires, self-hosted

Straightforward form creation

Simple sharing and responding

Response visualization and exporting

  • 📝 Simple design: No mass of options, only the essentials. Works well on mobile of course.
  • 📊 View & export results: Results are visualized and can also be exported as CSV in the same format used by Google Forms.
  • 🔒 Data under your control! Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
  • 🙋 Get involved! We have lots of stuff planned like more question types, collaboration on forms, and much more!

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/forms.git
  2. 👩‍💻 In the folder of the app, run the command npm ci && npm run dev to install dependencies and build the Javascript.
  3. Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍

🧙 Advanced development stuff

To build the Javascript whenever you make changes, you can also use npm run build. Or npm run watch to automatically rebuild on every file save.

You run all tests by using make test.

♥ How to create a pull request

This guide will help you get started:

✌ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and forums. If you contribute, participate or interact with this community, please respect our shared values. 😌