Skip to content

Commit 586b8c4

Browse files
committed
add viztest notes for qa
1 parent 1eaa297 commit 586b8c4

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

scripts/viztest_testing_notes.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
## Known Issues
2+
* The top left zoom icons changed css and are now bigger
3+
* The rings css is different in the new leaflet.js
4+
* Minor map changes are tolerated
5+
* The css of the map popups text changed to not be as bold
6+
* Icon images have shifted up half an image for all custom image icons (such as the R logos)
7+
* The lines on the terminator (light / darkness) have been reduced for the new version
8+
* The grid in the first image is thicker
9+
10+
# Validate
11+
Each new/*.html file should have the following features within the html file.
12+
13+
14+
* addGraticule.html
15+
- should have a grid over the world
16+
17+
* addLayersControl.html
18+
- should have a icon in the top right corner to change the background and add/remove the markers
19+
20+
* addLegend.html
21+
- 1 - should contian an obvious legend in the bottom right
22+
- 2,3,4 - contain resonable legends in the bottom left corner
23+
24+
* addMeasure.html
25+
- 1 - Should be able to hover over the top right icon. Then click multiple times. Click the "Finish Measurement" button to stop. (Finished result may be in German, but caused by interference between the first and second widget)
26+
- 2 - Should be able to hover over the bottom left icon. Should be the same as the first image, but in German and purple.
27+
28+
* addMiniMap.html
29+
- should have a minimap in the bottom right corner
30+
31+
* addProviderTiles.html
32+
- should have a watercolor looking map
33+
34+
* addRasterImage.html
35+
- should contain a rainbow of color from red down to purple over Lancaster
36+
37+
* addScaleBar.html
38+
- should contain a distance scale in the top right corner
39+
40+
* addSimpleGraticule.html
41+
- should contian a grid over the world
42+
43+
* addTerminator.html
44+
- should contain a leaflet widget with the location of the sun and night
45+
46+
* easyButton.html
47+
- should contain an extra star button that will reset the zoom to the world view
48+
49+
* groupOptions.html
50+
- should have many markers over New Zealand
51+
52+
* icons.html
53+
- 1 - should be green, yellow, then red icons of a leaf on a twig
54+
- 2 - should be random hollow shapes that appear to be grouped
55+
56+
* leaflet.html
57+
- 1 - world map
58+
- 2 - europe map
59+
- 3 - zoomed in on ISU campus (Snedecor Hall)
60+
- 4 - should add a popup over Snedecor Hall
61+
- 5 - should contain "Random Popup"s over Ames, IA
62+
- 6 - should contain random markers over Ames, IA
63+
- 7 - should contain random markers that display "A random letter X" when clicked
64+
- 8 - should contain the R logo over Auckland
65+
- 9 - should contain many randomly located R logos around Auckland
66+
- 10 - should have a RStudio logo over boston and seattle (cities near top left corner)
67+
- 11 - should be random blue circles around Ames, IA
68+
- 12 - should be random red circles around Ames, IA
69+
- 13 - should be random blue circles around Ames, IA with different radiuses
70+
- 14 - should be random red, dashed rectangles around Ames, IA
71+
- 15 - should be random blue line drawn over Ames, IA
72+
- 16 - should be random blue polygon drawn over Ames, IA with the center portions not filled in
73+
- 17 - should be a yellow neighborhood drawn over a Seattle neighborhood
74+
- 18 - should be a dark map of Seattle
75+
- 19 - shold be blue circles over Ames, IA
76+
- 20 - shold be red circles over Ames, IA
77+
- 21 - shold be different colored circles over Ames, IA
78+
- 22 - shold be many shades of green circles over Ames, IA
79+
80+
* leafletProxy.html
81+
- should have a leaflet html widget appear, but tiles may not have loaded in time
82+
- should contian blue circles
83+
- will be a static image
84+
85+
* map-methods.html
86+
- 1 - should have a very zoomed in version of boston harbor area
87+
- 2 - should contian a state view of Massachusetts
88+
- 3 - should view the whole world
89+
90+
* map-shiny.html
91+
- should have a leaflet html widget appear, but tiles may not have loaded in time
92+
- will be a static image
93+
94+
* mapOptions.html
95+
- should contian a popup of "R was born here" in Auckland

0 commit comments

Comments
 (0)