1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00
Commit Graph

394 Commits

Author SHA1 Message Date
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
ba81299d0a Added placeholder TestTemplate.hasAccess method 2022-04-19 21:28:16 +00:00
0e667f3ed0 Split testTemplate routes into seperate route file 2022-04-19 21:26:29 +00:00
dependabot[bot]
d8b1de29d8 Bump sass from 1.50.0 to 1.50.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.50.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 03:44:48 +01:00
Matt Fiddaman
a63ce0eeb4 Create dependabot.yml 2022-04-19 03:43:07 +01:00
fe5b526c90 Add tokei ignore file 2022-04-19 01:58:19 +00:00
11c6c536df Add build badge to readme 2022-04-19 01:46:23 +00:00
Matt Fiddaman
7e094ccb62 Add CI github action 2022-04-19 01:42:26 +00:00
65c72070fd Add new readme 2022-04-19 01:32:52 +00:00
e920f63e0c Added test template item to adminNav 2022-04-19 01:12:30 +00:00
14d24b084f Configure lint-staged 2022-04-19 01:04:55 +00:00
48b78fc51b Add lint-staged dependency 2022-04-19 01:04:12 +00:00
37caaff86e Added husky pre-commit hook 2022-04-19 00:53:50 +00:00
8dc8757fd3 Added husky pre-push hook 2022-04-19 00:53:02 +00:00
0088786adc Add husky dependency 2022-04-19 00:52:48 +00:00
af3e4dee94 NPM updates 2022-04-19 00:51:40 +00:00
c3d3de7677 Remove dangling commas 2022-04-19 00:22:23 +00:00
52c44f298e Added generalised handlebars context 2022-04-19 00:21:40 +00:00
35b4030d27 TestResult.grade now returns real grade 2022-04-18 21:39:38 +00:00
e9d38b25b0 Implemented grade boundaries for TestTemplate 2022-04-18 21:38:48 +00:00
1accae5851 Added GradeBoundaries class 2022-04-18 21:38:16 +00:00
01c3f9ef06 Added gradeBoundaries field to testTemplate table 2022-04-18 21:37:41 +00:00
68257f787b Added result/delete route 2022-04-18 20:22:55 +00:00
c634987e3a Added styling for deletion form 2022-04-18 20:22:43 +00:00
cec8350172 Added markup for deleting test result 2022-04-18 20:22:18 +00:00
bfdbcdd61a Add view for adding testResults 2022-04-18 20:21:45 +00:00
b98d9da464 Added route for creating testResults 2022-04-18 20:21:11 +00:00
5256a67d26 Add 'Add result' button 2022-04-18 20:19:50 +00:00
d88a2b8fd7 Added Test.addResult 2022-04-18 20:18:36 +00:00
0e7f0534b7 Added TestResult.delete 2022-04-18 20:17:54 +00:00
326dd35b44 Added TestResult.create 2022-04-18 20:17:29 +00:00
5def59357c Implement TestResult.setMark 2022-04-18 19:13:58 +00:00
facb9ba124 Fix locale in handlebars formatTime helper 2022-04-18 19:12:52 +00:00