Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ export default defineConfig({
text: "Visualizing Data",
link: "/user-guides/how-to/visualizing-data",
},
{
text: "Quality Controlling Data",
link: "/user-guides/how-to/quality-controlling-data",
},
{
text: "Exporting and Downloading Data",
link: "/user-guides/how-to/exporting-and-downloading-data",
Expand Down
Binary file added apps/docs/docs/public/qc-app/data-points-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/edit-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/edit-view-multi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/edit-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/home-plotted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/home-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/panel-addPoints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/panel-change.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/panel-fillGaps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/panel-gaps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/plot-help-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/docs/public/qc-app/submit-dialog.png
Binary file added apps/docs/docs/public/qc-app/table-view.png
Binary file added apps/docs/docs/public/qc-app/workspaces.png
1 change: 1 addition & 0 deletions apps/docs/docs/user-guides/how-to/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ In this section, we provide detailed documentation for all HydroServer functiona
* **[Managing Datastream Metadata](/user-guides/how-to/managing-datastream-metadata.md)**: Once you have a monitoring site, you can create datastream metadata that describes what has been measured at that site.
* **[Loading Data](/user-guides/how-to/loading-data.md)**: Learn how to load data into HydroServer.
* **[Visualizing Data](/user-guides/how-to/visualizing-data.md)**: Learn how to visualize data in HydroServer.
* **[Quality Controlling Data](/user-guides/how-to/quality-controlling-data.md)**: Learn how to use the HydroServer Quality Control App to filter, edit, and submit cleaned observations back to HydroServer.
* **[Exporting and Downloading Data](/user-guides/how-to/exporting-and-downloading-data.md)**: Learn how to export and download data from HydroServer.
* **[Archiving Data to HydroShare](/user-guides/how-to/archiving-data-to-hydroshare.md)**: Learn how to archive data from HydroServer into HydroShare.
* **[Using the Python Client](/user-guides/how-to/using-the-python-client.md)**: Learn how to use the HydroServer Python client package – hydroserverpy – to load and retrieve metadata and data.
Expand Down
840 changes: 840 additions & 0 deletions apps/docs/docs/user-guides/how-to/quality-controlling-data.md

Large diffs are not rendered by default.

Loading