1
0
Fork 0
 
 
 
Go to file
Ambrose Chua 952123f0a4 Running out of time! 2017-04-16 17:03:00 +08:00
app Running out of time! 2017-04-16 17:03:00 +08:00
server Running out of time! 2017-04-16 17:03:00 +08:00
.bootstraprc Added bootstrap v4.0.0-beta.6 and more scaffolding 2017-03-03 21:09:40 +08:00
.eslintrc Added bootstrap v4.0.0-beta.6 and more scaffolding 2017-03-03 21:09:40 +08:00
.gitignore Updated gitignore to include sample generator 2017-04-12 00:15:35 +08:00
Gruntfile.js Dump of changes 2017-04-12 00:14:51 +08:00
README.md Running out of time! 2017-04-16 17:03:00 +08:00
package.json Running out of time! 2017-04-16 17:03:00 +08:00
postcss.config.js Dump of changes 2017-04-12 00:14:51 +08:00

README.md

Chronos

A school event planner and timetable

Todo

  • Migrations

  • Authentication

    • Global React user
    • OID auth client
    • jwt token provider
      • auth is a choice between oidc and pass, sends token/pass to /auth for validation
      • /auth verifies oid token or pass, generates signed jwt
        • jwt taken contains user role
        • hide/protect certain element
      • fake validator for jwt at protected endpoints
        • assume user is admin
  • Create group

  • Create one-off events

  • Create attachments

    • Description
    • File
  • Create group CCAs

    • Create CCA schedules
    • Differentiate CCAs from Mentor Groups
  • Create group mentor

    • Importable timetables
  • Display events as agenda

  • Display events as calendar

  • Create sample data

  • Refactor toolbar mutator for homepage pagination

Security Pitfalls

  • Auth mechanism not verified
  • Verification of OID tokens is done by upn being the email address
  • Succeptable to insecure direct object references