Planned improvements and features for the XRM framework.
- 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.
- Configurable sign-out path — Add
SignOutPathtoXrmAuthorizationOptionsfor 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.