Skip to content

pradeepkaswan/issue-tracker

Repository files navigation

Issue Tracker

The application provides a comprehensive solution for managing and tracking issues within a project, streamlining the workflow and enhancing collaboration.

License: MIT

Roadmap

The project is structured to implement core features initially and subsequently incorporate advanced functionalities to enrich the user experience and project management capabilities.

Features

  1. Creating an Issue: Easily create new issues with detailed descriptions and relevant metadata.
  2. Viewing Issues: Effortlessly view all issues, allowing for a comprehensive overview of the project's progress and pending tasks.
  3. Updating an Issue: Seamlessly update existing issues, ensuring that the information remains up to date and reflective of the project's status.
  4. Deleting an Issue: Efficiently remove irrelevant or completed issues from the system, maintaining a clean and organized workspace.

Advanced features Planned

  1. User Authentication: Implement a robust user authentication system to ensure secure access and data protection.
  2. Assigning Issues: Enable the assignment of issues to specific team members, facilitating clear ownership and accountability.
  3. Sorting Issues: Provide the ability to sort issues based on various parameters, enabling users to prioritize tasks effectively.
  4. Filtering Issues: Introduce advanced filtering options to quickly identify and focus on specific types of issues or tasks.
  5. Pagination: Implement pagination for managing large volumes of issues, ensuring smooth navigation and improved performance.
  6. Dashboard: Develop a comprehensive dashboard with insightful analytics and visual representations of project progress.

Running Locally

  1. Install dependencies using npm:
npm install
  1. Copy .env.example to .env and update the variables.
cp .env.example .env
  1. Run the database migrations:
npx run migrate
  1. Start the development server:
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published