bitcointranscripts / transcription-review-backend

7 stars 11 forks source link

Refactoring transcript queueing #245

Closed nully0x closed 10 months ago

nully0x commented 11 months ago
nully0x commented 11 months ago

To test this locally:

Note: This is to test locally/staging, the setup for prod is a bit different

kouloumos commented 10 months ago

@nully0x I tested the changes that I suggested against the FE and the claim flow works. The only issue that we now have has to do wit loc as we are not passing that anymore alongside the rest of the metadata. We'll have to derive that from the path of the markdown file. You could probably derive it from transcript.transcriptUrl inside the transcriptWrapper and add it to the result that it returns in order to match the previous response.