Skip to content

Releases: Script-Search/backend

Full Working & Evaluated Version

30 Apr 02:04
ed61252
Compare
Choose a tag to compare
  • Minor speed optimizations
  • Added unit/integration tests
  • Improved documentation

Sprint 4 Release (Full Working Version)

08 Apr 12:51
Compare
Choose a tag to compare
  • 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

24 Mar 15:41
Compare
Choose a tag to compare
Sprint 3 MVP Pre-release
Pre-release
  • Implemented YouTube URL decomposition with Pub/Sub
  • Added support for multi-word search queries
  • Optimize transcript downloading

Sprint 2 MVP

01 Mar 15:10
Compare
Choose a tag to compare
Sprint 2 MVP Pre-release
Pre-release
  • 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

16 Feb 20:54
4e6d263
Compare
Choose a tag to compare
Sprint 1 MVP Pre-release
Pre-release
  • 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