silanurciftci / TaskDistributionSystem

ASP.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/TaskDistributionSystemRepository from Github https://github.comsilanurciftci/TaskDistributionSystem

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.


Languages

Language:C# 69.2%Language:HTML 28.4%Language:CSS 2.1%Language:JavaScript 0.4%