rabblerouser / core

Pluggable, extensible membership database for community organising
GNU Affero General Public License v3.0
17 stars 10 forks source link

Split the admin views based on network vs. branch related tasks #114

Open camjackson opened 7 years ago

camjackson commented 7 years ago

As an admin, I want the UI to only show me stuff based on whether I'm administering a single branch, or a whole network, so that I'm not overwhelmed with options.

The regular/branch admin view right now is OK, as it's always focussed on the particular branch I have access to. The network admin view has you select a particular branch, and shows you things you can do with that branch, but it also shows you things related to the whole network. I.e. creating a new branch, and managing your admin users.

This story is to pull the network admin-related bits out into a separate view, so that at any one time you're either in "I'm doing stuff with branch X" mode or, "I'm doing stuff with my whole network" mode.

There is some design work needed here for the navigation bit. On the technical side, we can use react-router to manage navigation and routing.

tomsulston commented 6 years ago

Make it more obvious that the groups dropdown is for filtering participants