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:
-rw-r--r--README.md26
-rw-r--r--screenshots/edit-options.pngbin0 -> 81463 bytes
-rw-r--r--screenshots/edit-poll.pngbin56681 -> 82213 bytes
-rw-r--r--screenshots/edit-shares.pngbin0 -> 79872 bytes
-rw-r--r--screenshots/overview.pngbin71261 -> 67805 bytes
-rw-r--r--screenshots/vote-mobile-landscape.pngbin38458 -> 95006 bytes
-rw-r--r--screenshots/vote-mobile-portrait.pngbin30685 -> 83841 bytes
-rw-r--r--screenshots/vote.pngbin164357 -> 85604 bytes
8 files changed, 15 insertions, 11 deletions
diff --git a/README.md b/README.md
index 0babaf1c..998a8cfa 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
## 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 / jQuery.
+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](https://github.com/raduvatav/polls) 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.)
+**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
- :bar_chart: Create / edit polls (datetimes _and_ texts)
@@ -23,26 +23,30 @@ It is a rework of the already existing [polls app](https://github.com/raduvatav/
- https://github.com/nextcloud/polls/issues
### Screenshots
-Overview of all polls
-![Overview](https://github.com/nextcloud/polls/blob/master/screenshots/overview.png)
+Create a new poll from the navigation bar and get an overview of your polls
+![Overview](screenshots/overview.png)
-The vote page
-![Vote](https://github.com/nextcloud/polls/blob/master/screenshots/vote.png)
+Vote and comment
+![Vote](screenshots/vote.png)
-Creating a new poll
-![New poll](https://github.com/nextcloud/polls/blob/master/screenshots/edit-poll.png)
+Edit poll on the vote page as owner or an admin
+![Edit poll](screenshots/edit-poll.png)
+![New poll](screenshots/edit-poll.png)
+
+Add shared links to your poll
+![Share poll](screenshots/edit-shares.png)
View the vote page on mobiles
-![Vote mobile portrait](https://github.com/nextcloud/polls/blob/master/screenshots/vote-mobile-portrait.png)
+![Vote mobile portrait](screenshots/vote-mobile-portrait.png)
Turn phone to landscape to see details
-![Vote mobile landscape](https://github.com/nextcloud/polls/blob/master/screenshots/vote-mobile-landscape.png)
+![Vote mobile landscape](screenshots/vote-mobile-landscape.png)
## 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](https://apps.nextcloud.com/apps/polls) or a legacy version from the [ownCloud marketplace](https://marketplace.owncloud.com/apps/polls).
+You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/polls).
### 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:
diff --git a/screenshots/edit-options.png b/screenshots/edit-options.png
new file mode 100644
index 00000000..f97343d9
--- /dev/null
+++ b/screenshots/edit-options.png
Binary files differ
diff --git a/screenshots/edit-poll.png b/screenshots/edit-poll.png
index 3764db7a..b84fa767 100644
--- a/screenshots/edit-poll.png
+++ b/screenshots/edit-poll.png
Binary files differ
diff --git a/screenshots/edit-shares.png b/screenshots/edit-shares.png
new file mode 100644
index 00000000..7eedd030
--- /dev/null
+++ b/screenshots/edit-shares.png
Binary files differ
diff --git a/screenshots/overview.png b/screenshots/overview.png
index 9c028c76..8d19ad16 100644
--- a/screenshots/overview.png
+++ b/screenshots/overview.png
Binary files differ
diff --git a/screenshots/vote-mobile-landscape.png b/screenshots/vote-mobile-landscape.png
index eb833e19..45858793 100644
--- a/screenshots/vote-mobile-landscape.png
+++ b/screenshots/vote-mobile-landscape.png
Binary files differ
diff --git a/screenshots/vote-mobile-portrait.png b/screenshots/vote-mobile-portrait.png
index 890f0cec..b1932016 100644
--- a/screenshots/vote-mobile-portrait.png
+++ b/screenshots/vote-mobile-portrait.png
Binary files differ
diff --git a/screenshots/vote.png b/screenshots/vote.png
index bc583c6c..53cb13f8 100644
--- a/screenshots/vote.png
+++ b/screenshots/vote.png
Binary files differ