feat: voter stage gate (current_stage=vote && voting_open)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
5
app.py
5
app.py
@@ -325,6 +325,11 @@ def archive_results():
|
|||||||
|
|
||||||
|
|
||||||
def render_voter():
|
def render_voter():
|
||||||
|
if not can_accept_votes(load_data()):
|
||||||
|
st.title("🗳 해커톤 투표")
|
||||||
|
st.info("⏳ 지금은 투표 시간이 아닙니다. 진행자가 투표 stage로 전환할 때까지 기다려주세요.")
|
||||||
|
return
|
||||||
|
|
||||||
st.title("🗳 해커톤 투표")
|
st.title("🗳 해커톤 투표")
|
||||||
|
|
||||||
if not is_voting_open():
|
if not is_voting_open():
|
||||||
|
|||||||
Reference in New Issue
Block a user