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
d5653254ce
commit
1b953a1da7
@ -22,6 +22,13 @@ Updating the consumer and maybe the parsers to be context managers.
|
||||
- Faster initial migrations with squashed migrations
|
||||
- Would require moving much/all of the manual code migration functions into other files or another module
|
||||
|
||||
## Migration Standardization
|
||||
## Import Standardization
|
||||
|
||||
Replace `from .x.y import z` with `from a.b.x.y import z`. Just makes things standard, sorted, etc
|
||||
Replace `from .x.y import z` with `from a.b.x.y import z`. Just makes things standard, sorted, etc
|
||||
|
||||
## Integrate `apprise`
|
||||
|
||||
- all in one library for notifications across multiple services, from email to self hosted instances
|
||||
- need to standardize what is notified and how it is tagged (ie always include `paperless-ngx`, and maybe a level like `warning`, `error`, etc)
|
||||
- Probably the user provides a filepath to the config
|
||||
- as much as possible, would likely want to persistent the client through a consumption, to prevent extra work
|
Loading…
x
Reference in New Issue
Block a user