forms/README.md

49 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2020-02-28 11:34:05 +01:00
# Nextcloud Forms
2020-02-28 11:34:05 +01:00
![Downloads](https://img.shields.io/github/downloads/nextcloud/forms/total.svg?style=flat-square)
[![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/forms.svg?style=flat-square)](https://codecov.io/gh/nextcloud/forms/)
[![Dependabot status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot)](https://dependabot.com)
[![Start contributing](https://img.shields.io/github/issues/nextcloud/forms/good%20first%20issue?color=7057ff&label=Contribute)](https://github.com/nextcloud/forms/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
2019-05-14 01:15:45 +02:00
**📝 Simple surveys and questionnaires, self-hosted**
2019-05-14 01:15:45 +02:00
### Straightforward form creation
![](screenshots/forms1.png)
2019-05-14 01:15:45 +02:00
### Simple sharing and responding
![](screenshots/forms2.png)
### Response visualization and exporting
![](screenshots/forms3.png)
- **📝 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](https://github.com/nextcloud/forms/milestones)!
2019-05-14 01:15:45 +02:00
## 🏗 Development setup
2019-05-14 01:15:45 +02:00
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 `npm ci && npm run dev` to install dependencies and build the Javascript.
3. ✅ Enable the app through the app management of your Nextcloud
4. 🎉 Partytime! Help fix [some issues](https://github.com/nextcloud/forms/issues) and [review pull requests](https://github.com/nextcloud/forms/pulls) 👍
2019-05-14 01:15:45 +02:00
### 🧙 Advanced development stuff
2019-05-14 01:15:45 +02:00
To build the Javascript whenever you make changes, you can also use `npm run build`. Or `npm run watch` to automatically rebuild on every file save.
2019-05-14 01:15:45 +02:00
You run all tests by using `make test`.
2019-05-14 09:52:50 +02:00
2019-05-14 01:15:45 +02:00
## ♥ How to create a pull request
2019-05-14 01:15:45 +02:00
This guide will help you get started:
- 💃 [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
2019-05-14 09:52:50 +02:00
2019-05-14 01:15:45 +02:00
## ✌ Code of conduct
2019-05-14 01:15:45 +02:00
The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [forums](https://help.nextcloud.com). If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). 😌