📝 Simple form & survey app for Nextcloud
Перейти к файлу
Chartman123 dfeae5ac64
Merge pull request #1476 from nextcloud/fix/api_doc
Add shareHash parameter
2023-02-01 18:23:08 +01:00
.github Update phpunit.yml 2023-01-22 02:06:37 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:03 +00:00
appinfo Implement Share permissions and allow updating them 2023-01-31 13:32:45 +01:00
css Remove css variables 2022-09-25 21:02:57 +02:00
docs Add shareHash parameter 2023-02-01 18:21:24 +01:00
img Move to NcEmptyContent 2022-09-05 17:28:54 +02:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-28 02:41:28 +00:00
lib Add `results_delete` permission 2023-01-31 13:32:45 +01:00
screenshots Add screenshot of response visualization, adjust readme 2020-07-21 16:47:20 +02:00
src Add missing computed property to edit view 2023-01-31 17:46:44 +01:00
templates Several small fixes 2022-09-11 22:18:42 +02:00
tests Add `results_delete` permission 2023-01-31 13:32:45 +01:00
vendor-bin/cs-fixer Move from `christophwurst/nextcloud` to `nextcloud/ocp` 2023-01-03 13:14:39 +01:00
.editorconfig
.eslintrc.js Use `@nextcloud/logger` for frontend logging 2022-07-30 15:56:11 +02:00
.gitattributes
.gitignore Scope cs-fixer 2022-04-06 22:29:00 +02:00
.php-cs-fixer.dist.php Bump php-dependencies 2022-04-06 22:19:29 +02:00
CHANGELOG.md v3.0.4 2023-01-31 11:56:21 +01:00
CODE_OF_CONDUCT.md
COPYING
LICENSE
Makefile Fix makefile 2021-11-10 16:58:17 +01:00
README.md Fix Readme 2022-04-24 20:28:18 +02:00
babel.config.js Bump Node/Npm 2021-06-16 16:44:51 +02:00
codecov.yml Fix codecov 2021-03-29 11:51:47 +02:00
composer.json Move from `christophwurst/nextcloud` to `nextcloud/ocp` 2023-01-03 13:14:39 +01:00
composer.lock Bump phpunit/phpunit from 9.5.27 to 9.5.28 2023-01-22 10:09:39 +00:00
license.php Scope cs-fixer 2022-04-06 22:29:00 +02:00
package-lock.json Allow formatting questions and form descriptions using Markdown 2023-01-31 12:27:54 +01:00
package.json Allow formatting questions and form descriptions using Markdown 2023-01-31 12:27:54 +01:00
stylelint.config.js Bump Node/Npm 2021-06-16 16:44:51 +02:00
webpack.js Add UI to preview and fill out own forms 2022-09-06 13:25:04 +02: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 composer i && composer i && npm ci && npm run build 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 use npm run build. Or npm run watch to automatically rebuild on every file save.

You run several tests by:

  • npm run lint for JavaScript linting
  • npm run stylelint for CSS linting
  • composer cs:check for the Nextcloud php coding standard
  • composer lint for php linting
  • composer test:unit and composer test:integration to run the php functionality tests

♥ 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. 😌