📝 Simple form & survey app for Nextcloud
Перейти к файлу
Christian Hartmann 508a939a5a
Update API version to v2.4
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-02-01 18:49:49 +01:00
.github Build(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0 2024-01-29 13:35:39 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:03 +00:00
appinfo Update API version to v2.4 2024-02-01 18:49:49 +01:00
css Add css fix for upstream server styling issue 2023-05-16 00:29:44 +02:00
cypress enh(tests): Add initial cypress tests for frontend testing (#1891) 2024-01-24 13:49:51 +01:00
docs Update API version to v2.4 2024-02-01 18:49:49 +01:00
img Move to NcEmptyContent 2022-09-05 17:28:54 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-01-31 00:49:53 +00:00
lib enh: Added possibility to link spreadsheet for automatic submission export in multiple formats 2024-01-23 23:45:23 +01:00
screenshots chore: update screenshots 2023-10-03 18:57:07 +02:00
src Update API version to v2.4 2024-02-01 18:49:49 +01:00
templates Several small fixes 2022-09-11 22:18:42 +02:00
tests Update API version to v2.4 2024-02-01 18:49:49 +01:00
vendor-bin fix(psalm): Move psalm to vendor-bin to prevent dependency clashes 2023-11-27 22:50:52 +01:00
.editorconfig
.eslintrc.json enh(dev): Migrate from webpack to vite for building the frontend 2023-12-09 16:58:01 +01:00
.gitattributes
.gitignore enh(dev): Migrate from webpack to vite for building the frontend 2023-12-09 16:58:01 +01:00
.php-cs-fixer.dist.php Fix autoload path 2023-06-14 18:16:45 +02:00
CHANGELOG.md v4.0.0 2023-12-12 23:08:28 +01:00
CODE_OF_CONDUCT.md
COPYING
LICENSE
Makefile
README.md Update README.md 2023-10-05 11:55:53 +02:00
codecov.yml
composer.json Build(deps): Bump phpoffice/phpspreadsheet from 1.29.0 to 2.0.0 2024-01-27 03:04:16 +00:00
composer.lock Build(deps): Bump phpoffice/phpspreadsheet from 1.29.0 to 2.0.0 2024-01-27 03:04:16 +00:00
cypress.config.ts enh(tests): Add initial cypress tests for frontend testing (#1891) 2024-01-24 13:49:51 +01:00
license.php
package-lock.json Merge pull request #1927 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.4 2024-01-31 15:22:27 +00:00
package.json Merge pull request #1927 from nextcloud/dependabot/npm_and_yarn/main/cypress-13.6.4 2024-01-31 15:22:27 +00:00
psalm.xml enh: Added possibility to link spreadsheet for automatic submission export in multiple formats 2024-01-23 23:45:23 +01:00
stylelint.config.cjs enh(dev): Migrate from webpack to vite for building the frontend 2023-12-09 16:58:01 +01:00
tsconfig.json enh(tests): Add initial cypress tests for frontend testing (#1891) 2024-01-24 13:49:51 +01:00
vite.config.js fix: Use separate chunk for `vue` and `vue-router` to prevent multiple imports 2023-12-26 19:19:53 +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 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
  • composer psalm for static code analysis

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