Commit Graph

3 Commits

Author SHA1 Message Date
11e61829f1 Wip backend (#4)
* feat: Add new API handlers for user, project, and task management; update package dependencies

* feat: Update .gitignore, add Lambda layer configuration, and refactor DynamoDB handlers to use AWS SDK v3

* feat: Update serverless configuration and refactor API handlers to improve error handling and response structure

* feat: Add Cognito user pool name parameter and update API handlers to include CORS headers

* feat: Update task and project ID formats, add populateSeedData function, and enhance user ID handling

* feat: Update image source paths to use S3 public URL for profile and task attachments
2024-11-23 18:17:00 +02:00
a06a190574 feat: Update task status from 'Backlog' to 'To Do', adjust image source paths, and enhance task rendering in various components 2024-11-06 17:32:12 +02:00
8c179b8a0d feat: Add project and user cards, implement settings and list view components, and update dependencies 2024-11-05 17:29:20 +02:00