Commit graph

11 commits

Author SHA1 Message Date
jelhan
9a3feb2fdb Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:55:16 +01:00
jelhan
008db5681e assign new user to poll
There seems to be an error in ember data with mixed use of embedded and non-embedded hasMany relationships; users relationship in poll is not saved, when it is not embedded (should save the ids)
2014-01-07 16:07:42 +01:00
jelhan
47f2613f14 fixing transitionToRoute error after saving poll
adding id to response of read data as a work-a-round, have to find a nother solution as pushing id to the data will not work with encrypted json
2014-01-06 22:54:55 +01:00
jelhan
4853810a54 Implemented a simple server-side api to store data 2014-01-06 19:56:32 +01:00
jelhan
f452708aab rewrite client in EmberJS
Starting to rewrite client in EmberJS.
Main features, which are not implemented yet:
* api.php is not compatible with Ember Data yet. Data is stored in Locale Storage of the browser in this stage of development.
* Encryption / decryption of data is not implemented yet.
* There is an error on loading stored data due to embedded objects. Working on a fix, but loading a saved poll is not working for this reason yet.
* Adding user to a poll is not implemented yet.
* Any features for user interface like datepicker are not implemented yet.

To  test application you have to open #/create in browser. A route for index is not defined yet.
2013-12-30 17:01:24 +01:00
jelhan
53d4ed50dc option to restrict answers on a defined list of possibilities 2013-11-01 00:56:51 +01:00
jelhan
7c67df19e3 don't use form cause on JavaScript error they could be submitted to server without encryption before 2013-10-31 23:49:11 +01:00
jelhan
c607f31116 rename for better understanding 2013-10-31 23:16:42 +01:00
jelhan
fd3d4c425a datastructure more flexibel to add features like ACL 2013-10-25 02:14:13 +02:00
jelhan
18d590550b english lang and some code formatting improvements 2013-10-22 15:08:44 +02:00
jelhan
693496d9ad prototype 2013-10-22 11:16:08 +02:00