Merry Christmas, Happy Holidays all!
Quick question about long term stuff going on with the frontend. I’m currently using the old frontend, and have been implored to upgrade to “starter_frontend” because at 4.0 it will no longer be included in core (right?). But, this is confusing. What I think I want is an agnostic frontend with generalized controllers that can be prepended to for customizations. The “starter_frontend” nomenclature for this seems a bit confusing to me because the controllers shouldn’t be ‘starter’ per say, more like standard. Right?
Is the most basic frontend controller logic ever going to be put into core? If I add the gem for the starter frontend, hoping to get future major updates on the controller side, and run the install generator, it’s going to overwrite all of my customizations, right? So, I’ve got to more or less rebuild the entire frontend from scratch (fresh install of Solidus with the new frontend generator) with the new gem, and then when there are controller updates I guess there will be an update generator or something?
Or, is my thinking about this wrong—should I plan to be wholly responsible for frontend controller logic in the long term and just copy all the stuff over and cross reference updates as they come on?