OK I need a bit of direction for this. I want to build an app where I
have a CMS side that edits everything (which is all private), then a
public side which just views is all. My dilemma is how to set this up.
What is the best practice for this?
I have a couple ideas:
obj1Controller/Obj1 (this would publicly list every obj1)
obj1Controller/Obj1/edit (this would privately list every obj1 and
allow you to edit)
OR do I do something where there's a whole other side:
OK I need a bit of direction for this. I want to build an app where I
have a CMS side that edits everything (which is all private), then a
public side which just views is all. My dilemma is how to set this up.
What is the best practice for this?
I have a couple ideas:
obj1Controller/Obj1 (this would publicly list every obj1)
obj1Controller/Obj1/edit (this would privately list every obj1 and
allow you to edit)
OR do I do something where there's a whole other side: