Russ Long rlong
  • Joined on 2024-10-03
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:16:10 -04:00
7a4b926aac debug: add logs to verify judgingentry data counts
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:14:29 -04:00
fb31d91476 fix: ensure judgingentry always fetches data regardless of request method
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:14:02 -04:00
55a05ef00e fix: add isset checks to judgingentry view
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:13:22 -04:00
a4483788cf fix: restore missing variables in judgingentry foreach loops
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:12:49 -04:00
2a6edc07f9 fix: resolve tomselect script inclusion in judgingentry
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:11:30 -04:00
ba6182e41e fix: pass judges and vehicles data to judgingentry view
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:10:45 -04:00
2cd8feb19d feat: make winnersbyitem table sortable using list.js
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:10:12 -04:00
b6ed1e8325 fix: access items data via relationship in winnersbyitem
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:09:37 -04:00
7a29315759 fix: use eloquent relationships for winnersbyitem to prevent property access error
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:08:21 -04:00
5f4b0c16a3 fix: correct layout placement for winnerlist and winningbidderlist
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:06:48 -04:00
599b404791 feat: restore grid display for winningbidderlist
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:05:37 -04:00
3ddf99172e fix: update winningbidderlist to only show bidders with winning bids
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:04:22 -04:00
5c1b855283 feat: update itemlist table columns to display estimated value and minimum bid
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:02:37 -04:00
a4f26e9006 fix: force bidder number numeric sort in tomselect
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:02:06 -04:00
444b9e26db fix: use numeric localeCompare in tomselect for natural bidder sorting
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:01:36 -04:00
24905c9506 fix: re-enable tomselect sorting
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:01:09 -04:00
6cb3e1ac24 fix: disable internal TomSelect sorting to respect server-side order
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 14:00:40 -04:00
30dbbd6d58 fix: use SQL CAST for reliable numeric sorting of bidder numbers
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 13:59:41 -04:00
6193e7fce4 fix: sort bidders numerically in controller for reliable dropdown order
rlong pushed to feature/tablar-theme at North-Hackathon/silent-auction 2026-05-01 13:59:18 -04:00
2521246bda fix: revert to localeCompare numeric:true for natural sorting