What problem does it solve?
Migrate invoice-domain tables (Open, Paid, Credits, Disputed, Estatement) from mc-table to semantic HTML <table> with .mds-table in ui-myfinance. Covers the invoice composables, presenter contract, per-variant wiring (virtualization, cancelled rows, API sort, precomputed formatted data), and test expectations. Use when migrating or reviewing any invoice-tab or estatement HtmlTable.
Core Features & Use Cases
- Invoices across variants Open, Paid, Credits, Disputed, Estatement are migrated from mc-table to semantic HTML tables with the .mds-table class, preserving behavior and visual parity.
- Uses shared composables and presenters to wire per-variant behavior (virtualization, cancelled rows, API sort, precomputed data formatting) and defines test expectations for migration or review of any invoice tab or estatement HtmlTable.
- Provides a structured migration path that maintains logic, readability, maintainability, and parity with the legacy UI.
Quick Start
Run the migration workflow described in this skill to convert invoice-domain tables to semantic HTML tables in ui-myfinance.