Skip to content

tortuetorche/polls

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Polls

Build Status Scrutinizer Code Coverage Software License

This branch is in alpha state, do not use for production needs

This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and JS / Vue. It is a rework of the already existing polls app written by @raduvatav.

Note: ownCloud is no longer supported! Last (confirmed) working version is 0.8.1 and is released in the oC marketplace. Note: IE11 users will face some CSS problems (see #541). Please change to a compatible browser (Firefox, Chrome, Edge, etc.). Or better: don't even try this browser

Features

  • ๐Ÿ“Š Create / edit polls (datetimes and texts)
  • ๐Ÿ“… Set expiration date
  • ๐Ÿ”’ Restrict access (only logged in users, certain groups / users, hidden and public)
  • ๐Ÿ’ฌ Comments

Bugs

Screenshots

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

Vote and comment Vote

Edit poll on the vote page as owner or an admin Edit poll Edit options

Add shared links to your poll Share poll

View the vote page on mobiles Vote mobile portrait

Turn phone to landscape to see details Vote mobile landscape

Installation / Update

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

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 make build-js-production or 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.

About

๐Ÿ“Š Polls app for Nextcloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 38.2%
  • PHP 35.7%
  • Vue 25.1%
  • Other 1.0%