An open API service indexing awesome lists of open source software.

https://github.com/silanurciftci/taskdistributionsystem

ASP.NET Core MVC app that auto-assigns tasks by difficulty with fair distribution and non-consecutive (±1) rule. EF Core + SQLite.
https://github.com/silanurciftci/taskdistributionsystem

aspnet-core code-first csharp dotnet ef-core mvc repository-pattern sqlite task-assignment

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```bash
dotnet build
dotnet ef database update
dotnet run
```