Developer 02 c362cb30e1 feat: Benutzerrollen und JWT-Konfiguration aktualisieren
- Benutzerrollen-Enums im Frontend aktualisiert, um die neuen Namenskonventionen für 'sDigital Data'-Rollen zu reflektieren.
- Neue Rollen in `JwtGlobals` für Digital Data-Administratoren und Benutzer hinzugefügt.
- Die Rolleneinstellungen in `LdapUser` erweitert, um neue Digital Data-Rollen einzubeziehen.
- `JwtMiddlewareOptionsHelper` modifiziert, um zusätzliche Rollen zu unterstützen und die JWT-Rollenliste entsprechend strukturiert.
2024-08-27 11:58:50 +02:00
2024-08-01 18:26:26 +02:00

Introduction

Sample Empty Server Project to create a new one from

Getting Started

  1.  prepare the file .\Scripts\Run\Entitieslist.lst with the list of entity names, one per line, not dedicated to use with filter
    
  2.  prepare the file .\Scripts\Run\EntitiesFilterList.lst with the list of entity names, one per line, dedicated to use with filter.
     If the filter class name differs from entity class name add the filter name (w/o suffix "Filter") as the second word to the line. 
     Otherwise the filter name will be "<entity name>Filter". 
     Examle: "KabiAppLagerbestand Lagerbestand"
    
  3.  Start .\Scripts\Run\prepare_project.bat <Project name>:
     Example: ".\Scripts\Run\prepare_project.bat Kabismart"         
    
  4.  Compare and adjust Entity classes in .\DAL\Models\Entities\*.cs
    
  5.  Compare and adjust Filter classes in .\DAL\Models\Filters\*.cs
    
  6.  Compare and adjust Repository classes with filters in .\DAL\Repositories\*.cs
    
  7.  Compare and adjust Controller classes in .\<Project>Server\Controllers\*.cs
    
  8.  Compare and adjust Controller classes in .\<Project>Server\appsettings.json, 
                                              .\<Project>Server\AppSettingsFiles\Develop\appsettings.json, 
                                              .\<Project>Server\AppSettingsFiles\Production\appsettings.json
    
  9.  Compare and adjust "applicationUrl" and "sslPort".\<Project>Server\Properties\launchsettings.json
    
  10. Apply plausible filter fields and their values for filters in .\XUnitDAL.Test\Test_Controller_Filter.cs
    
  11. Apply plausible Id values for Ids in .\XUnitDAL.Test\Test_Controller_Entity.cs
    
  12. Done.
    
Description
No description provided
Readme 2.6 MiB
Languages
JavaScript 82.4%
TypeScript 6.7%
C# 6.6%
SCSS 2.3%
HTML 1.7%
Other 0.3%