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.
- Host: GitHub
- URL: https://github.com/silanurciftci/taskdistributionsystem
- Owner: silanurciftci
- Created: 2025-08-11T19:36:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T20:10:34.000Z (5 months ago)
- Last Synced: 2025-08-11T22:08:36.035Z (5 months ago)
- Topics: aspnet-core, code-first, csharp, dotnet, ef-core, mvc, repository-pattern, sqlite, task-assignment
- Language: C#
- Homepage:
- Size: 960 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```