📝 Simple form & survey app for Nextcloud
Перейти к файлу
John Molakvoæ 2ed97207f4
Merge pull request #1175 from nextcloud/fix/coverage_upload
2022-04-26 10:15:22 +02:00
.github Upload coverage only once 2022-04-24 22:45:35 +02:00
.tx initial commit 2019-05-13 19:15:45 -04:00
appinfo Update version on master 2022-04-14 23:40:03 +02:00
css Show clock icon for time questions 2022-04-08 17:28:01 +02:00
docs Add answer type 'time' 2022-04-08 17:28:01 +02:00
img Show clock icon for time questions 2022-04-08 17:28:01 +02:00
l10n [tx-robot] updated from transifex 2022-04-25 02:52:19 +00:00
lib Move maxStringLengths to Constants 2022-04-24 21:36:01 +02:00
screenshots Add screenshot of response visualization, adjust readme 2020-07-21 16:47:20 +02:00
src Fix warnings 2022-04-24 22:14:00 +02:00
templates Fix Linting Warnings 2021-12-04 13:42:06 +01:00
tests Add simple question description 2022-04-24 21:36:01 +02:00
vendor-bin/cs-fixer Scope cs-fixer 2022-04-06 22:29:00 +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 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 2.5.0 2022-04-08 11:32:31 +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 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 Fix Readme 2022-04-24 20:28:18 +02:00
composer.lock Bump christophwurst/nextcloud from 22.1.1 to 23.0.2 2022-04-09 01:02:34 +00:00
license.php Scope cs-fixer 2022-04-06 22:29:00 +02:00
package-lock.json Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0 2022-04-24 22:14:00 +02:00
package.json Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0 2022-04-24 22:14:00 +02:00
stylelint.config.js Bump Node/Npm 2021-06-16 16:44:51 +02:00
webpack.js Bump Node/Npm 2021-06-16 16:44:51 +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. 😌