The README lists Billing, Notifications, Settings, and Post a Job as frontend pages, but the shared Navigation component does not link to those existing routes. A user navigating through the app cannot discover those pages from the primary navigation.
Scope:
- Add links for
/jobs/post, /notifications, /settings, and /billing to the shared navigation.
- Add focused link-coverage validation for the Navigation component.
- Leave page content and styling unchanged.
This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.
The README lists Billing, Notifications, Settings, and Post a Job as frontend pages, but the shared
Navigationcomponent does not link to those existing routes. A user navigating through the app cannot discover those pages from the primary navigation.Scope:
/jobs/post,/notifications,/settings, and/billingto the shared navigation.This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.