BinaryStudioAcademy / bsa-2024-gitfit

Application for collecting and analyzing developers activity on git based projects.
0 stars 0 forks source link

feat: Add date input to analytics page #182

Closed liza-veis closed 23 hours ago

liza-veis commented 1 week ago

What feature?

Screenshots

Image

Image

VeronikaHordus commented 1 week ago

User Story: As a manager, I want to select a specific month to view analytics, so that I can easily assess and analyze the progress and trends within that exact period of time.

Acceptance Criteria:

  1. Users can select a specific month from a dropdown menu or calendar component, rather than manually inputting a custom date range.
  2. Once a month is selected, the chosen time range should be clearly highlighted or displayed on the date input field.
  3. The default selection should equal the current month.
Vitaliistf commented 1 week ago

@liza-veis @VeronikaHordus Just to clarify.

  1. I assume, the datepicker on the second image is a pop-up (pop-over)?
  2. Also, could you please explain more about dropdown menu? Should it be something like select? And, as I understand we won't put the every month of every year of human history in there πŸ˜…, so how should it be limited? Last 12 months, or all months from the start of the year till now?
VeronikaHordus commented 1 week ago

Sorry, My bad with dropdown menu - I ment the pop-up of the datepicker. About the time limits we will wait for Liza.

liza-veis commented 1 week ago

Also, could you please explain more about dropdown menu? Should it be something like select? And, as I understand we won't put the every month of every year of human history in there πŸ˜…, so how should it be limited? Last 12 months, or all months from the start of the year till now?

all the years available by the library is fine for now πŸ˜… We will think about this restriction after we implement the main logic with tracking activity

Vitaliistf commented 1 week ago

Yeah, yeah, I understood now, I thought that we need additional dropdown or smthπŸ˜…

VeronikaHordus commented 23 hours ago

Looks good!