Commit Graph

123 Commits

Author SHA1 Message Date
9435befee3 Removed unused route and accompanying data structure. 2018-10-10 13:37:09 +01:00
0fcfcfaa09 Added caching to chart endpoint. 2018-10-10 12:23:04 +01:00
cbdcd80fef Added caching. 2018-10-10 11:10:07 +01:00
bd2aa557b4 Moved password required for submissions to external configuration file. 2018-10-10 10:09:28 +01:00
1f8f5889cc Suppressed ignored pom warning. 2018-10-09 16:47:11 +01:00
a52da46f52 Added linting to build. 2018-10-09 16:43:32 +01:00
185f258b6f Fixed formatting. 2018-10-09 16:39:44 +01:00
2013c4b84b Forced explicit imports. 2018-10-09 16:35:50 +01:00
be031b0b32 Added comments. 2018-10-09 16:22:11 +01:00
5f4ad72a14 Tightened graph curves. 2018-10-09 15:20:37 +01:00
a3ec3c02ad Fixed date being stored as a binary column in sql. 2018-10-09 15:07:04 +01:00
1757fc0d9d Improved contextLoads test. 2018-10-09 12:07:30 +01:00
77dbe259f0 Added index to Observation dates. 2018-10-09 12:03:00 +01:00
bec332f7ab Added test for getting all tutors when no tutors exist. 2018-10-09 09:47:36 +01:00
828304fccb Removed prints. 2018-10-09 09:47:19 +01:00
ae161ba8aa Fixed main class generation in output. 2018-10-09 09:38:45 +01:00
c4bf14f383 Fixed versioning and POM parenting. 2018-10-09 09:20:53 +01:00
02ed4b8b08 Fixed stats graph being filled below line. Added page to show after successful observation submission. 2018-10-08 14:10:19 +01:00
9e198fdaa5 More strictly defined authenticated routes. 2018-10-08 11:44:05 +01:00
65070275a3 Added basic authentication on api POST routes. 2018-10-08 11:42:13 +01:00
72e8b095c8 More tests. 2018-10-08 10:05:17 +01:00
e6e69b2df9 Fixed viewing observations and stats. 2018-10-05 12:26:13 +01:00
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
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
d1d3b35699 Formatting 2018-09-26 11:35:26 +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
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
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
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
9a6a27240a Implemented testing on ObservationDao. Added Builder for Observation. 2018-09-19 10:13:14 +01:00
b4ca1a8fc7 Converted to Hibernate. 2018-09-18 22:44:20 +01:00
ff1622c830 Added JSON test for Observation. 2018-09-18 13:18:24 +01:00
411f6ca38c Fixed variable declaration. 2018-09-18 09:03:27 +01:00
85cbc4d062 Added JSON tests for NewObservation. 2018-09-17 13:56:43 +01:00
c1e0241f05 Removed unused imports; 2018-09-17 13:02:38 +01:00
95ad37c164 Linked Site and Tutor retrieval to front end. 2018-09-17 12:00:28 +01:00
cca23fa995 Added TrainingType. 2018-09-17 10:12:14 +01:00
32d601a78c Removed unused import. 2018-09-17 09:46:00 +01:00
2e1a0ace06 Site filtered tutor list now returns a format suitable for a https://bootstrap-vue.js.org/docs/components/form-checkbox 2018-09-16 17:22:13 +01:00
a83de7d688 Added queries for earliest and latest observation dates. 2018-09-16 17:07:37 +01:00
5fc9495b43 Added ChartJS compatible all-time average observation score endpoint. 2018-09-16 17:03:02 +01:00
583e07877d Can now get average score stats over all time. 2018-09-16 16:38:18 +01:00
9ceac25393 Moved Observation time creation to correct class. 2018-09-16 16:20:52 +01:00
b6d40b7e28 Removed unused column. 2018-09-16 15:40:21 +01:00
e4120b1ca3 Fixed adding observations, added listing of tutor observations. 2018-09-15 21:15:48 +01:00
64c828b87e Currently using local sqlite db for playing around with. 2018-09-15 20:57:51 +01:00
7e0d58200f Table creation on longer tries to occur if it already exists. 2018-09-15 20:57:26 +01:00
366ead48cf Added cool banner (because why not) 2018-09-15 20:40:49 +01:00
41875b0c5f Added ability to create new observations. 2018-09-15 20:36:04 +01:00
9de27e9998 Added Observations. 2018-09-15 19:55:35 +01:00
05b2b32895 Started Sites and Tutors. 2018-09-15 14:16:17 +01:00
cd340f3032 Repo init 2018-09-15 12:23:21 +01:00