| Name | Surname | Student Number |
|---|---|---|
| Johannes | Jordaan | 578316 |
| Llewelyn | Smit | 578549 |
| Karel | Nel | 578398 |
| Kyle | Van der Westhuizen | 578356 |
| Ricardo | Erasmus | 578557 |
The navigation panel was created as to allow smooth and easy movement between different pages that are of use in the web based aplication created.
Further on, we will go into depth on the content and what all the elements on the navigation pane are used for.

In the above image one will see an example of the projects that are currently open and may have bugs.
To check if there are any bugs associated with a project one can select/click on the ID of the project, thus opening a document containing all the bugs related to the selected Project.(image below shows what it may look like)

Above, one will see an example of how the Board displays on the aplication, the board exclucively displays bugs which are sorted by priority as well as status.
The sorting is accomplished with the use of a function.
If one would like to acquire more information concerning a specific bug, one can Select/click on the bug itself. This action will allow one to view all the information concerning the selected bug, as displayed in the image below.

In the tickets page looks shown in the image above.
This page is used to create a new bug report and contains a lot of hidden functionality such as defualt values in the dates as well as a default status and priority.

On the Bug page there is some information which is available to the user such as a full list of all the bugs that are currently logged in the system (image above) and a graph showing how many of the bugs are categorised in each Priority (high,medium,low).


On the Add Project page the user is provided with the oppertunity to create a new Project which will then be assighned an ID automatically. New projects will be stored in the local storage automatically.
On the Add Employee page the user is provided the opportunity to add a new employee which will then be assigned an ID and stored automatically.

When the user visits the Employees page they will primarily see a list of all the current employees, but the user also posseses the ability to eddit employee details if they select the employee ID.

