Fix genetic backend

This commit is contained in:
2025-07-11 14:11:41 +07:00
parent d04d8f310d
commit e43a1af5ef
15 changed files with 542 additions and 205 deletions

View File

@@ -105,5 +105,6 @@ Key Principles
- Do not update ManagingApi.ts, once you made a change on the backend endpoint, execute the command to regenerate ManagingApi.ts on the frontend; cd src/Managing.Nswag && dotnet build
- Do not reference new react library if a component already exist in mollecules or atoms
- After finishing the editing, build the project
- you have to pass from controller -> application -> repository, do not inject repository inside controllers
Follow the official Microsoft documentation and ASP.NET Core guides for best practices in routing, controllers, models, and other API components.