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.
rougeronj [Tue, 07 Apr 2015 11:47:15 +0200] rev 71
add parent_visit attribute to model to identify a book created by user and a book from Jamespot
rougeronj [Fri, 03 Apr 2015 17:15:59 +0200] rev 70
Rename with snake_case
rougeronj [Fri, 03 Apr 2015 16:21:27 +0200] rev 69
update list book view with accordeons and add delete fonction on a book
rougeronj [Fri, 03 Apr 2015 16:20:20 +0200] rev 68
add type="button" on cancel buttons to avoid default validation of form
rougeronj [Fri, 03 Apr 2015 16:19:19 +0200] rev 67
update slideshow : accept the id of a book as route parameter (instead of static id previously)
rougeronj [Fri, 03 Apr 2015 15:06:42 +0200] rev 66
minor update on authcontroller : a modal closed himself sending the route to follow after
rougeronj [Fri, 03 Apr 2015 15:05:32 +0200] rev 65
add book to current scope on success add on server side