]> git.cworth.org Git - lmno-todo/blob - TODO
nogit-sync commit
[lmno-todo] / TODO
1 Empathy
2 =======
3 Features (likely) requiring only client changes
4 -----------------------------------------------
5 * Make new categories appear at the top of the list
6
7   Note: We may not want this for sake of keeping the UI stable---this
8   is already a bit of a problem with the "Start Game" button which is
9   now appearing at the top of the list of categories. What I mean by
10   "stability" of the UI is that we don't want a user to be reaching
11   out to tap a vote button for a category and then have the category
12   vote button shift to a different location before they reach it.
13
14 * Make the "vote_against" button move a prompt down to the bottom of
15   the list and gray it out. This could be a better approach than
16   making the category entirely disappear.
17
18 * Un-gray-out a prompt when a player votes for it
19
20 * Make scores available at screens other than the category-selection screen
21
22 Add a TWINNER achievement.
23
24 Add support for an initial number spelled out
25
26 Allow clients to see previous round scores by swiping left
27
28 Figure out why Nancy's computer doesn't work at all
29
30 Auto-focus first text field
31
32 Style focus highlight for TAB-based navigation
33
34 Empires
35 =======
36 Convert HTML/Javascript client to React
37
38 Add UI for combining/splitting empires, (modeled after the judging
39 interface in Empathy).
40
41 Add a chat interface for sending messages to the current empire (with
42 no history beyond a single message per sender)