Releases: Script-Search/backend
Releases · Script-Search/backend
Full Working & Evaluated Version
- Minor speed optimizations
- Added unit/integration tests
- Improved documentation
Sprint 4 Release (Full Working Version)
- Fix searching bugs (there were many)
- Speed up database interactions (insertions and reads)
- Batch process URLs
- Decouple Typesense/Firebase insertions to avoid long waits
Sprint 3 MVP
- Implemented YouTube URL decomposition with Pub/Sub
- Added support for multi-word search queries
- Optimize transcript downloading
Sprint 2 MVP
- Cloud architecture developed to include CI/CD for cloud functions
- Database schema restructured, and Transcript API revised to match
- Implemented Typesense searching and Pub/Sub for database insertion
- Separate repository created for frontend website
Sprint 1 MVP
- Backend cloud architecture created, including: basic cloud functions, database, Typesense
- Basic frontend created to include search bar
- Communication between frontend and backend occurs through cloud function, working as API
- Basic CI/CD implemented to deploy a single function automatically from main Git branch