DESTINI Bid Day Version 1.8 Release Notes - 6/27/2026
DESTINI Bid Day 1.8 delivers usability improvements to the Bid Day Trade Tab, expands directory management capabilities, and strengthens deployment infrastructure.
What's New for Users
- Pinned Bid Package Totals — Totals are now fixed to the Trade Tab footer, eliminating the need to scroll to reference them while working.
- Bidder Sorting — Users can sort bidders by total (low-to-high or high-to-low) to quickly identify and level priorities.
Bugs Resolved
The team resolved three bugs addressing a role-based visibility issue on Bid Summary, sort-order behavior for bidders without totals, and a CSS layout regression on the Trade Tab.
Infrastructure & Tech Debt
The release introduced unique IDs for Bidders — a foundational data-integrity improvement.
Technical Details for Bid Day Version 1.8
Key Features
DC-4511 – Add Bid Package Totals to the Trade Tab Footer
Pins the "Bid Package Totals" row to the bottom of the Trade Tab pane so users can reference totals while sorting Bid Packages without scrolling. Previously, totals were at the bottom of a scrollable list, requiring users to scroll up and down repeatedly. The expand button is not visible on the footer per acceptance criteria.
DC-4792 – Bidder Sort (Low to High / High to Low)
Adds a Sort button next to "Bid Package Totals" that lets users arrange bidders by their total from lowest-to-highest or highest-to-lowest. Sorting resets when a cell value is entered or a column is manually moved — users must re-click Sort to reapply the order. This helps users quickly identify and level bidder priorities.
Bugs Fixed
DC-4721 – Project Admin + Contributor Role Visibility Issue
Fixed a bug where a user holding both Project Admin and Contributor roles could not see the "Edit Project" button on the Bid Summary page
DC-5941 – Bidders with No Bid Package Total Sort Order
Fixed an issue where bidders without a Bid Package Total were not appearing last when sorting was applied, causing them to intermix with bidders that had totals.
DC-5616 – Trade Tab Grid CSS Broken on Collapse/Expand
Fixed a CSS layout issue on the Trade Tab where the grid would break when collapsing/expanding the Line Items section after changing sub-bid order and resizing the browser window.
Tech Debt
DC-4995 – Add IDs to Bidders
Added unique identifiers to Bidders. Previously there were no uniqueness constraints, allowing multiple companies to share the same name. This foundational change supports future features that require distinguishing between bidders reliably.