From 1b2a95c225ebb766a5ae91348dbe2399925bff08 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Wed, 24 Sep 2025 00:55:14 -0700 Subject: [PATCH] update release notes --- docs/release-note.md | 41 +++++++++++++++++++++++++++++++++ viewer/templates/parts/nav.html | 6 ++--- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/docs/release-note.md b/docs/release-note.md index 06a8d7772..8b7e953a3 100644 --- a/docs/release-note.md +++ b/docs/release-note.md @@ -33,6 +33,47 @@ - Added summary dashboard with overall status (!314) - respects archiving, QC configuration for the institution, provides CSV download +- Fixed MODULE/UNHAPPY stage progression bug preventing automatic advancement + (!315) + - also done for GRAVEYARDS and NOTCONSIDEREDINYIELD (!316) +- Enhanced component page UX with alternative ID, current stage display, and + improved comment textarea (!315) +- Added module disassembly functionality with proper UI interface (!315) +- Updated MongoDB compatibility to support versions `<8.0` (!315) +- Upgraded InfluxDB support to version `2.x` (!315) +- Created comprehensive pixi.toml configuration for modern package management + (!315) +- Handle missing 'results' field in E-Summary creation (!317) + - Added defensive programming to handle QC.result documents without results + field + - Prevents KeyError that was blocking e-summary creation + - Sets analysis_version to 'No Results Data' when results field is missing +- Add missing PARYLENE/WP_ENVELOPE download buttons (!317) + - Added 'Download TestRun' and 'Recycle Analysis' buttons using same pattern + as other test types + - Maintains consistent UI across all test result pages +- Refactor component search to RESTful routing (!317) + - Added new RESTful routes: /components/module, /components/bare_module, etc. + - Fixes search context loss and auto-redirect issues +- Handle disabled chip plot generation with array mismatches (!317) + - Added proper exception handling for numpy array concatenation + - Prevents crashes when disabled chips have different array dimensions (61 + vs 384) + - Skips problematic chips gracefully while maintaining plot structure + - Follows same error handling pattern used elsewhere in the function +- Many design changes to improve support for tablet and mobile and unify visual + styles (!317) + - Removed inline styling from lots of places and defaulting to bootstrap + wherever possible + - Better top-bar for navigation + - Clean up component table searching so it's easier to read with mouseovers as + needed + - Pagination mostly fixed or cleaned up in quite a few places + - Improve component view page by surfacing alternative id and current stage at + the top +- Add links to other useful resources (!318) +- Improved any remaining bugs due to the statefulness of the application by + making it as stateless as possible (!318) ## [v2.6.7](https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.6.7) diff --git a/viewer/templates/parts/nav.html b/viewer/templates/parts/nav.html index b1108cf8a..b32060c2a 100644 --- a/viewer/templates/parts/nav.html +++ b/viewer/templates/parts/nav.html @@ -90,16 +90,16 @@ -