Hello folks.
I’m just about to start building a shop-like website (it’s actually a car garage). I was pondering generating each ‘car’ in a ‘showroom’ list via a content adapter parsing a YAML (more on that reasoning in a moment) data source. However, I saw another topic where somebody used page metadata to do something similar.
The challenge I have is keeping it relatively simple, as it’ll be none technical people updating the content (hence using JSON is none starter). Each car will have data points like price, year, engine, gearbox, etc and a freeform ‘description’. I can imagine fitting this structure into a page, with the data points being metadata (params) and the description just being the content in a markdown file. If I made each car a page bundle too, it’ll be nice to keep car images together with the markdown.
But adding new cars might be hard for the none technical people to deal with. I was going to look into some of the GUI ‘CMS’ type overlays as a way to address this technical detail.
I then ponder just doing it all via a YAML file and content adapter, where it might be relatively easy for the none technical people to add text, and simply upload images to one directory (with, perhaps, image files ‘keyed’ by car registration mark).
What I’m really asking then is, what are folks’ experience of keeping things simple for a site like this, and would you veer towards page bundles or content adapters?
Any experience and thoughts you may have will be most welcomed ![]()
Many thanks!