bitcointranscripts / transcription-review-front-end

https://review.btctranscripts.com
3 stars 7 forks source link

Use `btctranscripts.com/status.json` for `api/transcriptMeta` #256

Closed kouloumos closed 8 months ago

kouloumos commented 8 months ago

Currently, the api/transcriptMeta call, triggered each time a user opens the review page for a transcript, relies on website scraping to configure the available speakers, tags, and categories for dropdown lists. A more efficient approach is available – utilizing the btctranscripts.com/status.json file, which contains all the necessary data. This enhancement aims to transition from scraping to utilizing the provided JSON file for improved speed and reliability in populating the dropdown lists.