🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe b863a1d447
some optimizations
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-25 09:52:22 +01:00
.github temporarily remove php 8 from checks 2021-03-23 10:10:44 +01:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo version update 2021-03-14 10:11:45 +01:00
docs Update API_v1.0.md 2020-11-24 23:24:48 +01:00
img use black icon for notifications 2020-11-19 08:20:58 +01:00
l10n [tx-robot] updated from transifex 2021-03-22 03:07:02 +00:00
lib some optimizations 2021-03-25 09:52:22 +01:00
screenshots README.md and updated screenshots 2021-01-25 17:17:53 +01:00
src/js some optimizations 2021-03-25 09:52:22 +01:00
templates Doctrine fix (#1113) 2020-09-21 12:34:15 +02:00
tests Update phpunit.integration.xml 2021-03-20 08:25:34 +01:00
.babelrc.js fixes and layout 2020-05-06 10:25:38 +02:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.eslintrc.js removed unused props, add vue/no-unused-properties 2021-02-27 15:30:04 +01:00
.gitignore require php-cs-fixer:2.17.3 2021-03-23 10:10:33 +01:00
.jshintrc fix scrutinizer 2020-01-08 21:17:58 +01:00
.l10nignore prepare 1.1.0 2020-01-21 19:39:32 +01:00
.php_cs.dist adding actions 2020-09-03 08:23:56 +02:00
.scrutinizer.yml force scrutinizer to PHP7 2021-03-25 08:11:56 +01:00
.stylelintignore stylelint ignore gif 2020-09-13 20:13:17 +02:00
.stylelintrc.js fixes and layout 2020-05-06 10:25:38 +02:00
CHANGELOG.md changelog 2021-03-19 17:05:30 +01:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile exclude psalm from packages 2021-01-22 12:32:06 +01:00
README.md README.md and updated screenshots 2021-01-25 17:17:53 +01:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
composer.json require php-cs-fixer:2.17.3 2021-03-23 10:10:33 +01:00
composer.lock require php-cs-fixer:2.17.3 2021-03-23 10:10:33 +01:00
package-lock.json Merge pull request #1478 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.7.2 2021-03-20 06:52:45 +00:00
package.json Merge pull request #1478 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.7.2 2021-03-20 06:52:45 +00:00
phpunit.integration.xml try phpunit fix 2021-03-20 08:22:06 +01:00
psalm.xml Psalm (#1277) 2020-12-05 20:44:00 +01:00
webpack.common.js removed chunk folder 2020-10-24 12:34:07 +02:00
webpack.dev.js Update dependencies 2020-10-30 19:28:40 +01:00
webpack.prod.js removed cache from terser config 2021-01-02 22:26:54 +01:00

README.md

Polls

Build Status Scrutinizer Code Coverage Software License

This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and JS / Vue.

Features

  • 📊 Create / edit polls (datetimes and texts)
  • 📅 Set a closing date
  • 🔒 Restrict access (all site users or invited users only)
  • 💬 Comments
  • Share poll with users, groups, contacts and circles
  • Invite external users with a unique link or via email address
  • Hide results permanently or until the poll is closed
  • Confirm options after poll closing
  • Create anonymized polls (participants names get pseudonymized for other users)
  • Limit possible answers per option and per user
  • Subscribe to notifications
  • Get hints about possible conflicting entries in your calendar around the date option
  • Switch between list and table view
  • Configure your preferred view for date and text polls

Bugs

Screenshots (table view)

Create a new poll from the navigation bar and get an overview of your polls Overview

Vote and comment (list view)

Vote

Edit poll inside the vote page

Edit poll

Share poll

View the vote page on mobiles

Vote mobile portrait

Installation / Update

This app is supposed to work on Nextcloud version 19+.

Install latest release

You can download and install the latest release from the Nextcloud app store.

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 polls.js with npm run build
  • Run a complete build with make all (installs dev env, runs linter and builds the polls.js)

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.