From 54e4403ded9b31cd945082f8d6c4ca5ef089ae36 Mon Sep 17 00:00:00 2001 From: Paul Lizer Date: Tue, 7 Apr 2026 10:50:53 -0400 Subject: [PATCH 1/7] updated admin features --- application/single_app/config.py | 2 +- ...ovements_amplified_results_placeholder.svg | 20 ++ ...mprovements_history_replay_placeholder.svg | 20 ++ ...nt_revision_delete_compare_placeholder.svg | 20 ++ ...ocument_revision_workspace_placeholder.svg | 20 ++ ...el_selection_chat_selector_placeholder.svg | 20 ++ ...ction_multi_endpoint_admin_placeholder.svg | 20 ++ .../support_menu_entry_placeholder.svg | 20 ++ .../support_menu_feedback_placeholder.svg | 20 ++ .../single_app/templates/_sidebar_nav.html | 20 ++ .../single_app/templates/admin_settings.html | 233 ++++++++++++++++++ artifacts/~$release_timeline.pptx | Bin 0 -> 165 bytes .../features/LATEST_FEATURES_ADMIN_TAB.md | 29 ++- .../test_admin_latest_features_tab.py | 28 ++- ...ngle_app_template_json_bootstrap_render.py | 19 +- 15 files changed, 481 insertions(+), 10 deletions(-) create mode 100644 application/single_app/static/images/features/citation_improvements_amplified_results_placeholder.svg create mode 100644 application/single_app/static/images/features/citation_improvements_history_replay_placeholder.svg create mode 100644 application/single_app/static/images/features/document_revision_delete_compare_placeholder.svg create mode 100644 application/single_app/static/images/features/document_revision_workspace_placeholder.svg create mode 100644 application/single_app/static/images/features/model_selection_chat_selector_placeholder.svg create mode 100644 application/single_app/static/images/features/model_selection_multi_endpoint_admin_placeholder.svg create mode 100644 application/single_app/static/images/features/support_menu_entry_placeholder.svg create mode 100644 application/single_app/static/images/features/support_menu_feedback_placeholder.svg create mode 100644 artifacts/~$release_timeline.pptx diff --git a/application/single_app/config.py b/application/single_app/config.py index e8c682fe..3579a43f 100644 --- a/application/single_app/config.py +++ b/application/single_app/config.py @@ -94,7 +94,7 @@ EXECUTOR_TYPE = 'thread' EXECUTOR_MAX_WORKERS = 30 SESSION_TYPE = 'filesystem' -VERSION = "0.240.056" +VERSION = "0.240.057" SECRET_KEY = os.getenv('SECRET_KEY', 'dev-secret-key-change-in-production') diff --git a/application/single_app/static/images/features/citation_improvements_amplified_results_placeholder.svg b/application/single_app/static/images/features/citation_improvements_amplified_results_placeholder.svg new file mode 100644 index 00000000..a527a685 --- /dev/null +++ b/application/single_app/static/images/features/citation_improvements_amplified_results_placeholder.svg @@ -0,0 +1,20 @@ + + Citation Amplification Details Placeholder + Placeholder image for a future screenshot of amplified citation details and richer supporting evidence. + + + + + + + + + Screenshot Placeholder + Citation amplification and deeper evidence detail + Capture suggestion + - Open a citation result with fuller evidence or artifact-backed detail + - Show how large or tabular output remains inspectable + - Optional modal, drawer, or expanded citation panel + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/citation_improvements_history_replay_placeholder.svg b/application/single_app/static/images/features/citation_improvements_history_replay_placeholder.svg new file mode 100644 index 00000000..08495b94 --- /dev/null +++ b/application/single_app/static/images/features/citation_improvements_history_replay_placeholder.svg @@ -0,0 +1,20 @@ + + Conversation History Citation Replay Placeholder + Placeholder image for a future screenshot showing citation summaries replayed into a follow-up turn. + + + + + + + + + Screenshot Placeholder + Conversation history citation replay + Capture suggestion + - Show a grounded follow-up question in the same chat + - Include visible citation chips or follow-up evidence context + - Highlight that prior evidence is being reused, not restated manually + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/document_revision_delete_compare_placeholder.svg b/application/single_app/static/images/features/document_revision_delete_compare_placeholder.svg new file mode 100644 index 00000000..e7dd90b3 --- /dev/null +++ b/application/single_app/static/images/features/document_revision_delete_compare_placeholder.svg @@ -0,0 +1,20 @@ + + Revision Actions and Comparison Placeholder + Placeholder image for a future screenshot of revision-aware delete or comparison actions. + + + + + + + + + Screenshot Placeholder + Revision actions and historical comparison + Capture suggestion + - Show delete current version versus delete all versions choice + - Or show a comparison or history view for prior revisions + - Include version labels to reinforce citation traceability + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/document_revision_workspace_placeholder.svg b/application/single_app/static/images/features/document_revision_workspace_placeholder.svg new file mode 100644 index 00000000..92ef713f --- /dev/null +++ b/application/single_app/static/images/features/document_revision_workspace_placeholder.svg @@ -0,0 +1,20 @@ + + Current Revision in Workspace Placeholder + Placeholder image for a future screenshot of current document revision state in a workspace listing. + + + + + + + + + Screenshot Placeholder + Current revision state in workspace + Capture suggestion + - Show duplicate-name document with current revision visible + - Include version badge, revision indicator, or updated date + - Optional tag and classification metadata carried forward + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/model_selection_chat_selector_placeholder.svg b/application/single_app/static/images/features/model_selection_chat_selector_placeholder.svg new file mode 100644 index 00000000..77237d8e --- /dev/null +++ b/application/single_app/static/images/features/model_selection_chat_selector_placeholder.svg @@ -0,0 +1,20 @@ + + User Chat Model Selector Placeholder + Placeholder image for a future screenshot of the chat model selector with multiple GPT options. + + + + + + + + + Screenshot Placeholder + Chat GPT selector with multiple model choices + Capture suggestion + - Open chat composer with model selector expanded + - Show multiple GPT options and active model label + - Optional tooltip or endpoint metadata if visible + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/model_selection_multi_endpoint_admin_placeholder.svg b/application/single_app/static/images/features/model_selection_multi_endpoint_admin_placeholder.svg new file mode 100644 index 00000000..3aad57c3 --- /dev/null +++ b/application/single_app/static/images/features/model_selection_multi_endpoint_admin_placeholder.svg @@ -0,0 +1,20 @@ + + Admin Multi-Endpoint Model Management Placeholder + Placeholder image for a future screenshot of admin multi-endpoint GPT management. + + + + + + + + + Screenshot Placeholder + Admin multi-endpoint GPT management + Capture suggestion + - Endpoint table with Azure OpenAI and Foundry rows + - Selected GPT deployments visible per endpoint + - Default fallback selector visible above the table + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/support_menu_entry_placeholder.svg b/application/single_app/static/images/features/support_menu_entry_placeholder.svg new file mode 100644 index 00000000..9072d0de --- /dev/null +++ b/application/single_app/static/images/features/support_menu_entry_placeholder.svg @@ -0,0 +1,20 @@ + + User Support Menu Entry Placeholder + Placeholder image for a future screenshot of the user-facing Support Menu entry. + + + + + + + + + Screenshot Placeholder + User-facing Support Menu entry + Capture suggestion + - Show the user menu or navigation entry for Support Menu + - Include Latest Features and Send Feedback destinations + - Reinforce that this view is for non-admin users + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/static/images/features/support_menu_feedback_placeholder.svg b/application/single_app/static/images/features/support_menu_feedback_placeholder.svg new file mode 100644 index 00000000..cbc8d7cf --- /dev/null +++ b/application/single_app/static/images/features/support_menu_feedback_placeholder.svg @@ -0,0 +1,20 @@ + + Support Menu Feedback Workflow Placeholder + Placeholder image for a future screenshot of the Support Menu feedback workflow routing to SimpleChat admins. + + + + + + + + + Screenshot Placeholder + Support Menu feedback workflow + Capture suggestion + - Show feedback form inside the Support Menu experience + - Make the routing to SimpleChat admins obvious in the UI + - Optional confirmation or success message after submission + + Replace this SVG with the final product screenshot. + \ No newline at end of file diff --git a/application/single_app/templates/_sidebar_nav.html b/application/single_app/templates/_sidebar_nav.html index dd1265d2..abb576d1 100644 --- a/application/single_app/templates/_sidebar_nav.html +++ b/application/single_app/templates/_sidebar_nav.html @@ -249,11 +249,26 @@ Background Chat + + + + +