Add a placeholder Evaluations nav entry so the design doesn't get forgotten
Under Settings, next to Referee levels/Forms -- but deliberately not behind a waffle Flag like the shop/forms stubs, since a flag-gated link disappears from the nav entirely until someone remembers to turn it on, which defeats the point of a standing reminder. Visible to MEMBER_ADMIN/ADMIN unconditionally, links to a bare "coming soon" page (reuses _generic_list.html with an empty object_list -- there's no model yet). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9
This commit is contained in:
@@ -100,6 +100,12 @@
|
||||
<a class="nav-subitem {% if nav == 'position_list' %}active{% endif %}" href="{% url 'management:position_list' %}">{% trans "Positions" %}</a>
|
||||
{% endif %}
|
||||
<a class="nav-subitem {% if nav == 'referee_level_list' %}active{% endif %}" href="{% url 'management:referee_level_list' %}">{% trans "Referee levels" %}</a>
|
||||
{% comment %}
|
||||
Deliberately not behind a waffle flag like Forms above -- this is a standing
|
||||
"not built yet" reminder, so it stays visible rather than disappearing until
|
||||
someone remembers to flip a flag on. See management.views.EvaluationsComingSoonView.
|
||||
{% endcomment %}
|
||||
<a class="nav-subitem flex items-center gap-1.5 {% if nav == 'evaluations' %}active{% endif %}" href="{% url 'management:evaluations' %}">{% trans "Evaluations" %} <span class="badge badge-neutral badge-xs">{% trans "Soon" %}</span></a>
|
||||
{% if is_club_admin %}
|
||||
{% if forms_enabled %}
|
||||
<a class="nav-subitem {% if nav == 'form_list' %}active{% endif %}" href="{% url 'management:form_list' %}">{% trans "Forms" %}</a>
|
||||
|
||||
Reference in New Issue
Block a user