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
because it would give me useful insights into the dates we've been on.
Acceptance Criteria
Given two or more users are registered as partners
When either user navigates to the "Partner" page
Then display the total number of activatable date ideas submitted by the couple as “Total Date Ideas”.
Then display the number of total dates completed by the partners as “Dates Completed”.
Then display the title of the date idea with the greatest number of completions as “Most Popular Idea”.
Then display the date idea with the least number of completions as “Least Popular Idea”.
Then display the username of the user in the partnership that contributed the most date ideas as “Most Creative”.
Then display the username of the user in the partnership that has had their date ideas chosen the most as “Top Contributor”.
When two or more ideas are tied for the highest number of completions
Then do not display the “Most Popular Idea” statistic
When ideas have a completion count of less than one
Then do not display ideas in "Most Popular Idea" statistic
When two or more ideas are tied for the least number of completions
Then do not display the “Least Popular Idea” statistic.
When ideas have a completion count of less than one
Then do not display ideas in "Least Popular Idea" statistic
Definition of Done
UI Sketches are complete.
Development work is completed.
Unit tests pass.
User acceptance tests pass.
Passes acceptance criteria and aligns with project requirements.
Pull Request is complete.
UI
The user navigates to the Partner page. At the top, the name of the other user they have joined with is displayed. In the statistics section, various stats are shown that are generated from the partners data.
The text was updated successfully, but these errors were encountered:
fmcgarry
changed the title
As a user, I want a page that displays statistics from my couple
As a user, I want a page that displays statistics from my partnership
Apr 21, 2023
because it would give me useful insights into the dates we've been on.
Acceptance Criteria
Given two or more users are registered as partners
When either user navigates to the "Partner" page
Then display the total number of activatable date ideas submitted by the couple as “Total Date Ideas”.
Then display the number of total dates completed by the partners as “Dates Completed”.
Then display the title of the date idea with the greatest number of completions as “Most Popular Idea”.
Then display the date idea with the least number of completions as “Least Popular Idea”.
Then display the username of the user in the partnership that contributed the most date ideas as “Most Creative”.
Then display the username of the user in the partnership that has had their date ideas chosen the most as “Top Contributor”.
When two or more ideas are tied for the highest number of completions
Then do not display the “Most Popular Idea” statistic
When ideas have a completion count of less than one
Then do not display ideas in "Most Popular Idea" statistic
When two or more ideas are tied for the least number of completions
Then do not display the “Least Popular Idea” statistic.
When ideas have a completion count of less than one
Then do not display ideas in "Least Popular Idea" statistic
Definition of Done
UI
The user navigates to the Partner page. At the top, the name of the other user they have joined with is displayed. In the statistics section, various stats are shown that are generated from the partners data.
The text was updated successfully, but these errors were encountered: