How to organize a big list with many choices
We have a situation where a user can select between multiple predefined dates or choose custom dates for reporting purposes.
I'm struggling to brainstorm a flow of how to layout it on a way it shouldn't look like a chunk of data (maybe the break it in conditional groups) and to organize it in a proper way it should be easy for the user.
(A date range picker with predefined dates can't be used since the predefined dates are not absolute dates, but they are relative on when the user runs the report.)