Browse Source

Update README and resolve TODO

Kirk Trombley 5 years ago
parent
commit
109d6fafeb

+ 1 - 2
README.md

@@ -83,13 +83,12 @@ POST /game/{ID}/guesses/{round}
 - Refactor round tracking in database logic
 - Reduce complexity of `game_api` in back-end
 - Reduce complexity of `GamePanel` in front-end
+- Improve MapCrunch logic to distribute countries
 - Genericize number of rounds
 - Genericize round timer in UI
 - Finalize scoring formula
-- Button to return the street view pano to the target
 - Track name via tokens
 - Error handling in UI
-- Live update summary page
 - Navigate directly to summary page
 - Navigate directly to joining a game
 - Re-join a game you did not finish

+ 0 - 2
client/src/components/screens/game-panel.component/game-panel.component.jsx

@@ -4,8 +4,6 @@ import Loading from '../../util/loading.component';
 import GuessPane from "./guess-pane.component";
 import PositionedStreetView from "./positioned-street-view.component";
 
-// TODO want a button for moving the pano back to start somehow
-
 const GamePanel = ({
   onSelectPoint,
   onSubmitGuess,