Schema building
I want to archive the content for a scholar who writes a series of posts related to a single subject, this series will have different shape for it's posts than other serieses.
for example a series of posts have a
verseId, chapterId, point_1, point_2, point_3
.
another series posts may look like this: characterName, content
.
And there will be a serieses created in the future
I need some help and ideas on how to achieve that.1 Reply
I want to to build a dashboard to create the the serieses and their posts dynamically, any ideas on how to do it, and what tools to use to accomplish this?