Fix: sessioni chiuse mostrano solo offerta finale per team per asta#35
Open
nicklaus9318 wants to merge 3 commits into
Open
Fix: sessioni chiuse mostrano solo offerta finale per team per asta#35nicklaus9318 wants to merge 3 commits into
nicklaus9318 wants to merge 3 commits into
Conversation
…rcato - GestioneAste: session close only marks status='active' bids as 'lost'; previously-cancelled bids were being overwritten to 'lost' - AsteBusteChiuse: user deletions/modifications now use status='user_cancelled' instead of 'cancelled' to distinguish from session-close losers - StoricoMercato: filter excludes 'cancelled' and 'user_cancelled' bids; also deduplicates per team (shows only highest bid per team per auction) - DB migration: reverted older duplicate 'lost' bids (same team, same auction, lower amount) back to 'cancelled' to clean up historical data https://claude.ai/code/session_016YS7ptcqEcLfLiVNc4ZEZG
Le sessioni già chiuse compaiono ora in fondo al tab Sessioni, separate da un separatore "Sessioni chiuse". Ogni sessione chiusa ha il pulsante espandibile "Chi ha puntato" con il conteggio offerte per squadra, escludendo solo le offerte user_cancelled. https://claude.ai/code/session_016YS7ptcqEcLfLiVNc4ZEZG
Invece di sommare tutte le offerte storiche (incluse quelle superseded quando un utente modificava la propria offerta), ora viene tenuta solo l'offerta più alta per ogni coppia (team, asta), che corrisponde all'offerta effettiva al momento della chiusura. https://claude.ai/code/session_016YS7ptcqEcLfLiVNc4ZEZG
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
fms-pro | a6a6fce | May 11 2026, 09:37 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nelle sessioni chiuse, il conteggio "Chi ha puntato" ora mostra solo l'offerta finale per team per asta (la più alta), invece di sommare tutte le offerte storiche incluse quelle superseded quando un utente modificava la propria offerta.
https://claude.ai/code/session_016YS7ptcqEcLfLiVNc4ZEZG
Generated by Claude Code