Skip to content

Commit 58d2549

Browse files
Lasse Benningaclaude
andcommitted
docs: save Metabase dashboard to shared 'Week 11 Submissions' collection
Non-admin students can't create public links and personal collections are admin-only, so teachers can't grade a dashboard left in a personal collection. Instruct students to save into the shared 'Week 11 Submissions' collection. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent feada05 commit 58d2549

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This repo is a **ready-to-run Streamlit project** for the code-first dashboard,
2828
└── .hyf/ <- autograder, do not edit
2929
```
3030

31-
- **Metabase**: build it directly in the HYF-managed Metabase instance. There is nothing to scaffold here: put the dashboard link (or screenshots, if the public link is unavailable) in this `README.md`, under "My submission" below.
31+
- **Metabase**: build it directly in the HYF-managed Metabase instance. There is nothing to scaffold here. **Save your dashboard into the shared "Week 11 Submissions" collection** (not your personal collection) so your teacher can see and grade it, then put its link (plus screenshots or a PDF export) in this `README.md`, under "My submission" below.
3232
- **Streamlit**: `week11-streamlit/` is already wired up (same `run_query` caching pattern taught in "Building a Metrics Dashboard", Week 11 Chapter 5) with page setup done and the headline-KPIs panel stubbed as `raise NotImplementedError(...)`. Your job is the query and the three `.metric()` tiles, not the project scaffolding:
3333

3434
```bash
@@ -48,9 +48,11 @@ Fill in `week11-streamlit/metric_definitions.md`: a five-field definition (name,
4848

4949
## My submission
5050

51-
<!-- TODO: paste your Metabase dashboard link, or add screenshots to this repo and reference them here. -->
51+
<!-- TODO: 1) Save your Metabase dashboard into the shared "Week 11 Submissions" collection.
52+
2) Paste its link below, plus screenshots or a PDF export in this repo. -->
5253

53-
TODO
54+
- Metabase dashboard (in the **Week 11 Submissions** collection): TODO
55+
- Screenshots / PDF export: TODO
5456

5557
## Check your score locally
5658

0 commit comments

Comments
 (0)