Commit d26d5d3
[WebUI] Data Query Tool + Groundwork (#1205)
Solves #658
This is an initial working state for a data query tool page to allow
users to download CSV/JSON from various timeseries, view location
metadata, and plot/tabulate timeseries.
This updates the site to use React/Vite for the client library and build
tool. It borrows heavily from
[Groundwork](https://usace.github.io/groundwork/#/) and
[Groundwork-Water](https://usace-watermanagement.github.io/groundwork-water/)
as well.
It turns the site into a single page application with client-side
routing.
Will need to work to add it into tomcat. Possibly a step to `npm run
build` and then push the `dist` files into the webapp for deployment?
Might consider only running this action when the `cda-gui` directory is
changed?
There are a few improvements to be done to the data query tool, i.e.
reworking the "guided mode". Had some issues with sublocations.
## Screenshots
<img width="1196" height="1745" alt="image"
src="https://github.com/user-attachments/assets/0d0713e1-039c-46ea-95b8-4a6f62b6a1f2"
/>
<img width="1181" height="1746" alt="image"
src="https://github.com/user-attachments/assets/070d0db8-8f72-44a9-8bf1-f37b08c37f5a"
/>
Edit: Updated the footer/header and the screenshots to match
---------
Co-authored-by: Wes Reagan <reaganwesley12@gmail.com>1 parent a594b55 commit d26d5d3
72 files changed
Lines changed: 10102 additions & 1728 deletions
File tree
- cda-gui
- public
- images
- src
- components
- css
- links
- pages
- data-query
- components
- hooks
- decide
- regexp
- rsql
- swagger-ui
- timestamps
- utils
- compose_files/pki/certs
- cwms-data-api/src/main/webapp
- WEB-INF
- css
- js
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments