Open
Description
### Tasks
- [x] ~~Adding ASP.NET Core identity tables~~ not worth documenting - replaced with prebuilt setup in the template
- [ ] Restrictions: Document how to cache per-request state on instances
- [ ] Working with dates (c-display, date-fns, differences between DateTime/DateTimeOffset/DateOnly/TimeOnly, client-side default time zone for date displaying). New folks aren't aware that date-fns is available and resort to janky use of the builtin methods on Date, most of which are bad.
- [x] Strategies for authentication + authorization (replaced with template options)
- [ ] Explain how the vite integration works
- [ ] injecting data from the server (e.g. configuration) into index.html
- [ ] Soft deletes
- [ ] More complete examples for bulk saves
- [ ] Overriding admin page routes with custom pages
- [ ] Restricting routes by role
- [ ] Rename "External Types" to "Plain Models", "Unmapped Model", or some other name that makes a little more sense and doesn't give the impression of "external integration" (goes a bit beyond just docs changes, although we don't strictly have to update code references).
- [ ] https://github.com/IntelliTect/Coalesce/issues/426
- [ ] https://github.com/IntelliTect/Coalesce/issues/100