📝 Simple form & survey app for Nextcloud
Перейти к файлу
Christian Hartmann f06a76ffbc
v4.3.0-alpha6
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-08-24 13:06:28 +02:00
.github fix workflows 2024-08-23 00:38:59 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:03 +00:00
appinfo v4.3.0-alpha6 2024-08-24 13:06:28 +02:00
css fix: Drop workarounds that were resolved since Nextcloud 27 2024-05-06 17:45:15 +02:00
docs chore: Fix code style by running prettier 2024-06-12 22:37:58 +02:00
img style: replace icon with Material Symbols version 2024-07-06 20:50:33 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-24 00:53:22 +00:00
lib run cs:fix 2024-08-24 10:52:10 +02:00
playwright test: Add e2e tests for the form description 2024-08-14 14:11:24 +02:00
screenshots chore: update screenshots 2023-10-03 18:57:07 +02:00
src fix: make FilePicker work with latest dialogs (#2300) 2024-08-24 13:00:24 +02:00
templates Several small fixes 2022-09-11 22:18:42 +02:00
tests run cs:fix 2024-08-24 10:52:10 +02:00
vendor-bin Chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-08-24 01:20:13 +00:00
.editorconfig New question ui 2020-04-24 17:27:49 +02:00
.eslintrc.json chore: Use prettier for stylistic rules 2024-06-12 22:15:36 +02:00
.gitignore tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
.php-cs-fixer.dist.php Fix autoload path 2023-06-14 18:16:45 +02:00
.prettierignore fix: make FilePicker work with latest dialogs (#2300) 2024-08-24 13:00:24 +02:00
.prettierrc.json chore: Use prettier for stylistic rules 2024-06-12 22:15:36 +02:00
CHANGELOG.en.md feat: add warning about removing legacy links 2024-08-11 16:40:59 +02:00
CHANGELOG.md v4.3.0-alpha6 2024-08-24 13:06:28 +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 Fix makefile 2021-11-10 16:58:17 +01:00
README.md chore: Fix code style by running prettier 2024-06-12 22:37:58 +02:00
codecov.yml chore: Fix code style by running prettier 2024-06-12 22:37:58 +02:00
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 Update npm and composer deps 2024-06-22 11:30:23 +02:00
license.php run cs:fix 2024-08-24 10:52:10 +02:00
package-lock.json v4.3.0-alpha6 2024-08-24 13:06:28 +02:00
package.json v4.3.0-alpha6 2024-08-24 13:06:28 +02:00
playwright.config.ts tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
psalm.xml feat: Data source for the Analytics App 2024-07-29 08:57:09 +02: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 tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
vite.config.js chore: Fix code style by running prettier 2024-06-12 22:37:58 +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
  • 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. 😌