Skip to content
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

Update viz and query template links #734

Merged
merged 1 commit into from
Oct 11, 2024
Merged
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: 2 additions & 2 deletions docs/new_viz_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ individual visualizations are imported and further organized below.

### Visualization Template

The [Visualization Template](https://github.com/oss-aspen/8Knot/blob/dev/pages/visualization_template/viz_template.py) takes you step-by-step through the process of creating a new visualization.
The [Visualization Template](https://github.com/oss-aspen/8Knot/blob/dev/8Knot/pages/visualization_template/viz_template.py) takes you step-by-step through the process of creating a new visualization.

### Data and Queries

Expand All @@ -38,7 +38,7 @@ see whether the available queries to our database instance are sufficient.
If the existing queries do not suffice:
1. Exhaust the possibility of making minor changes, such adding
new columns or aggregations, to existing queries.
2. If a completely new query is necessary, use the [Query Template](https://github.com/oss-aspen/8Knot/blob/dev/queries/query_template.py)
2. If a completely new query is necessary, use the [Query Template](https://github.com/oss-aspen/8Knot/blob/dev/8Knot/queries/query_template.py)
to build a new query.

Note: make sure to do a "docker compose down" before rebuilding to be able to access any new or edited queries.
Expand Down
Loading