Skip to content

Fix: Proset 'Sort By' list elements description change#265

Merged
tobiichi3227 merged 2 commits into
TFcis:v2.0from
linushuan:proset_sort_des
Jun 12, 2026
Merged

Fix: Proset 'Sort By' list elements description change#265
tobiichi3227 merged 2 commits into
TFcis:v2.0from
linushuan:proset_sort_des

Conversation

@linushuan

Copy link
Copy Markdown
Collaborator

Because previous 'Sort By' list elements description were not clearly, I change some of its description that improve the really meaning of elements.

Because previous 'Sort By' list elements description were not clearly,
I change some of its description that improve the really meaning of elements.
Copilot AI review requested due to automatic review settings June 12, 2026 13:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the “Sort By” dropdown labels in the Proset page to better reflect what each sort key represents, improving UI clarity for problem list ordering.

Changes:

  • Renamed three “Sort By” option labels related to accepted submissions and user counts.
  • Aligns option descriptions more closely with the underlying rate/count fields used for sorting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/static/templ/proset.html Outdated
<option value="usercnt" {% if flt['order'] == 'usercnt' %} selected {% end %}>User Submission Count</option>
<option value="useraccnt" {% if flt['order'] == 'useraccnt' %} selected {% end %}>User Submission AC Count</option>
<option value="chalaccnt" {% if flt['order'] == 'chalaccnt' %} selected {% end %}>AC Submission Count</option>
<option value="usercnt" {% if flt['order'] == 'usercnt' %} selected {% end %}>Submitted User Count</option>
Because the last commit I wrote 'Submitted User Count',
there is a better of the meaning 'Submitter Count'.
@tobiichi3227

Copy link
Copy Markdown
Collaborator

Nice change.

@tobiichi3227 tobiichi3227 merged commit 46f97d0 into TFcis:v2.0 Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants