Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
ec384af4
Commit
ec384af4
authored
Nov 27, 2016
by
restrry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some points
parent
c956516f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
spa-checklist.md
spa-checklist.md
+20
-6
No files found.
spa-checklist.md
View file @
ec384af4
...
...
@@ -10,8 +10,8 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Accessibility
-
[
]
My app is accessible
-
[
]
Colors and contrast are color-blind friendly OR there is a possiblity to switch to high-contrast mode
g
-
[
]
My app is accessible
-
[
]
Colors and contrast are color-blind friendly OR there is a possiblity to switch to high-contrast mode
-
[
]
My app is screenreader-friendly
-
[
]
My app has keyboard navigation
...
...
@@ -30,20 +30,34 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Versioning
-
[
]
My app has a cache-busting implemented
-
[
]
My app has a assets cache-busting implemented
## Assets
-
[
]
Have a 404-page
-
[
]
Have a maintenance page
-
[
]
Images support HDPI screens (Retina, etc)
## Testing
-
[
]
My app does not have memory leaks
-
[
]
My app is passing performance tests with high grades
-
[
]
My app does not have memory leaks
-
[
]
My app is passing performance tests with high grades
-
[
]
[
PageSpeed
]
(https://developers.google.com/speed/pagespeed/)
-
[
]
[
YSlow
]
(http://yslow.org/)
-
[
]
Chrome Dev Tools Audit
## Debugging
-
[
]
minified JavaScript files contain URL for source maps
-
[
]
Minified JavaScript files contain URL for source maps
-
[
]
Thrown exceptions are handled and passed to storage (
[
Sentry
](
https://sentry.io/
)
,
[
Track.js
](
https://trackjs.com/
)
, etc)
-
[
]
Error storage process sourcemaped files
## Tracking
-
[
]
My app gathers metrics about usage behaviour
## Security
-
[
]
I have audited my system against:
-
[
]
OWASP Top 10 Vulnerabilities
-
[
]
[
Observatory
]
(https://observatory.mozilla.org/)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment