Skip to content

ASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.

Notifications You must be signed in to change notification settings

silanurciftci/TaskDistributionSystem

Repository files navigation

Task Distribution System

Amaç

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.

Teknoloji

  • .NET 7, ASP.NET Core MVC
  • EF Core 3.1 (SQLite)
  • C#

Kurulum

dotnet build
dotnet ef database update
dotnet run

About

ASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published