Prep for release
Description
This updates the main branch of the repo to document the not-yet-release 1.0.0
release.
Changes Made
- Use the public website URL as the homepage URL - allowed per the software release checklist
- Add
"status": "Production"
object for1.0.0
release to end ofcode.json
in the main branch - Update
"status": "Development"
object version to1.1.0
, as this main branch will be ahead of the1.0.0
branch as it will contain in-development content for additional visualizations not included in1.0.0
- Update
package.json
version to 1.0.0 to reflect current status of code - Update
CHANGELOG.md
to document the released1.0.0
version and in-development work - Misc edits:
- I also deleted out one svg associated with a viz that has been deleted
- I added an empty heading to the regional fires viz to add space below the title
- I dropped the mobile-equivalent of 'mouseleave' behavior for the glacier scan viz b/c it's not needed now that there is a 'reset map' button
How to Test
Read over changes
MR t-shirt size
-
extra-small (e.g., update color scheme) -
small (e.g., add tooltip to chart) -
medium (e.g., add new static chart, add new pipeline output) -
large (e.g., initial data processing pipeline, interactive chart)
Timeline for review
-
ASAP - blocker for deployment -
Today - blocker for ongoing work -
Next couple of days -
This week -
When reviewer has availability
Review Needs
Does this MR include data processing, modeling, or visualization code that will require domain review prior to release?
-
Yes, and I have opened an issue to document the need for review, using the DomainReview
issue template -
Yes, and a domain review issue already exists -
No
Related Issues
NA
Additional Notes
NA
Merge Request Checklists
-
Code changes adhere to best practices documented in README.md
-
Code has been cleaned the way Vue likes it - run npm run lint --fix
-
If applicable, the need for future domain review has been documented in an issue -
Below section documents which browsers the site has been tested on: - Desktop/laptop
-
Chrome -
Safari -
Edge -
Firefox
-
- Mobile device
-
Chrome -
Safari -
Edge -
Firefox
-
- Desktop/laptop
Edited by Hayley Corson-Dosch