bitcointranscripts / transcription-review-backend

7 stars 11 forks source link

feat: add new review process with github implementation #258

Closed Extheoisah closed 8 months ago

Extheoisah commented 8 months ago

This release is a refactor of the current review process. Previously, the db was the source of truth for all transcripts from tstbtc and reviews from the frontend. This refactor now uses the bitcointranscript repo as the source of truth for all transcripts and reviews. The status of reviews is now sourced from GitHub events and transcripts are loaded directly to GitHub. Push events are sent through webhook deliveries to the backend so we have a history of the transcripts and track the transcript status when it is claimed for review in the frontend. This pr also introduces an alerting system (discord bot) for transcripts loaded to the backend.