From e38f5157c2c8f5bc519a5c3ed0d38e2ba07dbab6 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:42:48 -0800 Subject: [PATCH] Updated Backend Ideas List (markdown) --- Backend-Ideas-List.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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