Updated Backend Ideas List (markdown)

Trenton H 2023-06-27 17:55:16 -07:00
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