hello from LA. I have a content modelling question that I could use some perspective on.
I'm building a rather larger e-commerce site. And there are various types we're using Page
, Gallery
, Project
. I appreciate that these are all separate types. But my Page document has ~20 slices all set up, and it seems heavy keeping all those in sync.
I'm building Galleries right now - but wondering why I don't just make it a Page type with a Gallery slice. Gives the client the ability to make an interesting header, or drop in some related products down below.
Doing this I guess you would Tag it gallery
and query them out correctly on the Gatsby side.
Not ideal, but what a real bummer would be is copying over 10+ slices from Page over to Gallery and re-setting up all my fragments, as they come down as different types.
Any suggestions here? Thanks