Commit Graph

185 Commits

Author SHA1 Message Date
76e19e9253 Added repository tests and some controller tests. 2018-10-03 14:38:01 +01:00
d5ded7c12a Updated README instructions. 2018-10-03 11:40:34 +01:00
2f115e2837 Welcome to Spring town. 2018-10-03 11:35:15 +01:00
1ef05d3822 Added tutor filtering? 2018-09-27 16:45:26 +01:00
8a9a28c782 Started page to show list of observations 2018-09-27 15:39:48 +01:00
7a6798a70a Added route for list of observations. 2018-09-27 15:37:11 +01:00
ceac6d4079 Removed unused import. 2018-09-27 09:25:54 +01:00
3d048723cd Conformed to Google Checkstyle. 2018-09-27 09:24:50 +01:00
2950095e50 Renamed package. 2018-09-27 09:05:22 +01:00
498478b577 Stats chart is now operational. 2018-09-26 16:27:34 +01:00
56f8c19520 Fixed axios base url 2018-09-26 11:36:06 +01:00
d1d3b35699 Formatting 2018-09-26 11:35:26 +01:00
906bf90fd3 Added date pickers to stats page. 2018-09-25 14:21:51 +01:00
4b027ab995 Centered text in inputs. 2018-09-25 13:39:30 +01:00
3e1908ec08 Fixed sample database data retention. 2018-09-25 13:37:24 +01:00
282942a893 Changed chart line colours. 2018-09-25 13:37:09 +01:00
ba36ddd5cb Fixed overall observation scores being stored as ints instead of floats. 2018-09-25 12:42:35 +01:00
20599d48fd Added field for who was observed. 2018-09-25 11:08:18 +01:00
40ad371748 Removed relational data from JSON serialization. 2018-09-24 21:59:59 +01:00
4aa20221f0 Fixed recursive relationship serialization. 2018-09-24 21:46:59 +01:00
0a019feeba Minor fixes. 2018-09-24 16:43:13 +01:00
8fbd8c8117 Added UI for adding a tutor. 2018-09-24 16:33:24 +01:00
7ac7d2b02f Fixed routing on left navbar link. 2018-09-24 16:18:42 +01:00
0802aad588 Added UI to add a new site. 2018-09-24 15:15:18 +01:00
9de6ce48cc Resource tests! 2018-09-24 13:24:48 +01:00
cc4a728ffc Removed BaseEntity. More use of builders. 2018-09-24 09:55:59 +01:00
3dc6e6e10b More DAO tests + fixes for discovered bugs. 2018-09-23 21:23:49 +01:00
876a09bc85 Added basic authentication for some resources. 2018-09-21 12:51:13 +01:00
61e00c4a43 Added Dropwizard authentication dependency. 2018-09-21 12:03:21 +01:00
8e4b3010ae Graphical addition. 2018-09-21 11:33:01 +01:00
f3df8bf35e Excluded JS source maps from backend packaging. 2018-09-21 11:25:39 +01:00
dec5f4252b Hibernate can now actually create tables. 2018-09-21 11:11:49 +01:00
a368677573 Added error message to Stats page. 2018-09-21 10:27:00 +01:00
78ef256d8d Fixed Stats data storage. 2018-09-21 10:15:14 +01:00
418563d70d Added route for stats. 2018-09-21 10:13:53 +01:00
d3147da9aa Added monitoring totals into submission data. 2018-09-21 10:12:15 +01:00
d7b018638f Added error message/display if getting site list fails. 2018-09-21 10:11:57 +01:00
c05ab535ba Added navbar. 2018-09-21 10:11:37 +01:00
0aefc59dce Added descriptive data to top of Observation. 2018-09-20 16:50:06 +01:00
61b4abb688 Added reset for store. 2018-09-20 16:49:47 +01:00
2f3f65a3d7 Can now transition from home to observation page properly. 2018-09-20 16:49:39 +01:00
0b2bbb1dbe Added confirmation before submission. 2018-09-20 16:27:40 +01:00
0deffdff9e Added vector icons with current score overlayed. 2018-09-20 16:02:53 +01:00
94a23df7f9 Added observation POST. 2018-09-20 12:23:34 +01:00
07622febd3 Add entry areas for observation data. 2018-09-20 12:13:38 +01:00
294bf679a6 Added average stats per site endpoint. 2018-09-19 14:51:58 +01:00
b4c6773713 Added @JsonIdentityInfo. 2018-09-19 14:31:54 +01:00
c8a8edbbc7 Can now add Sites and Tutors via resources. 2018-09-19 14:28:38 +01:00
6a45056363 Removed SQLite. Removed adding DAOs to Jersey register. 2018-09-19 14:18:34 +01:00
3dc5ebb774 Added persist to TutorDao. 2018-09-19 10:28:34 +01:00