next/lib
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 66d6168a31
refactor(server/utils): add transformer for regular chapter objects
this transforms a story object into a slightly different object to be served by the api. notable differences are the `totalChapters` field and the removal of the `chapters` array. `chapters` is then replaced by a `currentChapter` object, representing the currently "selected" chapter, with an added `text` field
2023-10-03 00:46:57 -04:00
..
client refactor(client-side): combine yup schema for story chapters with story schema file 2023-10-03 00:32:53 -04:00
server refactor(server/utils): add transformer for regular chapter objects 2023-10-03 00:46:57 -04:00
dbconfig.ts refactor: create importable database config 2023-09-25 19:54:05 -04:00
functions.ts refactor: add utility functions 2023-10-02 15:55:38 -04:00