Analistin verdiği Zorluk seviyesine göre görevleri:
- adil dağıtmak (aynı zorluktaki yük dengeli),
- ve ardışık zorluk (±1) yasağına uymak.
- .NET 7, ASP.NET Core MVC
- EF Core 3.1 (SQLite)
- C#
dotnet build
dotnet ef database update
dotnet runASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.
Repository from Github https://github.comsilanurciftci/TaskDistributionSystem
Analistin verdiği Zorluk seviyesine göre görevleri:
dotnet build
dotnet ef database update
dotnet runASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.