Commit graph

850 commits

Author SHA1 Message Date
jelhan
ab1fa3bf9b disable evaluation for answer type free text 2014-05-21 14:21:47 +02:00
jelhan
14c7b0d7d6 typo 2014-05-21 13:51:52 +02:00
jelhan
4258a53ae7 typo 2014-05-21 13:50:16 +02:00
jelhan
acf3a0e5ec check if only default options are defined 2014-05-21 13:49:59 +02:00
jelhan
1a287510c8 init evaluation with zero 2014-05-21 13:36:44 +02:00
jelhan
cb0fa71a9f newUser as first row in table 2014-05-21 13:18:49 +02:00
jelhan
f1511518bf allow selection of dates in the past but highlight tody
perhaps someone needs that
2014-05-13 19:20:20 +02:00
jelhan
a413aee881 Merge branch 'master' of https://github.com/jelhan/croodle.git 2014-05-13 19:15:43 +02:00
jelhan
7d648d4527 Make poll url a real link 2014-05-13 19:15:26 +02:00
jelhan
10937a321c Update README.md 2014-05-13 19:00:16 +02:00
jelhan
8eabaf8208 Merge branch 'master' of https://github.com/jelhan/croodle.git 2014-05-12 18:43:07 +02:00
jelhan
383e36c386 remove unnecessary headlines 2014-05-12 18:42:49 +02:00
jelhan
8dcf578ce9 add simple index page 2014-05-12 18:41:37 +02:00
jelhan
5d45013af7 in some cases selection.value was undefined 2014-05-12 18:41:21 +02:00
jelhan
769ffd8a47 Update README.md
adding requirements and installation instructions
2014-05-12 17:46:09 +02:00
jelhan
fb7f07ebe7 simple evaluation of poll 2014-05-12 15:28:44 +02:00
jelhan
d097cf2ba3 No need for EmbeddedAdapter anymore, but needing EmbeddedSerializer 2014-05-12 13:50:07 +02:00
jelhan
a8d95e61cd Missing form-group for buttons on option selection if poll type is MakeAPoll 2014-05-12 13:48:12 +02:00
jelhan
e1ef104e94 description should wrap 2014-05-12 13:00:45 +02:00
jelhan
1f259897f7 clear label of user column
It's self-explaining, so we don't need a label. Without table looks tidier.
2014-05-11 16:52:45 +02:00
jelhan
4560957fd1 Update README.md 2014-05-11 15:47:02 +02:00
jelhan
c811de6464 Update README.md 2014-05-11 15:43:23 +02:00
jelhan
a124fe7f09 advanced styling 2014-05-11 15:35:20 +02:00
jelhan
314bff917a style table with bootstrap 2014-05-10 20:25:14 +02:00
jelhan
9774baadbd formatted dates in selection table 2014-05-10 20:14:03 +02:00
jelhan
8abe06ed43 typo 2014-05-10 19:54:18 +02:00
jelhan
259811290e select dates via calendar
Fixes #8
2014-05-10 19:33:03 +02:00
jelhan
0df2ee87e6 write same logik shorter 2014-05-10 18:34:55 +02:00
jelhan
8842eeb612 move computed property to model so it's usable not only in poll route 2014-05-10 18:31:30 +02:00
jelhan
225803e82f simple styling of predefined answers 2014-05-09 13:01:33 +02:00
jelhan
3e0f016ca2 theming user-interface with bootstrap
Fixes #3
2014-05-09 03:41:37 +02:00
jelhan
36a8c23edd since selections are saved as encrypted json this not used anymore 2014-05-08 16:35:41 +02:00
jelhan
3fc71c74a1 remove debug output 2014-05-08 16:29:58 +02:00
jelhan
53f7511940 change selections to encrypted array
Move selections from embedded model to encrypted array.
2014-05-08 16:23:17 +02:00
jelhan
d56176dfb2 property type array is not used anymore 2014-05-08 16:10:24 +02:00
jelhan
e7adabe78a save options also encrypted
property is not updated when pushing an element to an computed property which is an array. Therefore we have to explicit set the array to update computed property.
2014-05-08 15:56:30 +02:00
jelhan
18df6f7200 remove logging 2014-05-08 00:46:36 +02:00
jelhan
b8c1305dcd define default values on creation of object
Implementation of encrypted array does not support default values.
2014-05-08 00:40:34 +02:00
jelhan
b9b7ea1eaa encrypt answers
Adds support for encrypted storage of data type array.
2014-05-08 00:37:27 +02:00
jelhan
8f2c6d66d1 encrypt creationDate
Adds support for encrypted storage of data type date.
2014-05-08 00:32:53 +02:00
jelhan
8dfab4c812 remove loging and test function 2014-04-18 03:03:53 +02:00
jelhan
f6e5905e1a answers as array of object because valuebinding is not working for array of strings 2014-04-18 03:02:48 +02:00
jelhan
22f816eb7f handle options as array 2014-04-18 02:59:29 +02:00
jelhan
24b2b02b08 Revert "using bower"
This reverts commit e517453b05.
2014-04-07 17:32:32 +02:00
jelhan
e517453b05 using bower 2014-04-07 17:05:58 +02:00
jelhan
cca69aed60 Support for pre defined answer possibilities
Implemented answer types are:
* yes, no (default)
* yes, no, maybe
* free text

While creating a poll the user choose possible answers by defining an answer type.

Later  user defined answer possibilites could be added.
2014-04-04 01:14:08 +02:00
jelhan
c708b57cf5 support installation in sub-directory 2014-04-03 22:58:05 +02:00
jelhan
c39021dee5 workaround for duplicated records after save
adding reload after save as workaround for bug: duplicated records after save
causing unnecessary GET requests
2014-02-22 03:28:49 +01:00
jelhan
bdf620d092 prevent unnecessary reload 2014-02-21 20:10:25 +01:00
jelhan
6863953f61 correct default values 2014-02-21 19:58:55 +01:00