Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-11-05 23:04:34 +0300
committerGitHub <noreply@github.com>2020-11-05 23:04:34 +0300
commit6c42ef33646842c9c05f751dcb56fb5a4ba91177 (patch)
treebc310c6a0dba7c3ef473e00446a6a09eb7cfa9d9 /README.md
parentaa5a15df2d5f3dddae02404f5e1d818a816d4958 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index d12550b5..0453e747 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and JS / Vue.
-### Features
+## Features
- :bar_chart: Create / edit polls (datetimes and texts)
- :date: Set an expiration date
- :lock: Restrict access (all site users or invited users only)
@@ -17,28 +17,26 @@ This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and
- Hide results until the poll is closed
- Create anonymised polls (participants names get pseudonymized for other users)
-### Bugs
+## Bugs
- https://github.com/nextcloud/polls/issues
-### Screenshots
+## Screenshots
Create a new poll from the navigation bar and get an overview of your polls
![Overview](screenshots/overview.png)
-Vote and comment
+#### Vote and comment
![Vote](screenshots/vote.png)
-Edit poll inside the vote page
+#### Edit poll inside the vote page
![Edit poll](screenshots/edit-poll.png)
![Edit options](screenshots/options.png)
-Add shared links to your poll
+#### Add shared links to your poll
![Share poll](screenshots/shares.png)
-View the vote page on mobiles (Turn phone to landscape to see th full table)
+#### View the vote page on mobiles
![Vote mobile portrait](screenshots/mobile-portrait.png)
-Only the owner can edit the poll. Granting access to admin users will be available in the next version.
-
## Installation / Update
This app is supposed to work on Nextcloud version 17+.