-
Notifications
You must be signed in to change notification settings - Fork 610
Description
@claude I want to address this customer feedback: "Release notes already list UI items under “User Interface (UI),” but admins want to easily see the changes rolled up across versions (“What changed in the UI from the version we were on to the one we’re upgrading to?”). They also want to more easily track Accessibility (ADA) improvements/fixes release to release."
This is the implementation strategy:
The "Manual Table" Approach
While it requires a bit more typing, a simple Markdown or rST table is the most "plug-and-play" way to satisfy admins. You can create one page called "UI & ADA Roadmap" and manually append a row every time you do a release.
Example Table Structure: | Version | Category | Change Description | Internal Ticket # | | :--- | :--- | :--- | :--- | | v2.4 | UI | New Sidebar Navigation | UI-902 | | v2.4 | ADA | Increased contrast for Login | ADA-102 | | v2.3 | UI | Dark Mode Toggle added | UI-885 |