# Can you show real-time rankings without exposing results too early?

Canonical URL: https://newphysician.org/can-you-do-this/display-live-rankings/

Yes. Live calculation and public display are separate permissions. A system can keep organizers informed while withholding rankings from the audience until the agreed phase. That separation should be enforced by the backend, not just hidden in the interface.

What a solution might involve

Define which totals are visible to each role and at each phase. Use one authoritative result calculation, clear update timing, and an explicit tie policy. Build public and administrative views from the same rules while filtering information according to access.

What needs care

A hidden screen can still leak results through its network response. Public endpoints, cached responses, and exports all need the same visibility rule. Apparent real-time changes can also confuse participants if provisional counts are not labeled as provisional.

How we would judge whether it works

Unauthenticated requests cannot retrieve withheld totals. Organizers see the expected provisional information, and released rankings reconcile with the final count. Public screens recover after reconnection and do not retain a misleading stale state.

Likely engagement

Business Engine: $5,000 to $15,000. This is a likely starting tier, not a quote. Scope, access, dependencies, and responsibility for operation need agreement first.

Discuss Business EngineWhat to send first

Define who sees provisional results, when final results become public, and how ties and invalid entries are handled.

Send me the messy version.

Relevant completed work

Event Platform Design & Development, 2026 includes relevant event capabilities. This is one private awards-program build, not a claim that every scenario described here has already been delivered.

Related problems

Can you build timed voting with clear eligibility rules?

Can you synchronize a winner reveal across phones and a projector?



[Send me the problem](https://newphysician.org/send-me-the-problem/)
