Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 931 Bytes

File metadata and controls

16 lines (11 loc) · 931 Bytes

XRM — Backlog

Planned improvements and features for the XRM framework.

Near-term

  • GitHub Pages documentation site — Set up a public docs site using existing markdown content. Add navigation, landing page, and a GitHub Actions deploy workflow.
  • CSV export from list view — Download button on the record list to export filtered/sorted records as CSV.
  • CSV import — Upload button with field mapping UI to bulk-create records from CSV.
  • Saved/filtered views (CR-024) — Allow users to save filter/sort/column configurations as named views.

Nice-to-have

  • Configurable sign-out path — Add SignOutPath to XrmAuthorizationOptions for consumers not using Microsoft.Identity.Web.
  • Bulk operations — Select multiple records and apply batch actions (delete, update field).
  • Inline list editing — Edit cell values directly in the record list table.