WIP
This commit is contained in:
parent
54b057886c
commit
7fc1ae0650
204 changed files with 4345 additions and 134 deletions
11
PlanTempus.Application/Features/Menu/Models/UserRole.cs
Normal file
11
PlanTempus.Application/Features/Menu/Models/UserRole.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace PlanTempus.Application.Features.Menu.Models;
|
||||
|
||||
/// <summary>
|
||||
/// User roles for menu visibility. Higher value = more access.
|
||||
/// </summary>
|
||||
public enum UserRole
|
||||
{
|
||||
Staff = 0,
|
||||
Manager = 1,
|
||||
Admin = 2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue