Base solution for your next web application
Open Closed

Two frontends, one backend #5887


User avatar
0
advaniamobilepay created

Hello,

I was wondering if there are any arguements against having two frontends, where one is only for tenants, and the other is for Admins.

It looks like that decisision was taken in my company. I believe the reason for this was so that tenants would not accidentally be given some permissions that should only be given to admins.

Since I am just starting to use ASP Net Zero (and fairly new where I work), I look to the more experienced on here and wonder what your thoughts are about this strategy


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Application permissions are designed in the background, so there is no problem with a front end (Zero is currently designed this way). It will not cause confusion of permissions.

  • User Avatar
    0
    advaniamobilepay created

    Do you have any opinion about having two angular projects set up. One for everything that has to do with the Tenants, and one for Only administrative stuff.

    I feel like that results in alot of duplicate code.

    This was a decision taken long ago here. But I have a slight feeling I should change this, and have only one angular project. Perhaps there are benefits in doing it this way, but I am looking for peoples opinion on this.

  • User Avatar
    0
    maliming created
    Support Team

    I think only one front end is better.