Skip to content

A Bug Tracker Web Application which helps coding teams to synchronize large projects.

Notifications You must be signed in to change notification settings

markhorsofts/Bug-Tracker

 
 

Repository files navigation

Bug-Tracker

Header

Overview

The objective of Bug Tracker Application is to provide user a responsive application using appropriate data structures and efficient algorithms, while also providing a user-interface for perfect user-friendly experience. The objectives are stated as below: -

  1. Registered/Logged in users can issue or generate new bug tickets or edit existing ones.
  2. Bug ticket will contain several parameters that will give more information on that specific bug. Some of the parameters are as follows:-
    1. Bug ID number (Unique ID)
    2. Priority (High, Medium, Low, etc.)
    3. Title
    4. Description
    5. Status (In Progress, Unopened, Closed)
    6. Assigned to
    7. Reported by
    8. Updated on (Time when its information was last updated)
    9. Created on (Reporting time)
  3. These bug tickets will be stored in the database in a sequence determined by the data Structure and Algorithms that will be implemented (defined at the Procedure section).
  4. The application will generate a ‘Planner’ which will allow the user to view the bugs that needs to be resolved and also provides the functionality to edit, delete or mark as resolved.
  5. Software application should be decentralized, means that everyone could access it easily, this gives the means of hosting the application as a Web Application.

Login Page

Image

Technologies

Image

Methodology Framework

Image

Business Logic

Image

User Experience

Dashboard / Homepage

Image

Navigation Bar

Image

Add a New Ticket

Image

Edit an Existing Ticket

Image

Teams Overview

Image

About

A Bug Tracker Web Application which helps coding teams to synchronize large projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 50.5%
  • JavaScript 36.5%
  • HTML 8.7%
  • CSS 2.5%
  • Python 1.8%