cryoland / Task-Management-System

ASP.NET Core 3.1 test project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task management system for small developer team (like “Kanban”).

The main application window is a list of tasks (tickets). Each task has the following fields: Name, Description, Status, Priority, Reporter, Assignee. It is possible to open each task in a separate window to edit the fields. Application users have two different roles: Manager and Developer. A user with the Manager role can add new tasks and edit all task's fields. A user with the Developer role can change the task Status and the Assignee field. Implementation Note.

Technologies

  • Language: C#.
  • Platform: ASP.NET Core 3
  • Database: MS SQL Server
  • Additional: ORM Entity Framework Core 3 and xUnit.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ASP.NET Core 3.1 test project

License:MIT License


Languages

Language:C# 84.5%Language:HTML 13.8%Language:CSS 1.2%Language:JavaScript 0.2%Language:Batchfile 0.2%