You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,47 +91,46 @@ Please fill in the table below with the values from both the Dev and Prod enviro
82
91
|**Resources (Full App Weight)**||||
83
92
|**Requests**||||
84
93
|**Finish Time**||||
94
+
|**WCAG AAA**||||
85
95
86
96
87
97
-----
88
98
### Developer checks
89
99
(Leave tasks unticked if they haven't been appropriate for your ticket.)
90
100
91
101
I have:
92
-
-[ ] Provided showcase example of component if applicable
93
-
-[ ] Added appropriate logging and scopped logging reporting in appsettings for component if applicable
102
+
-[ ] Provided showcase example of component
103
+
-[ ] Added appropriate logging and scoped logging reporting in appsettings for component if applicable
94
104
-[ ] Updated readme documentation
95
105
-[ ] Updated showcase documentation for component
96
-
-[ ] I have locally run tests against a local package (not just using project reference)
97
106
-[ ] Used a browser set to No Js before using it to locally run and test changes (recommend brave as second browser)
98
107
-[ ] Written Unit tests with accesibility syntax
99
108
-[ ] Written E2E tests with accesibility syntax and accessibility test
100
109
-[ ] Tested components with [Wave Chrome plugin](https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh/related). Addressed any valid accessibility issues and documented any invalid errors
101
-
-[ ][Check code coverage](https://technologyenhancedlearning.github.io/TELBlazor-CodeReport/) or locally with local report generation
110
+
-[ ] Check code coverage[Dev pipeline report page](https://technologyenhancedlearning.github.io/TELBlazor-CodeReport/) or locally with local report generation. (Focus on new area)
102
111
-[ ] Updated my Jira ticket with testing notes, including information about other parts of the system that were touched as part of the PR and need to be tested to ensure nothing is broken
103
112
-[ ] Tested in [Dev Showcase](https://technologyenhancedlearning.github.io/TELBlazor-DevShowCase/) (including logging by using log level switcher)
104
113
-[ ] Scanned over my pull request and commented with any useful explanations/questions to reviewers
105
114
-[ ] Scanned over cicd warnings relating to the component or area of code I have worked on (give the general ones a look too but antyhing in OptionalImplementations/Test can be ignored)
106
-
-[ ]Maybe? Audit NuGet packages; use lightweight ones (e.g., System.Text.Json); ensure third-party components support trimming.
107
-
-[ ]Scanned in visual studio build info messages about improving code for new code
108
-
-[ ]
115
+
-[ ]Auditted new NuGet packages prefering lightweight ones (e.g., System.Text.Json) and ensuring third-party components support trimming.
116
+
-[ ]Looked at build messages specifically for new code.
117
+
109
118
---
110
119
### Peer Reviewers and Assignee checks before Approval
111
120
-[ ] Feedback has been provided
112
-
-[ ] Project has been run locally (you can provide pr feedback via vs if desired)
121
+
-[ ] Project has been run locally
113
122
-[ ] Locally checked in browser set to No Js from before load (recommend Brave with no js settings)
114
123
-[ ][Dev Showcase](https://technologyenhancedlearning.github.io/TELBlazor-DevShowCase/) was checked and it was checked the package number matched the PR
115
124
-[ ] In Dev Showcase checked against different logging levels if applicable (use log level switcher to change level)
116
125
-[ ] All conversations have been responded to (emoji will do) and marked resolved
117
126
-[ ] Out of scope code observations have been recorded to inform future tasks
118
127
-[ ] Common questions / Architectural explanations decisions from PR documented
-[ ]If the published dev package is linked and used in tandom with a package consumer task is it working locally (Not a hard requirement but useful in case changes required)
-[ ]Linked task for the consumption of the new component has been given a link to the dev package to help development.
122
131
-[ ] Checked component readme in Showcase
123
132
124
133
---
125
134
### Post PR Intentions and Actions
126
-
-[ ] On merge will someone check [Prod Showcase](https://technologyenhancedlearning.github.io/TELBlazor/)
127
-
-[ ] Tick yes if consuming projects need a version bump and/or code changes to take advantage of new components etc
128
-
-[ ] If there is a linked consuming project task has the task assignee, or task been updated to know the package is available as a dev/prod version and been provided the version number.
0 commit comments