Skip to content

Taskist is an open-source, modern backlog management tool built for agile teams. It provides a simple, focused interface for capturing, prioritizing, and tracking the complete lifecycle of your product work.

License

Taskist/taskist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ“ Task / CR / Bug Management System

A web-based Task, Change Request (CR), and Bug Management System built with ASP.NET Core MVC (.NET 8), using MS SQL Server or MySQL as the database.

This system helps teams manage tasks, track bugs, handle change requests, and organize projects efficiently.

License Issues Stars

πŸ’¬ Join the Discussion on Zulip

Stay connected with the Taskist community on Zulip β€” our hub for collaboration, support, and ideas.

Chat on Zulip

Channel Purpose Link
πŸ“’ General General discussions, announcements, and community updates. Join #general
πŸ’» Development Development discussions, code reviews, and architecture planning. Join #dev
πŸ› οΈ Support Get help setting up Taskist, report bugs, or troubleshoot issues. Join #support

πŸ“ Tip:
You can join directly with your GitHub or email account β€” no setup required.
All discussions are public and searchable to help new contributors learn quickly.

πŸ“‘ Table of Contents

  1. ✨ Features
  2. πŸ› Master Modules
  3. ⚑ Transaction Modules
  4. πŸ—‚ Module Hierarchy
  5. πŸ›  Technology Stack
  6. πŸš€ Project Setup
  7. πŸ’Ύ Database Migrations
  8. ▢️ Running the Project
  9. πŸ› GitHub Issues & Contribution
  10. πŸ“„ License

✨ Features

  • πŸ‘€ User authentication and authorization with roles & permissions.
  • 🏒 Client and project management.
  • 🐞 Task, Change Request, and Bug tracking with status, severity, and reporter.
  • πŸ“† Sprint and backlog management.
  • 🧩 Modular system design with configurable menus and settings.
  • πŸ“Š Full audit and tracking for project activities.

πŸ› Master Modules

Module Description
πŸ‘€ User System users who can create or manage tasks.
πŸ”‘ User Roles & Permissions Define roles (Admin, Manager, Developer, Tester) and access rights.
🏒 Client Organizations or clients associated with projects.
πŸ“ Project Projects under a client.
🧩 Module Main functional modules of a project.
πŸ”Ή SubModule Sub-divisions under each module.
πŸ“ Reporter Person reporting a task, bug, or CR.
⚠️ Severity Priority/impact of tasks/bugs (High, Medium, Low).
πŸ”„ Status Current status of a task (Open, In Progress, Closed, etc.).
πŸ—‚ TaskType Type of work (Task, Bug, CR).
πŸ“œ Menu Configurable navigation menu items.
βš™οΈ Setting Application or system-wide settings.

⚑ Transaction Modules

Module Description
πŸ“‹ Backlog Manage pending tasks, CRs, and bugs.
πŸƒ Sprint Plan, track, and close sprints.

πŸ—‚ Module Hierarchy

Master Modules
β”œβ”€ User
β”œβ”€ User Roles & Permissions
β”œβ”€ Client
β”œβ”€ Project
β”œβ”€ Module
β”‚  └─ SubModule
β”œβ”€ Reporter
β”œβ”€ Severity
β”œβ”€ Status
β”œβ”€ TaskType
β”œβ”€ Menu
└─ Setting

Transaction Modules
β”œβ”€ Backlog
└─ Sprint

πŸ’‘ Note: Master modules define core entities. Transaction modules handle activities/records based on master data.

πŸ›  Technology Stack

  • Backend: ASP.NET Core MVC (.NET 8)
  • Frontend: Razor Views, Bootstrap (optional)
  • Database: MS SQL Server or MySQL
  • ORM: Entity Framework Core
  • Version Control: Git & GitHub

πŸš€ Project Setup

  1. Clone the repository:
git clone https://github.com/Taskist/taskist.git
cd Taskist
  1. Open the solution in Visual Studio 2022+ or VS Code.

  2. Restore NuGet packages:

dotnet restore

πŸ’Ύ Database Migrations

Run EF Core commands from the Task.Data folder:

  1. Open terminal/powershell in the Task.Data folder:
cd Task.Data
  1. Add a new migration:
dotnet ef migrations add InitialCreate --startup-project ..\..\Presentation\Taskist.Web
  1. Update the database:
dotnet ef database update --startup-project ..\..\Presentation\Taskist.Web
  1. Remove the last migration (if needed):
dotnet ef migrations remove --startup-project ..\..\Presentation\Taskist.Web

Tip: Make sure your appsettings.json connection string in the Web project points to SQL Server or MySQL.

▢️ Running the Project

cd Presentation\Taskist.Web
dotnet run
  • Open your browser and navigate to https://localhost:5001 (or the port shown in console).
  • Admin user can be seeded in the database using initial migration or SeedData class.

πŸ› GitHub Issues & Contribution

Raising an Issue

  1. Go to the Issues tab.
  2. Click New Issue.
  3. Provide:
    • Title
    • Description
    • Steps to reproduce (for bugs) or expected feature description

Contribution Rules

  • 🍴 Fork the repository.
  • 🌿 Create a feature branch:
git checkout -b feature/YourFeatureName
  • πŸ“ Make changes and commit:
git add .
git commit -m "Description of your changes"
  • ⬆️ Push to your fork:
git push origin feature/YourFeatureName
  • πŸ”€ Create a Pull Request to the main branch.

Code Guidelines

  • Follow C# naming conventions.
  • Keep methods short and modular.
  • Use Entity Framework migrations for DB changes.

πŸ“„ License

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

πŸ’– Open Source Sponsors & Partners

We gratefully acknowledge the generous support of the following providers who offer free licenses or services to our open-source project:

Sentry Atlassian Confluence MonsterASP.Net Zulip - Organized team chat app

🌟 Support the Project

If you find Taskist helpful, please consider supporting it! ❀️ Your support helps keep the project growing and maintained.

πŸͺ™ Ways to Support

  • ⭐ Star this repository on GitHub to show appreciation
  • πŸͺ™ Share it with other developers or teams
  • β˜• Buy Me a Coffee to support ongoing development

Buy Me A Coffee

About

Taskist is an open-source, modern backlog management tool built for agile teams. It provides a simple, focused interface for capturing, prioritizing, and tracking the complete lifecycle of your product work.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published