1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00
Commit Graph

376 Commits

Author SHA1 Message Date
edbb137899 Added adminContent--full class 2022-04-22 04:41:06 +00:00
b0826063fe Implement test stats 2022-04-22 04:07:31 +00:00
f547fa1b96 Implement class stats 2022-04-22 04:06:50 +00:00
ded1481c8a Remove unneccasary stat from dashboard page 2022-04-22 04:06:16 +00:00
cf7e9b5246 Test.getAverageScore and Percentage should return whole numbers 2022-04-22 04:05:52 +00:00
defdc3590e Stat preparation style cleanup 2022-04-22 04:05:04 +00:00
b46e7cf7c1 Added protection against non-teacher deletions, edits etc... 2022-04-22 04:04:35 +00:00
c519e1e699 Remove unneccasary buttons from class page 2022-04-22 03:18:10 +00:00
063c12b1db Add tests for validator 'values' type 2022-04-22 03:17:53 +00:00
62cfe7b643 Fix ios safari 2022-04-22 03:07:54 +00:00
d5cdf70705 Add report generation 2022-04-22 02:42:43 +00:00
64c0da6716 Lock down reports page to teachers only 2022-04-22 02:42:23 +00:00
b6c66b8e16 Added real data to validator function POST /reports/generate 2022-04-22 02:41:07 +00:00
c0cde8a08a Implemented Test.getAverageScore and Percentage 2022-04-22 02:33:26 +00:00
ec6305086e Change implementation of Test.dateString 2022-04-22 02:32:49 +00:00
0d4a1d339c Implemented Student.getTestResults 2022-04-22 02:30:38 +00:00
6a0bcc90f3 Replaced sample data with real data 2022-04-21 17:34:31 +00:00
55dcc4bf46 Added values validator type 2022-04-21 17:32:47 +00:00
fcde079023 Add route for reports page, with test data 2022-04-21 16:48:13 +00:00
402611f04d Set up view for reports generation page 2022-04-21 16:47:54 +00:00
d14176f57d Remove view all reports buttons 2022-04-21 16:16:10 +00:00
9cebdd52e2 Add csv-stringify dependency 2022-04-21 16:14:24 +00:00
483ed5d46f Notify when a test result is changed 2022-04-21 15:48:42 +00:00
72b8c5adef Notify when a new test result is added to a test 2022-04-21 15:48:24 +00:00
a00ff75038 Notify when a new test is added to a class 2022-04-21 15:48:03 +00:00
67c4b510c1 Added User.getEmail 2022-04-21 15:46:50 +00:00
f2d57a86fe Remove requirement for no two of the same test to be on the same day 2022-04-21 15:46:34 +00:00
4fcdaaa521 Added Test.getDateString 2022-04-21 15:45:42 +00:00
7093bd872e Added ability to generate an EmailBuilder object from a Class object 2022-04-21 15:44:53 +00:00
e3ca55e94a Add ability to insert test data with custom domain email addresses 2022-04-21 14:48:49 +00:00
bcec44f4f9 Add route for test template page 2022-04-21 13:19:07 +00:00
643e9a2015 Added test template view 2022-04-21 13:19:07 +00:00
fe49bfc2b0 Set upper limit for mark in test template creation 2022-04-21 13:19:07 +00:00
586f84d65c Generalise testTables more 2022-04-21 13:19:07 +00:00
6d8e66eeb6 Added TestTemplate.delete 2022-04-21 13:19:07 +00:00
cd875d986f Added setters for TestTemplate 2022-04-21 13:19:07 +00:00
3b29698f35 Implemented TestTemplate.getTests 2022-04-21 13:19:07 +00:00
aa332ef5f7 Fix issues with styling forms with large buttons as submit buttons 2022-04-21 13:19:07 +00:00
219754dc1f Fix test_class relationship 2022-04-21 13:19:07 +00:00
4cb10d4e2d Mark storage should use unsigned ints 2022-04-21 13:19:07 +00:00
4b9a726cdf Fix bug when reinstalling the database where sessions table doesn't exist yet 2022-04-21 13:19:07 +00:00
d2d1261bf1 Added POST delete for test 2022-04-21 13:19:07 +00:00
fca8f247af Added POST delete for class 2022-04-21 13:19:07 +00:00
ab9f4ee3b2 Changed test view ready for delete functionality 2022-04-21 13:19:07 +00:00
dc51258901 Changed class view ready for delete functionality 2022-04-21 13:19:07 +00:00
ef13568221 Implemented Test.delete 2022-04-21 13:19:07 +00:00
7ad77443ab Implemented Class.delete 2022-04-21 13:19:07 +00:00
dependabot[bot]
0de7b56973 Bump lint-staged from 12.3.8 to 12.4.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.8 to 12.4.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 13:17:37 +01:00
9fd7f17540 Add testTemplates view 2022-04-19 21:30:55 +00:00
ec49e727e4 Change testTemplate naming scheme in links 2022-04-19 21:30:18 +00:00