forked from bcgov/shinywqg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bcgov#91 from poissonconsulting/main
November package maintenance
- Loading branch information
Showing
4 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
^joe-notes-0211\.rtf$ | ||
^COMPLIANCE\.yaml$ | ||
^\.github$ | ||
^TESTING\.md$ |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file --> | ||
|
||
# shinywqg 0.1.0.9000 (2024-11-26) | ||
|
||
- Package maintenance. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Steps for manual testing of the app | ||
|
||
This document is to guide developers on how to manually test the app. | ||
Steps should be followed in order and be done in a single session from start to finish. | ||
|
||
1. Open app: https://bcgov-env.shinyapps.io/bc_wqg/ | ||
2. Click on User Guide tab | ||
a. Confirm formatting looks valid | ||
3. Click on About tab | ||
a. Confirm formatting looks valid | ||
b. Check URLs are not broken | ||
4. Confirm footer links are valid | ||
5. Click on WQG tab | ||
a. Click on download button | ||
b. Select 1,1-Dicholoroethylene | ||
i. Select Drinking water | ||
1) Confirm results appears and are formatted correctly | ||
2) Check links are active and correct | ||
ii. Tick water off and on | ||
1) Results should disappear if nothing ticked and then re-appear when ticked again | ||
c. Select Copper by typing copper | ||
i. Select Aquatic Life - Marine, Aquatic Life - Freshwater and Wildlife | ||
ii. Confirm reports appear and are formatted correctly | ||
1) Check links are active and correct | ||
iii. Change Hardness value to 130 | ||
1) No change | ||
iv. Change pH to 8 | ||
1) Should cause a guideline to change | ||
v. Change Dissolved Organic Carbon to 2 | ||
1) Should cause guidelines changes | ||
vi. Change Significant Figures to 2 | ||
1) Should drop decimal points (ie only whole numbers left) | ||
vii. Change significant figures to 5 | ||
1) Should increase values to multiple decimal points | ||
viii. Tick off water media | ||
1) Parameter options should disappear | ||
d. Select pH | ||
i. Add all values | ||
ii. Select a pH value of 1 | ||
1) Results should appear |