]> git.cworth.org Git - lmno-todo/blob - TODO
7ebbd338c322702380243b464b5961c88026deed
[lmno-todo] / TODO
1 Empathy
2 =======
3
4 Features (likely) requiring only client changes
5 -----------------------------------------------
6 * Make new categories appear at the top of the list
7
8   Note: We may not want this for sake of keeping the UI stable---this
9   is already a bit of a problem with the "Start Game" button which is
10   now appearing at the top of the list of categories. What I mean by
11   "stability" of the UI is that we don't want a user to be reaching
12   out to tap a vote button for a category and then have the category
13   vote button shift to a different location before they reach it.
14
15 * Make the "vote_against" button move a prompt down to the bottom of
16   the list and gray it out. This could be a better approach than
17   making the category entirely disappear.
18
19 * Un-gray-out a prompt when a player votes for it
20
21 * Make scores available at screens other than the category-selection screen
22
23 Add a TWINNER achievement
24
25 Add support for item counts as words, such as "three little words"
26
27 Allow clients to see previous round scores by swiping left
28
29 Figure out why Nancy's computer doesn't work at all
30
31 Auto-focus first text field
32
33 Style focus highlight for TAB-based navigation
34
35 Empires
36 =======
37
38 Convert HTML/JavaScript client to React
39
40 Add UI for combining/splitting empires, (modeled after the judging
41 interface in Empathy).
42
43 Add a chat interface for sending messages to the current empire (with
44 no history beyond a single message per sender)
45
46 Scribe
47 ======
48
49 Fix server to reject illegal moves (not following the previous-move
50 constraint)
51
52 Extend test suite to cover legal and illegal scribe moves
53
54 Constrain glyph diagrams to not overflow page width
55
56 For a very wide display, put glyph diagrams on the side of the game
57 board instead of below.
58
59 Detect glyphs and highlight background of squares belonging to glyphs
60
61 Detect winner of mini-grid and overlay sumbol of player on mini-grid
62
63 Declare overall winner (both in "majority" and "superglyph" mode)