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.
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.