As described in issue, you can now add tidbits to stories. You can also also edit basic information, but you can't edit the tidbits in the story [refer to issue for reasons].
Additionally
Rearranged backend routes so that routes.ts was much simpler and called more helper functions, which I structured as a json object inside the x.model.ts with the name xDBActions. This has made DB actions much more composable.
Closes
Closes #80
Description
As described in issue, you can now add tidbits to stories. You can also also edit basic information, but you can't edit the tidbits in the story [refer to issue for reasons].
Additionally
Rearranged backend routes so that
routes.ts
was much simpler and called more helper functions, which I structured as a json object inside thex.model.ts
with the namexDBActions
. This has made DB actions much more composable.Snapshots