QA/Taskboard/Workflows: Difference between revisions

From MozillaWiki
< QA‎ | Taskboard
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Home Page =
=== Workflows ===
== Feature ==
One and Done workflow with mockups:
A Mozilla Community Contributor can understand the One and Done initiative [aka QA Taskboard] and login to get started.
* [[QA/Taskboard/Workflows/Contributors | Workflow for Community Contributors]]
* [[QA/Taskboard/Workflows/MozillaQaTeam | Workflow for Mozilla QA Team Members]]


== UX ==
=== Localization ===
The One and Done initiative [aka QA Taskboard] has to be presented in a clear, simple and attractive manner.
==== es | español | Spanish ====
The different areas of Mozilla QA in which contributors can get engaged should also be showcased.
* [[QA/Taskboard/Workflows/es/Contribuyentes | Flujo de trabajo para contribuyentes de la comunidad]]
 
* [[QA/Taskboard/Workflows/es/MozillaQaEquipo  | Flujo de trabajo para los miembros del equipo Mozilla QA]]
== Screen Mockup ==
[[File:mozilla-qa-taskboard-home-page.png|Mockup of the Home Page]]
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Button
|Login with BrowserID
|Handled through BrowserID
|Handled through BrowserID
|-
|Text Area
|About 500 words of text with HTML support
|N/A
|N/A
|-
|Image
|An image showing friendly collaboration in a no-pressure environment.
|N/A
|N/A
|-
|}
 
== Next Screen ==
Mozilla Community Contributor Profile Page.
 
== Security ==
=== Authentication ===
BrowserID is used for login authentication.
 
== Performance ==
: Home Page Load Time < 5 seconds
: Login Time  < 2 seconds
 
= Edit Profile Page =
 
== Feature ==
A Mozilla Community Contributor can create a personal profile to state areas of interest, difficulty level of tasks in each area, time generally available at hand on a daily basis, etc.
 
== UX ==
A first-time contributor would like to explore the different areas in which she could get involved. In return, Mozilla QA would like to know how much time she could contribute on a daily basis, and what difficulty level of tasks would she like to tackle in each area.
 
== Screen Mockup ==
[[File:Mozilla-qa-taskboard-edit-profile-page.png|Mockup of the Edit Profile Page]]
 
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Button
|Update Profile
|Clicking on the button changes on the Page to be saved.
|[TBD]
|-
|Text Field
|Value for Display Name
|The contributor can enter her Display Name here.
|[TBD]
|-
|Combo Box
|Value for Time generally available on a daily basis
|One of several possible values (e.g. upto 15 mins, upto 30 mins, upto 45 mins, upto 1 hr, 1 hr - 4 hrs, etc)
|[TBD]
|-
|Combo Box
|Areas of Interest
|One of the 5 main QA Teams (Automation, Web QA, Browser Technologies, Desktop Firefox, Thunderbird)
|[TBD]
|-
|Combo Box
|Sub-Areas of Interest
|Values are populated based on the value selected in the previous Combo Box (Areas of Interest)
|[TBD]
|-
|Combo Box
|Task Difficulty Level
|One of Low / Medium / High
|[TBD]
|-
|Link
|Add another area of interest
|Adds another row of combo boxes for Areas of Interest and Task Difficulty Level
|[TBD]
|-
|}
 
== Next Screen ==
: Profile Page
: Sign out
 
== Security ==
=== Authorization ===
Only the contributor can see the page after login with BrowserID. This page is not public by default.
 
=== Privacy ===
Since data is being collected on the contributor, this has to be vetted to be in compliance with Mozilla's Privacy Policy.
 
== Performance ==
: Profile Page Load Time < 2 seconds
 
= Profile Page =
 
== Feature ==
A Mozilla Community Contributor choose to start on a task that is selected on the basis of a match with the Contributor's interests and time availability. A Contributor can also choose a task from a list.
 
== UX ==
A Mozilla Community Contributor choose to start on a task that is selected on the basis of a match with the Contributor's interests and time availability. A Contributor can also choose a task from a list.
 
== Screen Mockup ==
[[File:mozilla-qa-taskboard-profile-page.png|Mockup of the Profile Page]]
 
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Button
|Pick a task for me!
|Clicking on the button causes a matching algorithm to execute that matches the contributor's areas of interest, technical ability, and time availability with tasks listed by Mozilla QA. A new page opens with the best matching task displayed.
|[TBD]
|-
|Button
|Let me pick a task
|Clicking on the button causes a matching algorithm to execute that matches the contributor's areas of interest, technical ability, and time availability with tasks listed by Mozilla QA. A new page opens with 5 to 10 tasks of the best matching tasks displayed.
|[TBD]
|-
|Button
|Edit Profile
|Clicking on the button opens the Profile page in Edit mode.
|[TBD]
|-
|Label
|Display name of the contributor
|Display name of the contributor as set in the Edit Profile page
|N/A
|-
|URL
|N tasks (where N is the number of tasks completed by the contributor so far)
|Clicking on the link opens a page that lists the tasks completed by the contributor so far
|As handled by web server on other mozilla.org websites
|-
|Button
|Sign out
|Handled by BrowserID
|Handled by BrowserID
|-
|}
 
== Next Screen ==
: List of contributor's completed tasks
: Best Matching Task Page
: List of 5 - 10 Best Matching Tasks Page
: Edit Profile Page
: Sign out
 
== Security ==
=== Authorization ===
Only the contributor can see the page after login with BrowserID. This page is not public by default.
 
 
== Performance ==
: Profile Page Load Time < 2 seconds
 
= Best Matching Task Page =
 
== Feature ==
A Mozilla Community Contributor can see a task that best matches their areas of interest, technical ability and time availability.
 
== UX ==
A Mozilla Community Contributor can see a task that best matches their areas of interest, technical ability and time availability. The contributor can choose to execute this task, or see a list that gives her a wider choice.
 
== Screen Mockup ==
[[File:Mozilla-qa-taskboard-single-task-page.png|Mockup of the Best Matching Task Page]]
 
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Button
|Get Started
|Clicking on this button opens the Task Execution Page that has an IRC chat client window open on the right-hand side.
|[TBD]
|-
|URL
|Let me pick a task on my own
|Clicking on this button opens a list of 5 - 10 Best Matching tasks
|[TBD]
|-
|Button
|Sign out
|Handled by BrowserID
|Handled by BrowserID
|-
|}
 
== Next Screen ==
: Task Execution Page (with IRC chat window on the right-hand side)
: List of 5 - 10 Best Matching Tasks
: Sign out
 
== Security ==
=== Authorization ===
Only the contributor can see the page after login with BrowserID. This page is not public by default.
 
 
== Performance ==
: Page Load Time < 2 seconds
 
= Task Execution Page =
 
== Feature ==
A Mozilla Community Contributor can start executing a chosen task.
 
== UX ==
A Mozilla Community Contributor can start executing a chosen task. If the contributor needs help, Mozilla QA mentors assigned to that task will be available to help out on IRC. All details necessary to execute the task will also be available: attached files, screenshots, task execution workflow (like for bugs), and additional URLs. The contributor can indicate how much progress has been made on the task.
 
 
== Screen Mockup ==
[[File:Mozilla-qa-taskboard-task-execution-page.png|Mockup of the Task Execution Page]]
 
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Progress Bar
|Start, Finish
|The user should be able to drag the progress bar to the right to indicate % completion of the task.
|[TBD]
|-
|IRC Chat Window
|Chat
|An IRC chat window should be embedded within the webpage. All Mozilla QA members and community members who are associated as "mentors" to the task should be dropped into the associated IRC channel automatically. (The IRC channel is pre-determined when the task is created, as are the mentors.) Normal IRC commnication should proceed smoothly without noticeable lag.
|An error has occured setting up IRC chat within this webpage.
|-
|Button
|Pause
|Clicking on this button saves the state of the task. (At the moment, this is (1) task has been picked up by this contributor and is state "in progress" (2) % progress execution. When the user signs in later, he should be able to resume task execution from where he left off, with these settings on the page.
|An error has occured saving this task for later.
|-
|Button
|I'm done
|Clicking on this button saves the % progress execution of the task and takes the user to the next page for feedback on the task.
|[TBD]
|-
|Button
|Sign out
|Handled by BrowserID
|Handled by BrowserID
|-
|}
 
== Next Screen ==
: Task Feedback Page with thank you message
: Sign out
 
== Security ==
=== Authorization ===
The contributor can see the page after login with BrowserID. IRC chat members need to interact with the page. This page is not public by default.
 
 
== Performance ==
: Page Load Time < 2 seconds
: IRC Chat Window Load Time < 5 seconds
: IRC Chat Message Response Time < 1 second
 
 
= View Profile Page with Task Resume =
 
== Feature ==
A Mozilla Community Contributor can resume execution of a task after starting task execution, signing out and then signing back in.
 
== UX ==
A Mozilla Community Contributor can resume execution of a task after starting it. During execution of the task, if the contributor clicks on the View Profile link on the top right of the page, the task execution % progress should be saved. Then the View Profile page should open with the task linked to its execution page.
 
 
== Screen Mockup ==
[[File:Mozilla-qa-taskboard-profile-page-task-resume.png|Mockup of the View Profile Page with Task Resume]]
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Label
|Display name of the contributor
|Display name of the contributor as set in the Edit Profile page
|An error has occurred with the data you requested.
|-
|Label
|Tasks completed
|N/A
|N/A
|-
|URL
|N tasks (where N is the number of tasks completed by the contributor so far)
|Clicking on the link opens a page that lists the tasks completed by the contributor so far.
|An error has occurred with the data you requested.
|-
|Label
|Task in progress
|N/A
|N/A
|-
|URL
|[Title of the task]
|Clicking on the link opens the task execution page. The progress bar is set at the % completion value that was last saved.
|An error has occurred with the data you requested.
|-
|Label
|About Me
|N/A
|N/A
|-
|Button
|Edit Profile
|Clicking on the button opens the Profile page in Edit mode.
|An error has occurred with the page you requested.
|-
|Label
|Time generally available on a daily basis
|(Value as set in the Edit Profile page.)
|An error has occurred with the data you requested.
|-
|Table
|(Areas of Interest table)
|(Values as set in the Edit Profile page.)
|An error has occurred with the data you requested.
|-
|Text + URL
|Welcome, [username]
|The [username] is the display name chosen by the user in the Edit Profile page. Clicking on the [username] navigates to the View Profile page of the user.
|An error has occurred with the page you requested.
|-
|Button
|Sign out
|Handled by Mozilla Persona (aka BrowserID)
|Handled by Mozilla Persona (aka BrowserID)
|-
|}
 
== Next Screen ==
: Task Execution Page
: Sign out
 
== Security ==
=== Authorization ===
The contributor can see the page after login with BrowserID. This page is not public by default.
 
 
== Performance ==
: Page Load Time < 2 seconds
 
 
= Task Feedback Page =
 
== Feature ==
A Mozilla Community Contributor can give feedback after executing a task.
 
== UX ==
A Mozilla Community Contributor can give feedback after executing a task. The contributor is also thanked for his contribution. The contributor can choose to skip giving feedback for the task.
 
== Screen Mockup ==
[[File:Mozilla-qa-taskboard-task-feedback-page.png|Mockup of the Task Feedback Page]]
 
 
== UI Controls ==
{| class="wikitable" |
! UI Control
! Value / Range
! Validation
! Error Message(s)
|-
|Text Area
|Feedback
|The contributor can type his feedback here. Maximum 10,000 characters (?)
|The length of the feedback exceeds 10,000 (?) characters. Please shorten it.
|-
|Button
|Submit Feedback
|Clicking on the button stores the feedback associated with the unique execution of the task. The feedback should be available later for the Mozilla Community Manager to review.
|An error has occurred submitting your feedback.
|-
|URL
|No, thanks.
|Clicking on the link navigates to the contributor's profile page.
|[TBD]
|-
|Button
|Sign out
|Handled by BrowserID
|Handled by BrowserID
|-
|}
 
== Next Screen ==
: Contributor Profile Page
: Sign out
 
== Security ==
=== Authorization ===
The contributor can see the page after login with BrowserID. This page is not public by default.
 
 
== Performance ==
: Page Load Time < 2 seconds

Latest revision as of 22:14, 25 March 2013