mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
Updated Backend Ideas List (markdown)
@@ -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
|
||||
@@ -54,3 +55,10 @@
|
||||
- Really like the OpenAPI spec it generates
|
||||
- async support for databases
|
||||
- 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
|
Reference in New Issue
Block a user