-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow time range filtering for Attribute Table quick filter #9706
Comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 22, 2023
…ith different operators
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 23, 2023
…quick filter and allow additional filter operators for other attributes Description: - adding filter operators dropdown list in attribute table that includes range operator for time/date attributes - creating a custom picker for range - write unit tests - Edit in style
12 tasks
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 23, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 23, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 1, 2023
Desciption: - remove expression from filter inputs and make validation for the inputs - Add cursor style to 'Start' & 'End' tabs - Add validation for ranges - Replace 2 icons with one icon for date-time filter - Fix style issues - Fixed 'Start', 'End' tabs in scroll - improve style of operator - reset date/time if user change operator from range operator to another
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 1, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 18, 2023
…quick filter * Description: - Add date-time icon and use it - replcae inline if - using omit instead of reduce - fix some style issues in date/time pickers in range component
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 18, 2023
…quick filter * Description: - Fix FE test failure
blocked for this reason |
@mahmoudadel54 please proceed with the pending fix, thank you. |
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 14, 2024
Description: - Improve UI of pickers by using popover component in dateTime/Date/Hours pickers - Enable update popover position in case of scroll the container conponent - write unit tests due to changes - Rename range date-time picker by 'RangedDateTimePicker'
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 16, 2024
Description: - Handle highlight selected hours component - Fix not alignment in dateTime picker - Fix not alignment selected date in calendar for date/ dateTime pickers - Minimize calendar row height to improve showing date picker UI - Create a util function 'getLocalTimePart' to get time part for local time
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 16, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 18, 2024
Description: - Add placeholder for time picker - Add translations for the added time placeholder - Fix crash app bug due to entering invalid date in input texts of date/time Pickers
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 18, 2024
MV88
pushed a commit
that referenced
this issue
Jan 22, 2024
…9743) * #9706: handle the advanced filter in attribute table with different operators * #9706: Allow time range filtering for Attribute Table quick filter and allow additional filter operators for other attributes Description: - adding filter operators dropdown list in attribute table that includes range operator for time/date attributes - creating a custom picker for range - write unit tests - Edit in style * #9706: fix test failure by remove unused variable * #9706: fix test failure by remove unused action in featuregrid file * #9706: resolve review comments Desciption: - remove expression from filter inputs and make validation for the inputs - Add cursor style to 'Start' & 'End' tabs - Add validation for ranges - Replace 2 icons with one icon for date-time filter - Fix style issues - Fixed 'Start', 'End' tabs in scroll - improve style of operator - reset date/time if user change operator from range operator to another * #9706: fix test case in AttributeFilter file * #9706: Allow time range filtering for Attribute Table quick filter * Description: - Add date-time icon and use it - replcae inline if - using omit instead of reduce - fix some style issues in date/time pickers in range component * #9706: Allow time range filtering for Attribute Table quick filter * Description: - Fix FE test failure * #9706: resolve reviewer comments [improve UI of pickers] Description: - Improve UI of pickers by using popover component in dateTime/Date/Hours pickers - Enable update popover position in case of scroll the container conponent - write unit tests due to changes - Rename range date-time picker by 'RangedDateTimePicker' * #9706: resolve reviewer comments Description: - Handle highlight selected hours component - Fix not alignment in dateTime picker - Fix not alignment selected date in calendar for date/ dateTime pickers - Minimize calendar row height to improve showing date picker UI - Create a util function 'getLocalTimePart' to get time part for local time * #9706: resolve FE test failure * #9706: resolve reviewer comments Description: - Add placeholder for time picker - Add translations for the added time placeholder - Fix crash app bug due to entering invalid date in input texts of date/time Pickers * #9706: hide input tooltip when user open pickers * Time filter refactor * unit test --------- Co-authored-by: Suren <[email protected]>
2 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Enhance the quick filter for time attributes to be able to filter by time range.
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
Suggested mockup
The text was updated successfully, but these errors were encountered: