diff --git a/Backend-Ideas-List.md b/Backend-Ideas-List.md index 3c40086..6272c09 100644 --- a/Backend-Ideas-List.md +++ b/Backend-Ideas-List.md @@ -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 @@ -53,4 +54,11 @@ - Really like the OpenAPI spec it generates - async support for databases -- Strongly typed and validated with Pydantic \ No newline at end of file +- 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 \ No newline at end of file