Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
added TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
benoc617 committed Jan 28, 2014
1 parent 7d42e3d commit df6ae2e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ File Permissions:

Make sure the uploads directory (and everything underneath it) is writable and searchable by your web server

Last person to touch this code (2014 mystery hunt) if you need help: benoc@alum.mit.edu
35 changes: 35 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Wishlist / Todo list for those touching puzzletron next:


=Permissions and Roles=
*Reduce strictness on authors not being able to change puzzle statuses (would be nice if authors could put their own puzzles in revision, for example, without needing an editor).

*Allow editors/admins to change roles of people within web interface (rather than using phpmyadmin or poking the database directly) -- e.g. "make user foo an editor", "make user bar a fact checker"


=Postproduction drafts and content=
*Postproduction uploads -- we really kind of just disabled this part of puzzletron, but with more time other teams can probably tune it to be more useful (e.g. allow new drafts and misc to be uplaoded even in postprod/fact check states). Also this should get set up to automatically put your puzzles into postprod for hunt -- scripted automated formatting. We manually postprodded all of our puzzles from puzzletron and put them into the hunt repo.

*Diffs -- a button to diff between multiple versions of drafts/solutions/postprods would be neat


=Test Solving=
*Testsolving page should also include array of previously submitted wrong answer during that test solve session (just like the real hunt does). But only within a testsolving group. Seems too spoilery to have it show all incorrect answers formerly submitted. Should be possible if you use the testsolving team functionality


=Puzzle Comment Feed=
*Better functionality for subscribing/unsubscribing to comment feed via email for editors, authors, etc. per puzzle.

*Ability to arrange comment feed from oldest-at-top OR newest-at-top

*Better filtering comment feed (show only testsolve commments, show only editor/author interactions, etc.)

*Threaded / nested comment feed

*Better support for HTML in puzzle comments (including a preview button)

*Reply to emailed comment (if you're subscribed to them) and have your reply go in the comment field (this is kind of a tough one but would be sweet to not have to open up ptron to reply to comments)




1 change: 0 additions & 1 deletion TODO.galt

This file was deleted.

0 comments on commit df6ae2e

Please sign in to comment.