rougeronj [Wed, 08 Apr 2015 17:00:43 +0200] rev 81
Adapt the html to handle a list of images sent by our Ammico API
rougeronj [Wed, 08 Apr 2015 16:55:19 +0200] rev 80
Add Orpheo Serializer and update config.tmpl with empty Orpheo URL
rougeronj [Wed, 08 Apr 2015 00:39:23 +0200] rev 79
Add url to access main page of the project and gulp "copy-server" to copy the ammico app to the server
rougeronj [Wed, 08 Apr 2015 00:37:52 +0200] rev 78
add gulp task "copy-server" to copy the project built, on the django server
rougeronj [Wed, 08 Apr 2015 00:36:37 +0200] rev 77
Add new serializer for the data send by Orpheo. We receive XML so we parse it to json. Then we parse some html to get the proper data of each attribute.
Add xmlToJson parser module to requirements.txt
rougeronj [Wed, 08 Apr 2015 00:31:45 +0200] rev 76
show the data of the json received from the server (normalize the exchanged data)
rougeronj [Tue, 07 Apr 2015 12:01:58 +0200] rev 75
Render parent books, child books, and other books separately - minor clean in modal.html
rougeronj [Tue, 07 Apr 2015 12:00:14 +0200] rev 74
get the book id of the book to delete from the template instead of $index (because we reorder the list so $index are not really clear anymore)
rougeronj [Tue, 07 Apr 2015 11:56:43 +0200] rev 73
redirect to login page if the account is successfully created
rougeronj [Tue, 07 Apr 2015 11:55:11 +0200] rev 72
Update PopulateVisit function to get only the new visits from Jamespot.
In case the parameter "parrent_visit" is passed when creating a book, we copy all the slide corresponding to the visit being copied.
Refactor PopulateVisite to PopulateVisit.