Skip to content

ArkadiuszBalakier/Taski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taski

Taski is a professional project management application built with Django. It is designed to streamline collaboration within product teams by providing a structured environment for developers, designers, project managers, and QA specialists.


Core Features

  • Role-Based User Management: Support for various professional positions including Developer, Project Manager, QA, Designer, and DevOps.
  • Structured Task Tracking: Comprehensive task management featuring deadlines, priority levels, and completion status.
  • Task Categorization: Detailed classification through specific types such as Bug, New Feature, or Refactoring.

Technical Stack

  • Backend: Python / Django
  • Frontend: Bootstrap templates integrated with a custom SASS architecture.
  • Database: SQLite.

Database Schema

The application logic is built around four primary entities:

  1. Position: Defines the professional role.
  2. Worker: Custom user model extending AbstractUser.
  3. TaskType: Categorizes the nature of work.
  4. Task: The core unit of work containing descriptions and deadlines.

About

A Django-based project management tool designed for cross-functional teams, featuring specialized workflows for developers, designers, PMs, and QA specialists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors