Skip to content

[WI-001012][Rambo Frontend UI to Transportation Schedule]#6206

Merged
NoBoneZ merged 1 commit into
stagingfrom
WI-001012
Jun 9, 2026
Merged

[WI-001012][Rambo Frontend UI to Transportation Schedule]#6206
NoBoneZ merged 1 commit into
stagingfrom
WI-001012

Conversation

@samdanikouser

Copy link
Copy Markdown
Contributor

Is this a Feature, Chore or Bug?

  • Feature
  • Chore
  • Bug

Clearly and concisely describe the feature, chore or bug.

Rename the frontend UI from "Route Planner" to "Transportation Schedule" across all user-facing labels — page title, header, loading text, workspace shortcuts/links, and DocType field descriptions — so the terminology accurately reflects its function as a time-based scheduling dashboard.

Analysis and design (optional)

No design changes. This is a text-only rename affecting UI labels. Internal code identifiers (file names, API paths, CSS IDs, variable names) are intentionally preserved to avoid breaking changes.

Solution description

4 files modified:

File Change
one_fm/one_fm/page/route_planner/route_planner.json Page title changed from "Route Planner" → "Transportation Schedule". This drives the Awesome Bar / global search result label.
one_fm/one_fm/page/route_planner/route_planner.js 3 user-facing strings updated: loading spinner text (line 6), "Save Plan" dialog is_default field description (line 1819), and the main header title #rp-title (line 2279).
one_fm/operations/doctype/route_plan/route_plan.json is_default field description updated to reference "Transportation Schedule" instead of "Route Planner".
one_fm/one_fm/workspace/fleet/fleet.json Workspace shortcut label, card link label, and content JSON shortcut name all updated from "Route Plan" → "Transportation Schedule".

Is there a business logic within a doctype?

  • Yes
  • No

Output screenshots (optional)

N/A — text-only rename. After clearing cache:

  • Header displays "Transportation Schedule"
  • Awesome Bar search for "Transportation Schedule" returns the correct navigation link
  • Fleet workspace shortcut and Transport card link both show "Transportation Schedule"

Areas affected and ensured

  • Page header title (top-left corner)
  • Loading spinner text
  • Frappe Awesome Bar / global search results
  • Fleet workspace — shortcut tile and Transport card link
  • Route Plan DocType — is_default field help text
  • "Save Plan" dialog — is_default checkbox description

Is there any existing behavior change of other features due to this code change?

No. All changes are cosmetic label renames. The page URL (/app/route-planner), API endpoints, file paths, and all internal logic remain unchanged.

Did you test with the following dataset?

  • Existing Data
  • New Data

Was child table created?

No.

  • is attachment required?

Did you delete custom field?

  • Yes
  • No

Is patch required?

  • Yes
  • No

(No data migration needed — changes are in JSON fixture files and client-side JS labels that sync on bench migrate / cache clear.)

Which browser(s) did you use for testing?

  • Chrome
  • Safari
  • Firefox
Screenshot 2026-06-09 at 2 31 51 AM

Copilot AI review requested due to automatic review settings June 8, 2026 23:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates user-facing UI labels to rename the “Route Planner” page experience to “Transportation Schedule” (while keeping internal identifiers like routes, file paths, and API method names unchanged) so the UI terminology better reflects a schedule-focused dashboard.

Changes:

  • Updated the Route Planner page title (Awesome Bar/global search label) to “Transportation Schedule”.
  • Updated key UI strings in the Route Planner page JS (loading text, default-plan help text, and the main header title).
  • Updated Fleet workspace shortcut/link labels and the Route Plan DocType field description to reference “Transportation Schedule”.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
one_fm/operations/doctype/route_plan/route_plan.json Updates the is_default field description to reference “Transportation Schedule”.
one_fm/one_fm/workspace/fleet/fleet.json Renames Fleet workspace shortcut/link labels to “Transportation Schedule”.
one_fm/one_fm/page/route_planner/route_planner.json Updates the Page title to “Transportation Schedule”.
one_fm/one_fm/page/route_planner/route_planner.js Updates visible UI text (loading text, dialog field help, and header title) to “Transportation Schedule”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@samdanikouser samdanikouser requested a review from NoBoneZ June 8, 2026 23:37
@NoBoneZ NoBoneZ merged commit 763b165 into staging Jun 9, 2026
3 of 7 checks passed
@NoBoneZ NoBoneZ deleted the WI-001012 branch June 9, 2026 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants