Description
Implement Google Drive integration for storing video and audio journals, and restructure the database to separate media journals from text journals.
Goals
1. Google Drive Connector
2. Database Restructure
3. UI Updates
Why This Matters
- Storage: Offload large media files to user's Google Drive instead of server storage
- Organization: Structured folders make it easy to find/manage media
- Portability: Users can access their media directly from Google Drive
- Performance: Stream directly from Drive, no server bandwidth needed
Related
See todo.md for full project roadmap.
Priority
Medium-High
Created from Debo development
Description
Implement Google Drive integration for storing video and audio journals, and restructure the database to separate media journals from text journals.
Goals
1. Google Drive Connector
/Debo/Videos/,/Debo/Audios/,/Debo/Transcripts/2. Database Restructure
video_journalstable:audio_journalstable:journalstable for text-only entries/dashboard(date, title, type)3. UI Updates
Why This Matters
Related
See todo.md for full project roadmap.
Priority
Medium-High
Created from Debo development