-
Notifications
You must be signed in to change notification settings - Fork 192
Description
Feature Description π
I would like to request the full implementation of the "Most used methods" widget located on the main Dashboard. Currently, this section is visible in the UI but is marked with a "Coming Soon" badge and appears to contain static/placeholder data (e.g., Heuristic Evaluation, User Interview, A/B Testing).
This feature should calculate and display the actual frequency of testing methods used across the user's studies.
Motivation π
The project description for UX Remote LAB highlights "Analytics Graphs" and the ability to "create comprehensive reports" as core value propositions.
By activating this widget, users will gain immediate insight into their testing habits and research diversity upon logging in. It moves the dashboard from a static display to a functional analytical tool, helping project creators understand which evaluation methods they rely on most.
Expected Behavior π€
- Remove Placeholder: Remove the "Coming Soon" badge from the "Most used methods" card.
- Data Retrieval: The system should query the database to count the total number of studies created by the user, grouped by their type (e.g., Heuristic, A/B, Card Sorting).
- Visualization: Display a list or bar graph showing the count of each method used (e.g., "Heuristic Evaluation: 12 Uses").
- Sorting: The list should be sorted from highest usage to lowest usage, naturally...
Additional Information βΉοΈ
Reference Image: See the center-bottom section of the attached dashboard screenshot.
Context: This aligns with the "Analytics Graphs" feature mentioned.