FabulaVotes/src
trotFunky 982a7ffd65 vote_chart: sort parsed votes
The SQL query retrieving the votes is deterministicly sorted, but goes through
a HashMap, for ease of processing and transfer, which does not maintaing order.

Sort the resulting object in the Javascript to keep a consistent order in the graph.
2024-07-24 15:23:52 +01:00
..
auth.rs auth: Fix auth token getting leaked to console 2024-07-23 21:51:56 +01:00
database.rs v1.0: First production version 2024-07-23 21:51:42 +01:00
database_records.rs v1.1: Add weekly introductions 2024-07-23 21:51:51 +01:00
main.rs v1.1: Add weekly introductions 2024-07-23 21:51:51 +01:00
truth.rs v1.0: First production version 2024-07-23 21:51:42 +01:00
vote.rs vote_chart: sort parsed votes 2024-07-24 15:23:52 +01:00
week.rs v1.1: Add weekly introductions 2024-07-23 21:51:51 +01:00