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 are 14 UI elements that make up the Filter options in TADA web app. These all have 1 to 1 correspondance to UI elements in the Water Quality Portal. It would be easier on the user community to have our UI elements displayed in similar order to WQP.
Describe the solution you'd like
The layout of the UI elements is easy to modify in a single file (mod_query_data.R). The rows and columns used to place the UI elements could be reworked to make them match the WQP.
Describe alternatives you've considered
This may be unnecessary, but it takes away a bit of fiddling on our part. Let WQP deal with the users about where items should be, and we just follow.
Additional context
Here is the WQP filter elements (under Advanced)
and
and here is TADAShiny with the screen small but not yet at any breakpoint
Reminders for TADA contributors addressing this issue
New features should include all of the following work:
Create the function/code.
Document all code using comments to describe what is does.
Create tests.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There are 14 UI elements that make up the Filter options in TADA web app. These all have 1 to 1 correspondance to UI elements in the Water Quality Portal. It would be easier on the user community to have our UI elements displayed in similar order to WQP.
Describe the solution you'd like
The layout of the UI elements is easy to modify in a single file (mod_query_data.R). The rows and columns used to place the UI elements could be reworked to make them match the WQP.
Describe alternatives you've considered
This may be unnecessary, but it takes away a bit of fiddling on our part. Let WQP deal with the users about where items should be, and we just follow.
Additional context
Here is the WQP filter elements (under Advanced)
and
and here is TADAShiny with the screen small but not yet at any breakpoint
Reminders for TADA contributors addressing this issue
New features should include all of the following work:
Create the function/code.
Document all code using comments to describe what is does.
Create tests.
The text was updated successfully, but these errors were encountered: