Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.74 KB

File metadata and controls

48 lines (36 loc) · 1.74 KB

My Learning Bank Documentation Index

This directory contains implementation-focused component documentation.

Component Guides

Deployment Infrastructure

  • Azure Bicep templates are in infra/azure.
  • Deployment workflows apply infra/azure/main.bicep before application deployment.

Suggested Reading Order

  1. domain.md
  2. infrastructure.md
  3. api.md
  4. web.md

Visual Reference

These screenshots show the primary child and parent surfaces plus the child-focused Penny guide. The internal admin surface is intentionally separate and not shown here.

Sign-in page

My Learning Bank sign-in page

Child dashboard

My Learning Bank child dashboard

Parent dashboard

My Learning Bank parent dashboard

Settings page

My Learning Bank settings page

Penny guide

My Learning Bank Penny guide

Why this order

  • Domain defines core rules and contracts.
  • Infrastructure implements domain persistence contracts.
  • API orchestrates auth, validation, and use cases.
  • Web consumes API behavior and renders user experiences.