-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Suggest source for transcription #34
base: staging
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@IgboPharaoh please note that the modal is problematic on smaller screens |
5d1e798
to
1f16071
Compare
b1ab946
to
41d80e3
Compare
enables the related button and onSubmit calls the intenal `/suggestSource` endpoint which then calls the newly introduced `/suggestSource` endpoint in the Review app which is then responsible for all the related logic.
60e5013
to
8d7e7cb
Compare
Rebased and tested! |
I couldn't suggest this transcript cc: @kouloumos |
@Emmanuel-Develops did you try to suggest it through this PR's deployment? Cause you need the |
52c8937
to
6bbe171
Compare
enables the related button and onSubmit calls
the intenal
/suggestSource
endpoint whichthen calls the newly introduced
/suggestSource
endpoint in the Review app which is then
responsible for all the related logic.
Demo
Screencast from 2024-09-17 16-08-27.webm
Notes for testing:
You have to define the
REVIEW_APP_URL
env variable to point to a deployment of the Review Platform that runs bitcointranscripts/transcription-review-front-end#300