mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Updated Backend Ideas List (markdown)
parent
3380eb6d50
commit
e38f5157c2
@ -45,6 +45,7 @@
|
|||||||
- From matching, apply certain settings
|
- From matching, apply certain settings
|
||||||
- From the user (if known), apply their settings
|
- From the user (if known), apply their settings
|
||||||
- From the system wide settings
|
- From the system wide settings
|
||||||
|
- From environment variable settings
|
||||||
- Then defaults
|
- Then defaults
|
||||||
- settings at lower levels have less priority, so a matched setting is never changed
|
- settings at lower levels have less priority, so a matched setting is never changed
|
||||||
- Settings travel through the new consumer with the document
|
- Settings travel through the new consumer with the document
|
||||||
@ -53,4 +54,11 @@
|
|||||||
|
|
||||||
- Really like the OpenAPI spec it generates
|
- Really like the OpenAPI spec it generates
|
||||||
- async support for databases
|
- 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
|
Loading…
x
Reference in New Issue
Block a user