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
Is your feature request related to a problem? Please describe.
There is no way to filter by a date range.
Describe the solution you'd like
Add a date range selector to the filter-bar component to allow for filtering by start and end dates, we could perhaps use the created_at field for the filtering.
An additional feature could be to have a few pre-determined date ranges, like:
this week (past 7 days)
this month (past 30 days)
old (older than 30 days)
The user could select from a dropdown and quickly populate the date range selector.
After adding this date range selector, the filter-bar component might be too cramped on smaller screens (e.g. split screen on a laptop). So, it might be a good idea to split the filter-bar into two rows, if the items in the component become too small.
Describe alternatives you've considered
One possible workaround is to create milestones for each time period. However, this needs to be manually created and the milestones have to be assigned individually to the issues / PRs. Furthermore, this cannot be done within WATcher itself.
Additional context
This might not be super helpful for CS2103 TP teams, but I think it would be useful for larger repositories, and might be worth looking into!
The text was updated successfully, but these errors were encountered:
Let's keep it in our list but for the time being let's limit to features that are useful to CS2103. That will help us keep the product focused on a specific target user, and avoid feature creep.
Is your feature request related to a problem? Please describe.
There is no way to filter by a date range.
Describe the solution you'd like
Add a date range selector to the
filter-bar
component to allow for filtering by start and end dates, we could perhaps use thecreated_at
field for the filtering.An additional feature could be to have a few pre-determined date ranges, like:
The user could select from a dropdown and quickly populate the date range selector.
After adding this date range selector, the
filter-bar
component might be too cramped on smaller screens (e.g. split screen on a laptop). So, it might be a good idea to split thefilter-bar
into two rows, if the items in the component become too small.Describe alternatives you've considered
One possible workaround is to create milestones for each time period. However, this needs to be manually created and the milestones have to be assigned individually to the issues / PRs. Furthermore, this cannot be done within WATcher itself.
Additional context
This might not be super helpful for CS2103 TP teams, but I think it would be useful for larger repositories, and might be worth looking into!
The text was updated successfully, but these errors were encountered: