diff --git a/Backend-Ideas-List.md b/Backend-Ideas-List.md index 5e8c716..910d572 100644 --- a/Backend-Ideas-List.md +++ b/Backend-Ideas-List.md @@ -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 \ No newline at end of file +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 \ No newline at end of file