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
We are developing endpoints to automate the conversion of our data into the OpenPecha Foundation (OPF) format and subsequently upload it to the pecha.org website. Therefore, modifications to the Toolkit are necessary to meet the requirements of these endpoints.
Expected Input from the API for parsing
input text in .docx format.
metadata as Dict.
type of text i.e Root/Translation
Expected Output
For this sprint, the endpoints will handle both the root text and the translation text, along with their metadata. The Toolkit should be capable of covert those to OPF and able to upload to pecha.org.
Implementation Steps
Fixes:
Avoid updating the Root OPF when publishing a translation OPF
take metadata input as a dictionary, not XLSX.
Return Pecha only from TranslationParser.
Make the serializer and parser static
To-Do:
Take translation's root info from catalog with metadata
Description
We are developing endpoints to automate the conversion of our data into the OpenPecha Foundation (OPF) format and subsequently upload it to the pecha.org website. Therefore, modifications to the Toolkit are necessary to meet the requirements of these endpoints.
Expected Input from the API for parsing
Expected Output
For this sprint, the endpoints will handle both the root text and the translation text, along with their metadata. The Toolkit should be capable of covert those to OPF and able to upload to pecha.org.
Implementation Steps
Fixes:
To-Do:
Reviewer
The text was updated successfully, but these errors were encountered: