Open Issues Need Help
View All on GitHubAI Summary: Integrate MinIO, a self-hosted, AWS-compatible object storage solution, into the existing Go backend of the Fluently English learning platform. This involves using the MinIO Go client library to handle file uploads, storage, and retrieval within the application.
AI Summary: Implement database backup scripts for the Fluently English learning platform. This involves creating scripts (likely shell scripts) to regularly back up the PostgreSQL database used by the application, potentially utilizing tools like `pg_dump`. The scripts should be robust, handle errors gracefully, and ideally be easily integrated into a scheduled task or CI/CD pipeline.
AI Summary: Design the optimal JSON structure for lesson data exchanged between the Fluently app's backend (Go) and frontend (iOS/Android/Web). The goal is to minimize API calls by including all necessary lesson information in a single response. Additionally, a solution for synchronizing lesson progress across sessions (handling cache clearing) and potential database schema improvements are required.