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:
authordartcafe <github@dartcafe.de>2021-01-25 19:17:53 +0300
committerdartcafe <github@dartcafe.de>2021-01-25 19:17:53 +0300
commitf2c189aa10d9d3f8d3da2f688ad66babba10c298 (patch)
treec3a71b7eca4bc0b9e909860186d51e571199203c
parent400797a032c5513fa57a06a0e5771fd2cb83e370 (diff)
README.md and updated screenshots
-rw-r--r--README.md23
-rw-r--r--screenshots/edit-poll.pngbin153507 -> 130401 bytes
-rw-r--r--screenshots/mobile-portrait.pngbin43820 -> 141719 bytes
-rw-r--r--screenshots/overview.pngbin88942 -> 67471 bytes
-rw-r--r--screenshots/shares.pngbin174394 -> 139701 bytes
-rw-r--r--screenshots/vote.pngbin161961 -> 70665 bytes
6 files changed, 14 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0453e747..308548c4 100644
--- a/README.md
+++ b/README.md
@@ -9,27 +9,32 @@ This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and
## Features
- :bar_chart: Create / edit polls (datetimes and texts)
-- :date: Set an expiration date
+- :date: Set a closing date
- :lock: Restrict access (all site users or invited users only)
- :speech_balloon: 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)
+- 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
- https://github.com/nextcloud/polls/issues
-## Screenshots
+## Screenshots (table view)
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 (list view)
![Vote](screenshots/vote.png)
#### Edit poll inside the vote page
![Edit poll](screenshots/edit-poll.png)
-![Edit options](screenshots/options.png)
#### Add shared links to your poll
![Share poll](screenshots/shares.png)
@@ -38,7 +43,7 @@ Create a new poll from the navigation bar and get an overview of your polls
![Vote mobile portrait](screenshots/mobile-portrait.png)
## Installation / Update
-This app is supposed to work on Nextcloud version 17+.
+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](https://apps.nextcloud.com/apps/polls).
diff --git a/screenshots/edit-poll.png b/screenshots/edit-poll.png
index 9d064328..5e5c2905 100644
--- a/screenshots/edit-poll.png
+++ b/screenshots/edit-poll.png
Binary files differ
diff --git a/screenshots/mobile-portrait.png b/screenshots/mobile-portrait.png
index b9698b52..c31788dd 100644
--- a/screenshots/mobile-portrait.png
+++ b/screenshots/mobile-portrait.png
Binary files differ
diff --git a/screenshots/overview.png b/screenshots/overview.png
index e1b90977..f67a9cfb 100644
--- a/screenshots/overview.png
+++ b/screenshots/overview.png
Binary files differ
diff --git a/screenshots/shares.png b/screenshots/shares.png
index a2dfd082..ca5546e9 100644
--- a/screenshots/shares.png
+++ b/screenshots/shares.png
Binary files differ
diff --git a/screenshots/vote.png b/screenshots/vote.png
index b5a66580..026d91a0 100644
--- a/screenshots/vote.png
+++ b/screenshots/vote.png
Binary files differ