cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

Extra icons in breadcrumbs for puzzle/round pages change what renders in the spreadsheet pane #322

Open Torgen opened 6 years ago

Torgen commented 6 years ago

Currently there's a spreadsheet and a hunt site link in the breadcrumb tabs for puzzles and rounds that open in a new tab/window. Instead it should modify what appears in what is currently the spreadsheet area of the multi-pane view. The currently selected view would get an underline to further distinguish it, since the whole breadcrumb currently gets the active class and we would need further indication of which view was selected. This would make them like paper-tabs (https://www.webcomponents.org/element/PolymerElements/paper-tabs) and the spreadsheet view like iron-pages (https://www.webcomponents.org/element/PolymerElements/iron-pages). We could also add a view that moves the puzzle data (answer attempts, tags, answers of puzzles feeding a meta) into the large spreadsheet view and expands the chat in the other, and a text document view (solving #96 and maybe letting us do #124). It also may resolve #93 and #131.

Torgen commented 6 years ago

Hmm. Committing this to my master shouldn't have closed it in yours.