Skip to content

Remove *.sublime-project from .gitignore#6

Closed
lassebenni wants to merge 1 commit into
mainfrom
lassebenni-patch-1
Closed

Remove *.sublime-project from .gitignore#6
lassebenni wants to merge 1 commit into
mainfrom
lassebenni-patch-1

Conversation

@lassebenni

Copy link
Copy Markdown
Collaborator

What I built

  • Metabase dashboard (Week 11 Submissions collection):
  • Streamlit app: week11-streamlit/app.py (KPIs, hour-of-day trend, freshness, payment-type filter)
  • Presentation recording (private, hosted in the Azure student-submissions container):

How to review

  • Metabase: open the dashboard link above, or see the committed screenshots / PDF export.
  • Streamlit: see the committed screenshots, or run it yourself with the steps below.
  • Metric definitions: week11-streamlit/metric_definitions.md
  • AI usage: AI_ASSIST.md

How to run the Streamlit app

From a clean clone, with your own Postgres access:

cd week11-streamlit
uv sync
cp .env.example .env      # set your own POSTGRES_URL (with ?sslmode=require) + DB_SCHEMA
uv run streamlit run app.py

Prerequisite: your own fct_trips mart populated in your dev_<name> schema (from Week 10).

Extra completed

  • Metabase date filter on >=2 Questions
  • Streamlit auto-refresh

Self-check

  • bash .hyf/test.sh passes
  • No credentials committed (no password in app.py, .env is gitignored)
  • Screenshots of the Metabase dashboard and the running Streamlit app are committed

@lassebenni lassebenni closed this Jul 14, 2026
@lassebenni
lassebenni deleted the lassebenni-patch-1 branch July 14, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant