f077e732a3 | ||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
docs | ||
img | ||
l10n | ||
lib | ||
screenshots | ||
src/js | ||
templates | ||
tests | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.l10nignore | ||
.php-cs-fixer.dist.php | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
_config.yml | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
phpunit.integration.xml | ||
psalm-baseline.xml | ||
psalm.xml | ||
stylelint.config.js | ||
webpack.config.js |
README.md
Polls - an app, similar to doodle or dudle, for Nextcloud written in PHP and JS/Vue.
Free meeting schedule tool
- ⏭️ Easy poll creation
- 🛠️ Highly customizable
- ✉️ Make your poll confidential by hiding the results until you want them to be discovered
- 🕶️ Obfuscate participants' names from other participants
- ⏲️ Set an automatic expiry date
- ➕ Allow participants to add more options
- ✅ Limit votes per option or user
- ... 💱 and a lot more
- 📬 Invite everyone you want
- 🚀 Export your poll to different spreadsheet formats or HTML
- 🧧 Let Polls automatically remind your invited users
- 💬 Comments
- ☑️ Confirm options after poll closing
- 📢 Subscribe to notifications per poll
- 📅 Get hints about possible conflicting entries in your calendar around the date option
- 🧰 Usable via REST-API
- Supports the following nextcloud apps
- Circles
- Collections aka projects
- Contacts
- Activity
Installation / Update
This app is supposed to work on Nextcloud version 21+.
Install latest release
You can download and install the latest release from the Nextcloud app store.
Support
- Report a bug or request a feature: https://github.com/nextcloud/polls/issues
- Community support: https://help.nextcloud.com/c/apps/polls/
Screenshots
Manage your polls and create new ones
Many configuration options
Share your poll with other people
Vote on mobile
Install from git
If you want to run the latest development version from git source, you need to clone the repo to your apps folder:
git clone https://github.com/nextcloud/polls.git
- Install dev environment with
make dev-setup
- Compile javascript with
npm run build
- Run a complete build with
make appstore
(Find the output in the build directory)
Contribution Guidelines
Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
For more information please review the guidelines for contributing to this repository.