refactor(terminology): migrate fuel-station terms to generic store language - #48
Merged
Merged
Conversation
|
Strix is installed on this repository, but we couldn't run this PR security review because this workspace's trial has ended. Add a card to resume code reviews here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements the ShiftOryx Global Product Terminology Migration, removing fuel-station-specific product language across the entire platform in favor of generic multi-tenant workforce scheduling SaaS terminology.
Key Terminology Changes
κατάστημα(singular) /καταστήματα(plural) replacing customer-facingπρατήριο/πρατήρια/πρατηρίου.store/stores.FUEL_STATIONcategory label insrc/utils/portalHelpers.jsupdated to displayΚατάστημα(internal enum identifierFUEL_STATIONpreserved for backward compatibility).src/App.jsx: Central portal RouteNoticePage guidance updated to referenceκαταστήματος/κατάστημα.src/components/auth/TenantGate.jsx: Checking banner updated toΕλέγχουμε την πρόσβαση στο συγκεκριμένο κατάστημα.src/components/portal/InvalidHostNotice.jsx: Subtitle and message updated to genericκατάστημα.src/hooks/useSchedulerStore.js: Error message updated toΔεν βρέθηκε tenant context για το κατάστημα.src/services/tenantAccessService.js:noAccessmessage updated toΔεν υπάρχει ενεργό κατάστημα συνδεδεμένο με αυτόν τον λογαριασμό.src/services/tenantAuthorization.js:TENANT_ACCESS_DENIED_MESSAGEupdated toΔεν έχετε πρόσβαση σε αυτό το κατάστημα.src/scheduler-engine/generateSchedule.ts: Internal comment updated to referencelegacy 4-6 Store topology.docs/saas-security-qa-checklist.md: Expected customer-facing assertion text updated to match new store messages.docs/project-brain.md,docs/project-status-report.md,docs/SHIFTORYX_MASTER_ROADMAP.md,README.md: Product positioning updated from fuel-station-specific tool to multi-tenant workforce scheduling SaaS.Preserved Technical Compatibility Identifiers
gasstationproject-9dd89(in configs/scripts).gas.homelabshare.gr,bp-kallis.homelabshare.gr.bp-kallis.FUEL_STATION.tenantHostContext,TenantGate,tenantId, etc.Regression & Quality Assurance
scripts/validate-product-terminology.mjsregistered asnpm run qa:product-terminologyto continuously guard against deprecated customer-facing terms in runtime code (src/).scripts/validate-saas-foundation.mjsandscripts/validate-tenant-authorization.mjs.qa:product-terminology,qa:auth-broker-negative,qa:auth-broker,qa:central-portal-isolation,qa:tenant-authorization,qa:saas-foundation,qa:phase5-portal,npm run build,npm run security:scan.