diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-24T17·58+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-24T17·58+0100 |
commit | 26271ec178f4edd1bf02b4697fed611915ebc698 (patch) | |
tree | 6a36829d183f8277ae17817cdfef15a6309b69ff /todo.org | |
parent | fd49b7f1bede6d32461e4dc36f53d774b331d021 (diff) |
Create todo.org
Create an org file with the instructions sent from TopTal as TODOs.
Diffstat (limited to 'todo.org')
-rw-r--r-- | todo.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/todo.org b/todo.org new file mode 100644 index 000000000000..39592d04826b --- /dev/null +++ b/todo.org @@ -0,0 +1,18 @@ +* TODO Users must be able to create an account +* TODO Users must verify their account by email +* TODO Support federated login with Google +* TODO Users must be able to authenticate and login +* TODO Define three roles: user, manager, admin +* TODO Users can add trips +* TODO Users can edit trips +* TODO Users can delete trips +* TODO Users can filter trips +* TODO Support all actions via the REST API +* TODO Block users after three failed authentication attempts +* TODO Only admins and managers can unblock blocked login attempts +* TODO Add unit tests +* TODO Add E2E tests +* TODO Pull user profile pictures using Gravatar +* TODO Allow users to change their profile picture +* TODO Admins should be allowed to invite new users via email +* TODO Allow users to print their travel itineraries |