Context
From RFC-0001 discussion: add an MTLA programs list to LORE (https://lore.mtlprog.xyz) to quickly check coordinator status and program metadata.
Source of truth
What to build
- New page/view in LORE: “MTLA Programs” (list/table).
- Data is fetched from bsn.expert (or the same upstream API bsn uses), with basic caching/rate-limit friendliness.
Suggested fields (table columns)
- Program ID / code / slug
- Program name/title
- Coordinator (name/account + link, if available)
- Status (active/inactive/etc, as per source)
- Created/updated at (if available)
UX
- Add nav link under MTLA section.
- Table supports search/filter by coordinator + status, sorting by updated date.
- Each row links to a program detail page (optional v1), or at least links out to bsn.expert program details if present.
Acceptance criteria
- Page renders a programs list from the source; errors handled gracefully.
- Table remains readable on mobile (horizontal scroll ok).
- No hard dependency on manual updates.
Context
From RFC-0001 discussion: add an MTLA programs list to LORE (https://lore.mtlprog.xyz) to quickly check coordinator status and program metadata.
Source of truth
What to build
Suggested fields (table columns)
UX
Acceptance criteria