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