Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.tx
Feb 12, 2018
Nov 24, 2020
Dec 5, 2020
Dec 7, 2020
Jan 21, 2020
Nov 22, 2020
Dec 5, 2020
Jul 11, 2020

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 an expiration date
  • 🔒 Restrict access (all site users or invited users only)
  • 💬 Comments
  • Create public polls
  • Invite users, groups and contacts (directly or via circles or contact groups)
  • Hide results until the poll is closed
  • Create anonymised polls (participants names get pseudonymized for other users)

Bugs

Screenshots

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

Vote and comment

Vote

Edit poll inside the vote page

Edit poll Edit options

Add shared links to your poll

Share poll

View the vote page on mobiles

Vote mobile portrait

Installation / Update

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

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.

You can’t perform that action at this time.