Commit Graph

124 Commits

Author SHA1 Message Date
93b0f68721 Improved Javadoc 2019-07-23 09:27:30 +01:00
e70567d1a8 Minor style fixes. 2019-07-22 11:44:21 +01:00
301e52adb6 Added configuration metadata 2019-07-15 13:03:31 +01:00
8f4c4e5951 Formatting 2019-07-15 12:53:30 +01:00
c19f9df029 Added ability for observation data to be sent by email 2019-07-15 12:53:18 +01:00
0778586e51 Refactored CSV utilities 2019-07-15 12:51:15 +01:00
319e59354a Added mechanism for retrieving in-progress session data. 2019-05-03 13:20:38 +01:00
0ec96a874d Simplified rating validity check 2019-03-05 11:42:54 +00:00
4e81e9a5b9 Added test for partial submission 2019-03-05 11:37:42 +00:00
9ae1544b22 Corrected test name 2019-03-05 11:04:48 +00:00
7abd2c7a90 Added verification of websocket invocation 2019-03-05 09:19:09 +00:00
ff2618cc5d More tests, more sanity checks 2019-03-04 15:54:30 +00:00
efb7903482 Downgraded error to warn 2019-03-04 12:35:57 +00:00
707b8a1b26 Added better error handling for spring environment issues 2019-03-04 11:45:40 +00:00
b72060cd2a Added some tests for GroupSessionController 2019-03-04 11:15:41 +00:00
cb6c15146e Some routes now return actual HTTP error codes 2019-03-04 10:59:32 +00:00
6f4da05ddc Group sessions now show current data in a scenario format.
Remote users are now informed when session is closed.
2019-02-28 15:07:29 +00:00
6f7e5596c3 Group session data can now be submitted and shows in session log 2019-02-25 14:59:35 +00:00
2676307170 Group sessions can now be properly started 2019-02-19 16:05:19 +00:00
cd6aba097d Updated comments 2019-02-18 11:24:58 +00:00
9e86e1a593 Split controller for better maintainability 2019-02-18 10:48:16 +00:00
742faa7bf3 More work on group sessions 2019-02-18 10:48:16 +00:00
e6f2963e88 Added some implementation for group multihead session 2019-02-14 11:57:54 +00:00
b7858d0de5 Removed test line 2019-02-13 20:22:44 +00:00
b28bc5a7f1 Started websocket frontend component 2019-02-13 20:21:15 +00:00
d30104eafa Laid foundation for pushing data via websocket. 2019-02-12 16:01:18 +00:00
39de14caf6 Added pie chart showing counts of categories with a rating of 3 or below 2018-12-13 12:50:28 +00:00
3ebaf66a33 Fixed testAddObservation 2018-11-30 12:24:31 +00:00
d8b3c0040d Removed unneeded entity fields, moved observation view to new format 2018-11-30 11:39:21 +00:00
2697926242 Changed backend and database to a more scenario driven layout. 2018-11-29 14:30:25 +00:00
e3a5dd7a46 Queries are now ordered by date explicitly. 2018-11-22 16:40:32 +00:00
8016c4163e Added Day shift selector entry, temporary diversion from task database csv style 2018-11-16 14:47:12 +00:00
9e8dae91dc Disabled caching. 2018-11-14 11:31:35 +00:00
9ed2543355 Added tutor list to viewed observations. 2018-11-01 13:36:12 +00:00
058de81acd Finding a person now definitely only returns a single result. 2018-11-01 10:23:25 +00:00
d54db4aa92 Searches for whom is now case insensitive. 2018-11-01 10:13:44 +00:00
2eefe3c217 Can now filter on both group and person. 2018-11-01 10:09:02 +00:00
d25ec78fd9 Added csv dump button to observations view. 2018-10-30 16:47:26 +00:00
770e4546e8 Moved csv header definition to nested function. 2018-10-30 15:57:06 +00:00
42ce7bd8df Added csv dump matching format of existing observations database. 2018-10-30 15:54:45 +00:00
8a6e3a312a Fixed searching for an observation by an associated individual. 2018-10-29 15:26:12 +00:00
474fbe18da Added test for controller search with person. 2018-10-26 11:08:33 +01:00
4cba15acb3 Formatting. 2018-10-22 13:19:31 +01:00
563bbd17da Added check for if person is empty in an observations request. 2018-10-22 11:19:58 +01:00
537d89a61b Updated Spring version. 2018-10-22 10:43:05 +01:00
af70415dd4 Persons are now stored as an entity rather than embeddable. 2018-10-22 10:42:00 +01:00
bee72b152c Added recording of persons to the backend. 2018-10-19 10:33:58 +01:00
f1041ca4b4 Differentiated colours for new category splits. 2018-10-16 16:27:55 +01:00
9c63c307ea Added extra category subdivisions. 2018-10-16 14:48:36 +01:00
a0ae8803be Added tests for controller.getObservations. 2018-10-10 14:47:01 +01:00