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
Sounds Reasonable. Note GetSceneData is annotated with "[NonAction]"; it's not exposed as an API - to be pedantic it's not a new controller endpoint; instead it is just a helper method used by GetEpubData .
I guess you already know this. I'm just checking we're on the same page.
How will I Notes add Glossary data?
Currently when a new I-Note is created, all of the scene and caption data is assembled as one giant json object here-
https://github.com/classtranscribe/WebAPI/blob/staging/ClassTranscribeServer/Controllers/EPubsController.cs#L86
Should Glossary data be added to this json too?
The text was updated successfully, but these errors were encountered: