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

Puzzle link should be a tag #139

Open cscott opened 10 years ago

cscott commented 10 years ago

The "link to the puzzle on the hunt site" (puzzle.link in the database currently) should be a tag, not a direct field. And in fact, everything that accepts tags (including round groups?) should handle 'link' tags. (Perhaps even including Nicks?)

cscott commented 10 years ago

From @nothorian in #81:

Links to the hunt site should be editable by more people. There were several puzzles this year (notably metas like Red and White Knights and The Caucus Race) that did not go to the right page and got 404s. People requested a link correction in main chat and it was acknowledged that it would be corrected but it never was.

Bonus points if on puzzle creation if the link is checked to see if it is a 404 error and raises an alert to the admins if so. That way links are identified almost immediately and can be corrected.

cscott commented 10 years ago

(Oh, and puzzle tags should be editable from the blackboard as well as directly from the puzzle page.)