-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
mvpminimum viable productminimum viable product
Description
Purpose
list the most used technologies in the application taking into account the time-entries created. For it, we will need to sum the times per entry created using that technology from all the users interacting the app.
The information returned must be classified by month and the body will be an array of objects containing technology-name, minutes spend with the technology.
Design link
create a table with this format:
new design of the table.
Criteria of acceptance
- Create a new option in the menu: Technologies
- Create a table for list technologies most used.
- For each technology we new list the project with yours user and hours spent in x technology
- Get the informations of technologies in the table.
- Filter per month this list of technologies
Note:
In necessary finish this endPoint: List trending technologies ioet/time-tracker-backend#216
Metadata
Metadata
Assignees
Labels
mvpminimum viable productminimum viable product