You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adamjonas
changed the title
As an admin, I can manually upload a transcript to the queued
As an admin, I can manually upload a transcript to the queue
Jul 12, 2023
For starts, the frontend UI could be just drag n drop (read from) a .json file which must be structured the same as the payload that we are getting from tstbtc.
As part of bitcointranscripts/tstbtc#118 I've already added the functionality to write the payload to a file instead of sending it to the queuer. So, supporting upload of this file could close the loop nicely.
We could even repurpose the Editor page:
The admin uploads the json
json is read and editor's fields are populated
admin does any necessary changes
Pushes to queue
That said, I've already added a new command to tstbtc (not yet on remote repo) that allows to directly push a payload (read from a json) to the queuer backend. So there is a way to manually upload. Doing it through the frontend is just more user friendly and if we repurpose the Editor's UI it adds this extra editing functionality before submitting to the queue.
After #233 anyone (including the admin) can upload a transcript to the queue in a more user-friendly way - by just opening a PR with the new transcript. But this can still become easier through repurposing of the Editor's UI as explained above.
This would be a form that would write to the DB and queue a transcript for editing
The text was updated successfully, but these errors were encountered: