Skip to main content

B1PromPartyData

  • Prom party runtime data. Reset each week: registered on Wednesday and held on Saturday,
    * tracking the event, royalty voting state, and elected prom royalty.
PropertyTypeDescriptionMetadata
SiteEventIdFB1SiteEventIdThe reserved prom SiteEvent; Invalid when no prom is scheduled.
RegistrationTimeTaskIdFB1TimeTaskIdThe TimeTask that registers the prom event; Invalid when none is scheduled.
MaleVoteCountsTMapVote counts received per male royalty candidate.
FemaleVoteCountsTMapVote counts received per female royalty candidate.
MaleVotedEntityIdsTSetThe set of male students who have already cast a royalty vote (dedup).
FemaleVotedEntityIdsTSetThe set of female students who have already cast a royalty vote (dedup).
MalePromRoyaltyIdFB1EntityIdThe elected male prom royalty; Invalid until determined.
FemalePromRoyaltyIdFB1EntityIdThe elected female prom royalty; Invalid until determined.
bRoyaltyDeterminedboolWhether the prom royalty election has been finalized.
MalePendingVoteTargetsTMapPending male votes, mapping each male voter to their intended vote target.
FemalePendingVoteTargetsTMapPending female votes, mapping each female voter to their intended vote target.