The navigation bar should be different depending on the type of user that has logged in.
Everybody should have a link to 'Logout' and a link to 'Modify My Profile'. In addition, each user should also have:
Administrator
only a link to 'Add/Delete Manager Users'
Employee
a link to 'My Work Tasks'
a link to 'My Work Expenses'
a link to 'My Reports'
Manager
all the links that an employee has
a link to 'Company Reports' (a page with options for generating reports about specific employees or company-wide reports)
a link to 'System Settings' (a page with links for managing the list of task types, the list of expense types, and setting an expense amount threshold above which he will receive a notification).
For now, this task just involves the display of these links. We will defer the responsibility of making sure each link goes where it is supposed to go to the future, when each page is implemented.
This depends on Issue #6.
The navigation bar should be different depending on the type of user that has logged in.
Everybody should have a link to 'Logout' and a link to 'Modify My Profile'. In addition, each user should also have:
Administrator
Employee
Manager
For now, this task just involves the display of these links. We will defer the responsibility of making sure each link goes where it is supposed to go to the future, when each page is implemented.