Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.01 KB

READMEIteration2.md

File metadata and controls

28 lines (23 loc) · 1.01 KB

CSCI 3601 Production Template -- Spring 2018 Iteration 2 Notes

Build Status

Table of Contents

Credits

Emoji credits:

https://www.flaticon.com/packs/emoji-3

Notes related to login:

  • Currently we do not use google authentication properly so that would need to be implemented.
  • As is a 'bad guy' could spoof a users email and access their information.
  • The solution we have here is a step above showing all users info.

What to do next:

  • Fix css for phones on journal
  • Implement google authentication
  • Change color scheme
  • Add dark theme switcher
  • Fix e2e test for edit a journal entry
  • Add e2e test for reports
  • More java coverage
  • Add a secondary check on the server side for the email being defined
    • If it's not make sure not to return anything to the client