Add frontend pages, services, and state modules from pamojafront - #4
Open
Mayan-Okul wants to merge 1 commit into
Open
Add frontend pages, services, and state modules from pamojafront#4Mayan-Okul wants to merge 1 commit into
Mayan-Okul wants to merge 1 commit into
Conversation
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.
#What this PR does
Adds the
pages,services, andstateJS modules frompamojafrontintoPamojaBuild/frontend/js/, migrating from the previous flat HTML/single-script structure toward the modular frontend architecture.#Scope
This PR covers my assigned portion only:
frontend/js/pages/frontend/js/services/frontend/js/state/Known dependency gap
These modules import from
api/,components/,config/, andutils/(e.g.APIErrorDisplay,Loader,Toast,utils.js,client.js,env.js). None of those folders exist yet in this repo, so the app will not build/run until they're added — either in a follow-up PR from another teammate or a subsequent commit here.Flagging this now so it's visible before merge, rather than surfacing as a build failure later.
Testing
Not yet runnable standalone due to the dependency gap above — no local test run performed.