On Sunday's schedule, "Posters" appears twice:
- At 9:30 AM — correctly labeled as Poster track, location "Expo Hall AB"
- At 10:00 AM — incorrectly labeled as Plenary track, location "Hall AB"
The second entry should either not exist (duplicate) or should be labeled as Poster, not Plenary. The collapse logic in conference-data.ts groups poster slots by day/time/name — this second entry likely has a different time or name variation causing it to not collapse with the first.
Likely root cause is the API returning a poster-type slot with kind: "plenary" instead of kind: "poster", or the collapse key not matching because the room name differs ("Expo Hall AB" vs "Hall AB").
On Sunday's schedule, "Posters" appears twice:
The second entry should either not exist (duplicate) or should be labeled as Poster, not Plenary. The collapse logic in
conference-data.tsgroups poster slots by day/time/name — this second entry likely has a different time or name variation causing it to not collapse with the first.Likely root cause is the API returning a poster-type slot with
kind: "plenary"instead ofkind: "poster", or the collapse key not matching because the room name differs ("Expo Hall AB" vs "Hall AB").