GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

♻️ Move admin routes as children of root route #12032

Open esizer opened 5 days ago

esizer commented 5 days ago

♻️ Debt/Refactor

There is now no discernible difference between the root route and admin routes so we can likely move away from them being defined separately.

🕵️ Details

We recently moved all the admin pages over to use a nearly identical layout to the root layout but did not move the routes over so we seem to have a redundant AdminLayout that simply mirrors the main layout.

This also means our route definition has to add in another top level definition for ${locale}/admin that applies the same layout.

I think we should be safe to delete the AdminLayout now and move all the routes to the root route now.

🙋‍♀️ Proposed Solution

✅ Acceptance Criteria