Commit graph

36 commits

Author SHA1 Message Date
Yann Esposito (Yogsototh)
0174f5886d
ops and css tweaks 2019-09-02 16:05:02 +02:00
Yann Esposito (Yogsototh)
175e24ec38
stack support 2019-09-02 15:06:46 +02:00
Konrad Merz
b632b3611f Delete options and dependecies with poll
If we delete a poll we need to remove also the dependencies:
- Options and its votes
- Cants

Otherwise they will be reused for the next poll since sqlite
reuses the ids.
2016-11-08 16:26:12 +01:00
Konrad Merz
35da1a3e84 Update screenshot after styling update 2016-03-28 13:04:45 +02:00
Konrad Merz
6055ef1040 Make port configureable 2016-03-28 12:26:44 +02:00
Konrad Merz
8408bb6b55 Some more styling 2015-04-10 16:51:24 +02:00
Konrad Merz
e9c0304be8 make validation of name more strict
we can't allow a name to contain a ? since this will break url
creation of edit and delete for vote and cant

actually this is a massiv design flaw to use the name as
identifier but I am to lazy to fix this now
2015-04-02 19:19:38 +02:00
Konrad Merz
2b4f91184c some css styling fixes 2015-04-02 19:02:06 +02:00
Konrad Merz
c48e5fcb21 add delete of a poll 2015-04-02 18:28:38 +02:00
Konrad Merz
608572e9b2 add readme and screenshot 2015-03-31 14:46:33 +02:00
Konrad Merz
beb3505b09 Add timestamp to records 2015-03-31 13:20:05 +02:00
Konrad Merz
e5f55fe670 Fix hlinter warnings 2015-03-30 17:01:48 +02:00
Konrad Merz
d03db32177 Fix type and styling 2015-03-30 14:42:15 +02:00
Konrad Merz
4290e09861 Splitt edit of name and options
- this makes the button handling easier, the user gets less confussed
- try avoiding the button name back
2015-03-30 14:36:26 +02:00
Konrad Merz
66a902b16b Add deletion of a vote 2015-03-30 13:39:03 +02:00
Konrad Merz
9376ad3174 Make a vote updateable 2015-03-30 13:29:03 +02:00
Konrad Merz
0c50897711 Better error messages 2015-03-30 11:47:14 +02:00
Konrad Merz
3dd1f24658 Use redirect instaed of rendering 2015-03-30 11:45:17 +02:00
Konrad Merz
18963c6084 Move duplicated code to show action 2015-03-30 11:43:28 +02:00
Konrad Merz
b878f451e7 minimize size of form so we can in the next change add forms to a row 2015-03-30 11:35:42 +02:00
Konrad Merz
abdb76f063 Make it possible to vote against all options 2015-03-30 11:15:24 +02:00
Konrad Merz
1939329608 Add vote count row and move vote button in to last col 2015-03-30 09:39:42 +02:00
Konrad Merz
44b47b2564 display choices horizontal instead of vertical 2015-03-30 09:09:31 +02:00
Konrad Merz
333e78d0a5 Add a edit page and add deletion of options 2015-03-29 21:40:10 +02:00
Konrad Merz
7c20386d3c Add desctiption to option
- and fix some styling
2015-03-29 20:36:52 +02:00
Konrad Merz
7f89cfaf58 Limit index page to 30 polls and descending 2015-03-29 20:07:38 +02:00
Konrad Merz
9dd91557a3 use intercalate to join voter names 2015-03-29 20:00:32 +02:00
Konrad Merz
7face923fe Add lots of styling 2015-03-29 19:54:14 +02:00
Konrad Merz
c5f2ff72a2 Add validations and some styling fixes 2015-03-29 17:50:04 +02:00
Konrad Merz
db09c2cc98 Make it voteable 2015-03-29 16:12:23 +02:00
Konrad Merz
4975257dcb use redirect after post 2015-03-28 17:22:01 +01:00
Konrad Merz
8768ed8775 Add options to poll 2015-03-28 17:03:10 +01:00
Konrad Merz
44c0eb1749 Make a restfull poll 2015-03-28 16:09:41 +01:00
Konrad Merz
f35669c17a add persitent as database ORM 2015-03-28 11:29:02 +01:00
Konrad Merz
b0238c2095 add gitignroe 2015-03-28 08:49:13 +01:00
Konrad Merz
7da5e1005d Init noodle 2015-03-28 08:47:36 +01:00