usc401s24_react
v1.0.4
Published
LA Assessor Portal: Build modular Esri/ArcGIS API independent of Assessor endpoints with focus on maintainability and reliability.
Downloads
2
Readme
USC-Mapping-Project
LA Assessor Portal: Build modular Esri/ArcGIS API independent of Assessor endpoints with focus on maintainability and reliability.
Website
mappingproject.azurewebsites.net
Work Flow
We maintain a main branch and a develop branch. The main branch will contain functioning, tested code.
Main is considered "live." Only merge develop and main when you are sure the develop branch is functioning and tested.
New feature
- Branch from
develop
(notmain
) withfeature/<featurename>
format.- e.g.
feature/login_form
- e.g.
- When ready to submit, create a pull request from feature to develop branch.
- The request will ideally be reviewed by a team member and a stakeholder before merging with dev.
- Team member merges feature to develop branch.
- Remember:
- Merge
feature/<featurename>
todevelop
and not directly tomain
. - Only push
develop
tomain
if you are certain it is functional and tested.
- Merge