refactor: domain-scoped schema migration for application code #104

Merged
lmiranda merged 1 commits from feature/domain-scoped-schema-migration into development 2026-02-02 22:01:48 +00:00
Owner

Summary

  • Update dbt model references to use new domain-scoped schema naming (stg_toronto, int_toronto, mart_toronto)
  • Refactor figure factories to use consistent column naming from new schema
  • Update callbacks to work with refactored data structures
  • Add centralized design tokens module for consistent styling
  • Streamline CLAUDE.md documentation

Changes

  • 19 files modified across dbt models, figures, and callbacks
  • New portfolio_app/design/ module with centralized design tokens

Test plan

  • Run make dbt-run to verify dbt models compile
  • Run make test to verify tests pass
  • Run make run and verify Toronto dashboard loads correctly

🤖 Generated with Claude Code

## Summary - Update dbt model references to use new domain-scoped schema naming (stg_toronto, int_toronto, mart_toronto) - Refactor figure factories to use consistent column naming from new schema - Update callbacks to work with refactored data structures - Add centralized design tokens module for consistent styling - Streamline CLAUDE.md documentation ## Changes - 19 files modified across dbt models, figures, and callbacks - New `portfolio_app/design/` module with centralized design tokens ## Test plan - [ ] Run `make dbt-run` to verify dbt models compile - [ ] Run `make test` to verify tests pass - [ ] Run `make run` and verify Toronto dashboard loads correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-02-02 22:00:59 +00:00
refactor: update app code for domain-scoped schema migration
Some checks failed
CI / lint-and-test (pull_request) Has been cancelled
dfa5f92d8a
- Update dbt model references to use new schema naming (stg_toronto, int_toronto, mart_toronto)
- Refactor figure factories to use consistent column naming from new schema
- Update callbacks to work with refactored data structures
- Add centralized design tokens module for consistent styling
- Streamline CLAUDE.md documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 9e216962b1 into development 2026-02-02 22:01:48 +00:00
lmiranda deleted branch feature/domain-scoped-schema-migration 2026-02-02 22:01:48 +00:00
Sign in to join this conversation.