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

403 Commits

Author SHA1 Message Date
dependabot[bot]
0d19f25e92 Bump express-mysql-session from 2.1.7 to 2.1.8
Bumps [express-mysql-session](https://github.com/chill117/express-mysql-session) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/chill117/express-mysql-session/releases)
- [Changelog](https://github.com/chill117/express-mysql-session/blob/v2.1.8/changelog.md)
- [Commits](https://github.com/chill117/express-mysql-session/compare/v2.1.7...v2.1.8)

---
updated-dependencies:
- dependency-name: express-mysql-session
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 23:11:52 +01:00
dependabot[bot]
79ab9a8352 Bump lint-staged from 12.4.0 to 12.4.1
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.0 to 12.4.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.0...v12.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 23:11:44 +01:00
e4093b28e0 Replace unicode chars with HTML codes 2022-04-26 17:12:29 +00:00
dependabot[bot]
5571adb480 Bump sass from 1.50.1 to 1.51.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.50.1 to 1.51.0.
- [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.1...1.51.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 13:39:10 +01:00
6dcf6bfbf8 NPM updates 2022-04-25 21:24:49 +00:00
5d543f002f Add contact form functionality 2022-04-25 21:00:49 +00:00
c6dadd8c84 Add logging middleware 2022-04-25 20:58:28 +00:00
dependabot[bot]
48c82b8ddd Bump eslint-plugin-jest from 26.1.4 to 26.1.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.4 to 26.1.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 19:58:35 +01:00
dependabot[bot]
41404c4ba3 Bump autoprefixer from 10.4.4 to 10.4.5
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.4 to 10.4.5.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.4...10.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 19:58:30 +01:00
dependabot[bot]
b767b1bef8 Bump eslint from 8.13.0 to 8.14.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.13.0...v8.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 19:58:16 +01:00
e93fca4179 Remove misleading grade colour 2022-04-25 15:36:27 +00:00
cff1f1f311 Fix typo in test templates view 2022-04-25 15:17:44 +00:00
81ff85b924 Remove unneeded eslint disables and empty functions 2022-04-24 20:34:17 +00:00
62364baa1d Don't block main thread waiting for email to build and send 2022-04-24 19:02:43 +00:00
9ae60ef85b Parents should be notified about test results 2022-04-24 18:49:39 +00:00
29def5b5e5 Add cleanDb as gulp task 2022-04-23 23:39:46 +00:00
bb09e710b3 Cleanup 2022-04-23 23:39:33 +00:00
ae725a8e88 Fix typo in schema 2022-04-23 22:16:21 +00:00
a0cc8090e8 Made EmailBuilder.generateFromClass async, parents should be notified too 2022-04-23 22:15:03 +00:00
55f33bd467 Added Class.getParents 2022-04-23 22:14:27 +00:00
87d20a7926 Add Student.getParents 2022-04-23 21:56:32 +00:00
9c6f38ee0e Added parent login view 2022-04-22 04:45:49 +00:00
6a66156463 Added parent login routes 2022-04-22 04:45:37 +00:00
23c6b1024b Implemented Parent.getChildren 2022-04-22 04:45:18 +00:00
61e149df4c Added handlebars not equal helper 2022-04-22 04:44:59 +00:00
1ba69a3d43 Block parents from the admin panel 2022-04-22 04:44:32 +00:00
1f30ce4d82 Block parents from the menu 2022-04-22 04:41:37 +00:00
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