Updated Backend Ideas List (markdown)

Trenton H 2025-01-14 14:42:48 -08:00
parent 3380eb6d50
commit e38f5157c2

@ -45,6 +45,7 @@
- From matching, apply certain settings
- From the user (if known), apply their settings
- From the system wide settings
- From environment variable settings
- Then defaults
- settings at lower levels have less priority, so a matched setting is never changed
- Settings travel through the new consumer with the document
@ -53,4 +54,11 @@
- Really like the OpenAPI spec it generates
- async support for databases
- Strongly typed and validated with Pydantic
- Strongly typed and validated with Pydantic
### Blockers
- Would need to implement Token based authentication
- Could track, with some resolution, when a token was last used. Might be nice to display
- Could implement expiration too
- Async pagination isn't working quite yet