1021 B
1021 B
title, status, type, priority, created_at, updated_at
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| Normalise route naming scheme to 'Route X (Region)' | completed | task | normal | 2026-02-14T19:51:29Z | 2026-02-14T21:10:13Z |
Problem
Route names across seed data files are inconsistent. Several naming patterns exist:
Route 1 (Kanto)— preferred formatSinnoh Route 207— region prefix styleRoute 1 - Galar— dash-separated region suffix
Goal
Standardise all route names to the format: Route X (Region)
Examples:
Sinnoh Route 207→Route 207 (Sinnoh)Route 1 - Galar→Route 1 (Galar)Route 1 (Kanto)— already correct, no change needed
Checklist
- Audit all seed data JSON files to identify inconsistent route names
- Normalise routes using
Region Route Xprefix style (e.g.Sinnoh Route 207) - Normalise routes using
Route X - Regiondash style (e.g.Route 1 - Galar) - Verify no other naming patterns exist
- Spot-check results to ensure correctness