15 Commits

Author SHA1 Message Date
bde407434f Update documentation 2024-12-12 15:43:43 +07:00
8468b49c48 docs: Add README.md with project overview and setup instructions 2024-11-28 12:37:45 +02:00
db0bfca765 feat: Enhance Amplify deployment workflow with job status tracking 2024-11-28 11:12:01 +02:00
e293ab3c2c Config ci cd (#5)
* feat: Add GitHub Actions workflow for Amplify deployment and configuration

* feat: Update Amplify deployment workflow and add Serverless deployment workflow

* feat: Set environment variables for Amplify monorepo deployment

* feat: Refactor Amplify deployment configuration for monorepo structure

* feat: Update environment variable naming and refactor image URL handling across the application

* feat: Add Jest configuration and tests for project and user handlers
2024-11-27 11:33:41 +02:00
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
ac8455ab3a Wip infra (#3)
* feat: Add Terraform configuration for AWS

* feat: Update data models to use string identifiers and add DynamoDB table configurations

* feat: Update Terraform S3 backend configuration
2024-11-23 18:16:33 +02:00
132f526179 feat: Add Terraform configuration for AWS (#2)
* feat: Add Terraform configuration for AWS

* feat: Update data models to use string identifiers and add DynamoDB table configurations

* feat: Update Terraform S3 backend configuration
2024-11-21 10:34:18 +02:00
cb8c3a1697 Merge pull request #1 from AndrewTrieu/wip-front-end
Wip front end
2024-11-19 12:15:47 +02:00
34964eb1cc feat: Hide scrollbar by setting width and height to 0 in global styles 2024-11-19 12:15:27 +02:00
782af69049 feat: Integrate AWS Amplify authentication, update API queries, and enhance sidebar with user details 2024-11-19 12:04:32 +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
55e81899ea feat: Add priority pages and reusable component for task management, update devDependencies 2024-11-06 14:24:32 +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
f8394173f1 feat: Add components and update global styles 2024-11-04 12:22:15 +02:00
2f3045eea0 Initial front end 2024-10-31 16:20:52 +02:00