I am creating a website which has multi user concept Like Admin can create teams, assign some sub-apps to team and create a user and assign users to that team
Likewise team admin can add users in a team and check user's statistics and so on.
Users can have some functionalities.
All have their common features like edit profile, login etc.. I am using require js along with Backbone.
Please suggest could i use multiple router or single router ?