add acceptance
This commit is contained in:
parent
720f139b16
commit
9dc1dc9aaf
2 changed files with 34 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
# testpilot-containers
|
# Test Pilot Containers
|
||||||
|
|
||||||
|
This repo is the home of a *Containers*-based experiment to be launched in [Firefox Test Pilot](https://github.com/mozilla/testpilot).
|
||||||
|
|
31
docs/acceptance.md
Normal file
31
docs/acceptance.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Acceptance Criteria
|
||||||
|
|
||||||
|
## User Experience
|
||||||
|
- [ ] It should place a containers button on the user’s browser toolbar
|
||||||
|
- [ ] It should include all containers management UI inside a door hanger from this toolbar button
|
||||||
|
- [ ] It should provide a set of default container choices for users to pick from (work, home, travel etc.)
|
||||||
|
- [ ] Each container type should have a color, icon and name
|
||||||
|
- [ ] It should allow users to create new containers
|
||||||
|
- [ ] It should allow users to delete containers
|
||||||
|
- [ ] It should allow users to open container tabs
|
||||||
|
- [ ] each container tab should be clearly demarcated by color/icon etc.
|
||||||
|
- [ ] It should provide a control to show/hide all open tabs of one container type
|
||||||
|
- [ ] It should provide a control to sort tabs by container type
|
||||||
|
- [ ] It should provide a control to allow users to open containers in new tab or new window by default
|
||||||
|
|
||||||
|
## User Experience Non-Requirements (out of scope)
|
||||||
|
- [ ] It should not show any UI in browser settings
|
||||||
|
- [ ] It should not effect the awesome bar
|
||||||
|
- [ ] It should not effect the Firefox Library
|
||||||
|
- [ ] It should not make any changes to sync functionality
|
||||||
|
|
||||||
|
## Measurements
|
||||||
|
- [ ] It should measure container tab creations per session
|
||||||
|
- [ ] It should measure the type of container tab created
|
||||||
|
- [ ] It should measure container tab creations
|
||||||
|
- [ ] It should measure new container creations
|
||||||
|
- [ ] It should measure container deletes
|
||||||
|
- [ ] It should measure container sorts
|
||||||
|
- [ ] It should measure container hides
|
||||||
|
- [ ] It should report URIs accessed across multiple containers
|
||||||
|
- [ ] It should measure the % of tab-based vs windows-based containers
|
Loading…
Add table
Reference in a new issue