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
8e9e3d44
Commit
8e9e3d44
authored
Dec 07, 2016
by
Alexey Migutsky
Committed by
GitHub
Dec 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from restrry/master
add some points
parents
c956516f
3b986f70
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 @
8e9e3d44
...
...
@@ -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 cache-busting implemented (assets, object cache etc.)
## Assets
-
[
]
Have a 404-page
-
[
]
Have a
[
maintenance page
](
https://www.smashingmagazine.com/2009/06/effective-maintenance-pages-examples-and-best-practices/
)
-
[
]
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