Quick dev blog site for upcoming project work. One could call it time wasting. From here will link to and track progress. Currently there is only server-side rendering (SSR).
One concept is to write a detached front-end (maybe react), this would rely on REST APIs. I’m not really that big a fan of Javascript, so for now will ignore it. Which means the primary track is SSR.
Last time I checked in on this project, user form submission and asset creation was prototyped… in that a user can submit a multi-part form with objects attached and assets will be created.
Pretty sure the actual thread rendering still needs to be re-implemented from the old proof of concept project. Asset objects needed to be created before Posts can be created – that first part was done.