refactor: UI code cleanup and folder restructure#814
Open
Shubhangi-Microsoft wants to merge 1 commit intodevfrom
Open
refactor: UI code cleanup and folder restructure#814Shubhangi-Microsoft wants to merge 1 commit intodevfrom
Shubhangi-Microsoft wants to merge 1 commit intodevfrom
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.
This pull request reorganizes the frontend and frontend-server directories under a new unified
src/Appstructure, updating all related build, deployment, and configuration scripts to match the new paths. Additionally, it introduces Redux Toolkit and related libraries to the frontend dependencies, laying groundwork for advanced state management.Directory and Path Refactoring
src/app/frontendandsrc/app/frontend-serverintosrc/Appandsrc/App/server, updating all references in build scripts, deployment scripts, Dockerfiles, workflow files, and infrastructure configs to use the new paths. This includes renaming files, changing directory names, and adjusting build contexts and copy commands. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]Frontend Dependency Updates
@reduxjs/toolkit), React Redux (react-redux), and related libraries (redux,redux-thunk,reselect,immer) to the frontend dependencies inpackage.jsonandpackage-lock.jsonto enable scalable state management in the React app. [1] [2] [3] [4] [5] [6] [7] [8]Dockerfile and Build Improvements
.dockerignoreto match the new directory structure, simplifying the build context and copy commands for both the frontend and server. [1] [2] [3] [4]Documentation Updates
src/Apppaths for building, running, and troubleshooting the frontend and server. [1] [2] [3]Build and Deployment Script Adjustments
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information