| Day | Task | Start Date | Completion Date | Resources |
|---|---|---|---|---|
| Mon | - Feature Logic | - Completed complex logic for UpdateArticle (handling concurrency and partial updates).- Tuned Rekognition MinConfidence thresholds to improve tag relevance. | 25/11/2025 | 25/11/2025 |
| Tue | - Async Pattern | - Architectural Upgrade: Refactored the AI pipeline to the Storage-First Pattern: Upload to S3 $\rightarrow$ S3 Event $\rightarrow$ SQS Queue $\rightarrow$ Lambda Worker $\rightarrow$ DynamoDB. - Benefit: Provides a “buffer” to protect downstream services from throttling. | 27/11/2025 | 27/11/2025 |
| Wed | Geo-Location | - Integrated Map Pinning on the frontend. - Modeled geospatial data (Latitude/Longitude) in DynamoDB for future geospatial queries. | 27/11/2025 | 27/11/2025 |
| Thu | - Observability | - Deployed Amazon SNS topics to alert administrators on critical system failures (CloudWatch Alarms). - Audited IAM Roles to ensure “Least Privilege” before public release. | 28/11/2025 | 28/11/2025 |
| Fri | - Go-Live Prep | - Configured Route 53 Alias records to point the custom domain to CloudFront (Frontend) and API Gateway (Backend). - Provisioned SSL/TLS certificates via AWS Certificate Manager (ACM) for HTTPS security. | 29/11/2025 | 29/11/2025 |