Basketball-Competition-Dashboard / web

Frontend programs
0 stars 0 forks source link

Better routing and meta #17

Closed AsherJingkongChen closed 3 months ago

AsherJingkongChen commented 3 months ago

Better routing and meta

Description

  1. Manage routing metadata to router/index.ts
  2. Enumerate vue routes in Nav.vue and make use of metadata set in 1.
  3. Make use of Unhead plugin for Vue to add dynamic titles on every page
  4. Add adaptive icons and PWA manifest to make the application more accessible and modern

Motivation or Context

The purpose is to resolve the issue #6 and leverage dynamic routing to ensure better metadata consistency across the codebase.

Checklist

Item Is checked? Description
Explanation O My changes are well-explained.
Documentation O My works are well-commented or clear.
Tests O I have added tests or reports to cover my changes.
AsherJingkongChen commented 3 months ago

Update for Description

  1. Rename and Reorder routes (defining the feature pages)