3.1-B: Hardcoded szovegek cseréje 5 komponensben #246

Open
opened 2026-06-08 20:04:47 +02:00 by kincses · 0 comments
Owner

Merfoldko: Frontend Architektura 2.0 & Dinamikus Megjelenitesi Rendszer
Cel: Az osszes hardcoded szoveg kicserelese () hivasokra 5 komponensben.

Fuggosegek (Dependencies)

  • Bemenet: #245 (i18n kulcsok)

Implementacios Reszletek

  1. DashboardView.vue - cserek:

    • SZERVIZNAPTAR -> {{ (menu.calendar) }}
    • SERVICE FINDER -> {{ (header.brand) }}
    • Iranytopultod es jarmuveid attekintese -> {{ (dashboard.description) }}
  2. PrivateLayout.vue (ex ConsumerLayout) - cserek:

    • Vehicle Registration -> {{ (quickActions.vehicleRegistration) }}
    • Service Booking -> {{ (quickActions.serviceBooking) }}
    • Cost Tracking -> {{ (quickActions.costTracking) }}
    • Tracking -> {{ (quickActions.tracking) }}
    • Documents -> {{ (quickActions.documents) }}
    • Footer szovegek -> {{ (layout.footer.*) }}
  3. OrganizationLayout.vue (ex CorporateLayout) - cserek:

    • Organization -> {{ (organization.title) }}
    • Overview -> {{ (organization.overview) }}
    • Vehicles -> {{ (organization.vehicles) }}
    • Drivers -> {{ (organization.drivers) }}
    • Maintenance -> {{ (organization.maintenance) }}
    • Reports -> {{ (organization.reports) }}
  4. CompanyGarageView.vue - csere:

    • Ceges garazs -> {{ (garage.company.title) }}

Erintett fajlok

  • frontend/src/views/DashboardView.vue
  • frontend/src/layouts/PrivateLayout.vue
  • frontend/src/layouts/OrganizationLayout.vue
  • frontend/src/views/organization/CompanyGarageView.vue
**Merfoldko:** Frontend Architektura 2.0 & Dinamikus Megjelenitesi Rendszer **Cel:** Az osszes hardcoded szoveg kicserelese () hivasokra 5 komponensben. ### Fuggosegek (Dependencies) - **Bemenet:** #245 (i18n kulcsok) ### Implementacios Reszletek 1. **DashboardView.vue** - cserek: - SZERVIZNAPTAR -> {{ (menu.calendar) }} - SERVICE FINDER -> {{ (header.brand) }} - Iranytopultod es jarmuveid attekintese -> {{ (dashboard.description) }} 2. **PrivateLayout.vue** (ex ConsumerLayout) - cserek: - Vehicle Registration -> {{ (quickActions.vehicleRegistration) }} - Service Booking -> {{ (quickActions.serviceBooking) }} - Cost Tracking -> {{ (quickActions.costTracking) }} - Tracking -> {{ (quickActions.tracking) }} - Documents -> {{ (quickActions.documents) }} - Footer szovegek -> {{ (layout.footer.*) }} 3. **OrganizationLayout.vue** (ex CorporateLayout) - cserek: - Organization -> {{ (organization.title) }} - Overview -> {{ (organization.overview) }} - Vehicles -> {{ (organization.vehicles) }} - Drivers -> {{ (organization.drivers) }} - Maintenance -> {{ (organization.maintenance) }} - Reports -> {{ (organization.reports) }} 4. **CompanyGarageView.vue** - csere: - Ceges garazs -> {{ (garage.company.title) }} ### Erintett fajlok - frontend/src/views/DashboardView.vue - frontend/src/layouts/PrivateLayout.vue - frontend/src/layouts/OrganizationLayout.vue - frontend/src/views/organization/CompanyGarageView.vue
kincses added the Status: To DoScope: FrontendType: Refactor labels 2026-06-08 20:04:47 +02:00
kincses added this to the Frontend Architektúra 2.0 & Dinamikus Megjelenítési Rendszer milestone 2026-06-08 20:07:43 +02:00
Sign in to join this conversation.