From 0130361841bf3fdec7b81bb1c079530937c6bf96 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 13 Apr 2017 00:29:28 +0800 Subject: [PATCH] Update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce205e2..ca5bbe5 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,26 @@ A school event planner and timetable ## Todo -- [ ] Migrations, default data +- [x] Migrations - [ ] Authentication - - [ ] Global React `user` + - [x] Global React `user` - [x] OID auth client - [ ] jwt token provider - - [ ] auth is a choice between oidc and pass, sends token/pass to `/auth` for validation + - [x] 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 + - [x] fake validator for jwt at protected endpoints - [ ] assume user is admin -- [ ] Create group +- [x] Create group - [ ] Create one-off events - [ ] Create attachments - [ ] Description - [ ] File - [ ] Create group CCAs + - [ ] Create CCA schedules - [ ] Create group mentor + - [ ] Importable timetables - [ ] Display events as agenda - [ ] Display events as calendar