climsoft / climsoft-app

Web-based application that uses the API exposed by climsoft-api
MIT License
0 stars 2 forks source link

0.2 User Profile & User Management #13

Closed hafeezminhas closed 1 year ago

hafeezminhas commented 2 years ago

TODO's

  1. Implement the User Profile View with Routing
  2. User Update Personal Info
  3. User Change Password
  4. User Preferences Tab (Mock Data/ No Backend API). Language, AppMode.
  5. AppMode determines what user will see. This will be loaded from local storage for now but in future will be controlled from backend by Admin. Mode Types: (a) "DEFAULT" mode = OpenCDMSApp (Shell). (b) "CLIMSOFT" ClimSoftConfig(User can view the MetaData & DataEntry Sections in nav).
  6. When user lands on login screen if the cookie (XAPPMODE) is not set the user sees OpenCDMS logo on login screen and if the cookie is available then user sees ClimSoft Logo.