chore: Move developer-related settings away from user-facing features #269
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature
fixes #number
¯_(ツ)_/¯
Ok, so I was just playing with outstatic to see how hard it would be to contribute, take this PR with a pinch of salt. I'm faster coding than talking, so I did not create an RFC for that.
I finished creating a small website for my gf using a CMS. She is highly non-technical (types with one finger, does not understand anything about computer except opening chrome).
When I told the content of her website was ready to be updated via the CMS, I did not give her any indication on how to do it (good UX excercise). There was basically one collection called "Events". She was supposed to create a new Event, add some content, save, and profit.
What she ended up doing was creating a new collection (!), called with the name of the event she meant to create, then starting adding stuff to it assuming all would work.
Back to this PR: I thought it could be a good idea to separate the developer-facing stuff from the UI that is meant for content editors, avoiding this kind of things from happening. I believed the main issue was that the default page when loading outstatic was the list of collections.
This PR moves Settings + Collection list away from the rest of the content edition pages, to make them less prominent CTA (only the dev should go there, not users). Here's a screenshot of the result.
There are a couple of things that still need to be checked:
WDYT of this change overall? If positive, we can work on addressing the points above.