Skip to content

Commit

Permalink
Merge pull request #734 from mariashev/patch-1
Browse files Browse the repository at this point in the history
Update viz and query template links
  • Loading branch information
cdolfi authored Oct 11, 2024
2 parents 434d1c4 + 9ae3ce4 commit c02b533
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c02b533

Please sign in to comment.