classtranscribe / classtranscribe/FrontEnd
ePub data retrieving issue
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
When adding new fields/properties in the epubData(in [EPubData.js](https://github.com/classtranscribe/FrontEnd/blob/8f1a6c5f0c6f91fcdd8db0e433d629c8e870157f/src/entities/EPubs/structs/EPubData.js) )and try to create new ePub, when posting the data with [API](https://github.com/classtranscribe/FrontEnd/blob/8f1a6c5f0c6f91fcdd8db0e433d629c8e870157f/src/utils/cthttp/entities/EPubs.js), all the new fields are set in the epubData; however when retrieving the data afterwards, the new added fields disappear.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with src/entities/EPubs/structs/EPubData.js and src/utils/cthttp/entities/EPubs.js, then trace the create and retrieve API paths. Check where fields are included in the posted epubData and where retrieved data is mapped or discarded. Done means newly added fields remain available after retrieving a created ePub.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100