📝 Simple form & survey app for Nextcloud
Перейти к файлу
Christian Hartmann d2ac24e3f3
v4.3.3
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2024-11-11 22:01:21 +01:00
.github Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 2024-09-28 01:30:39 +00:00
.tx
appinfo v4.3.3 2024-11-11 22:01:21 +01:00
css
docs feat: Allow to reorder options for "multiple" question type 2024-10-04 13:18:25 +02:00
img
l10n Fix(l10n): Update translations from Transifex 2024-10-02 00:52:32 +00:00
lib fix: default timezone for export 2024-11-06 07:52:14 +00:00
playwright
screenshots
src Add padding and max width so they don't stick to right screen border 2024-11-11 13:23:36 +00:00
templates
tests fix: default timezone for export 2024-11-06 07:52:14 +00:00
vendor-bin Chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 01:35:18 +00:00
.editorconfig
.eslintrc.json
.gitignore
.php-cs-fixer.dist.php
.prettierignore
.prettierrc.json
CHANGELOG.en.md v4.3.0 2024-10-04 14:16:21 +02:00
CHANGELOG.md v4.3.3 2024-11-11 22:01:21 +01:00
CODE_OF_CONDUCT.md
COPYING
LICENSE
Makefile
README.md
codecov.yml
composer.json
composer.lock chore: update dependencies 2024-10-04 13:49:08 +02:00
license.php Adjust php files to new CS 2024-09-21 11:28:20 +02:00
package-lock.json v4.3.3 2024-11-11 22:01:21 +01:00
package.json v4.3.3 2024-11-11 22:01:21 +01:00
playwright.config.ts
psalm.xml
stylelint.config.cjs
tsconfig.json
vite.config.js

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