nemesis-software / nemesis-consoles

The nemesis back-office javascript applications.
https://docs.nemesis.io/current/consoles/
GNU General Public License v3.0
0 stars 0 forks source link

display the site that currently you are working against. #128

Open gochev opened 8 years ago

gochev commented 8 years ago

We need to display in the header the site we currently edit from each of the consoles.

Otherwise the user may make a mistake and apply changes to production instead of acceptance and etc.

ptahchiev commented 8 years ago

This doesn't work for backend and admin - they use the other property for the rest url.

ptahchiev commented 8 years ago

screenshot 61

gochev commented 8 years ago

I see, and no. All consoles require all urls .. for rest and for website right now so it is consistent. It is WEIRD one console to require one url another other, also it is weird to work against one site but to use the rest of another (as you shown above) for cms console it will mean you see one page of one website and you work against the rest of another website.

So currently this functionality works and the two urls are required and should be the same.

What we can do however is following:

Enhancement 1)

Enhancement 2)