08 Jan 2024
New Features
API
- Created GET routes for Traces
- Created GET routes for Users
- Created GET routes for Accounts
UI
- Create Data Grid and single view for Trace/Log
- Create Data Grid and single view for Users
- Create Data Grid and single view for Accounts
- Create view for user profile
- Created view for account settings
- Refactored list component used for object properties
Common
- Extended TS Types for existing schema objects
Mocking
- Created function to generate mock trace entries in DynamoDB traces
- “make mock-dev” will now watch the common package, src and rebuild on change. This ensures that mock cant get out of sync with shared Types.
Postman
Created Postman collection for all API endpoints and saved to git repo