Advertisement
liliff

Untitled

Sep 10th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.34 KB | None | 0 0
  1. /* TODO
  2.  * Implement sorting - DONE in frontend
  3.  * Allow from undetermined total episodes - DONE in frontend
  4.  * Link back to blog for shows - DONE
  5.  * Implement +/- for updating episode count easily
  6.  * Use cookies instead of POST to store session - maybe? this was for the old showtimes.
  7.  * Add checkboxes to each staff member during edit, indicating completion. Depending on a show,
  8.  *   staff is red until they finish their job. Green until everyone finishes. Automatically
  9.  *   increase the episode count after everyone finishes their job. Ep # also in red.
  10.  * Realtime ETA, ETA 30 minutes after airtime. - DONE in frontend, not realtime
  11.  * Local airtime should use JS to convert to visitor's time. - DONE in frontend
  12.  * Make table easier to read (i.e. more opacity) - DONE in frontend
  13.  * Create a page for this app specifically on Commie's WordPress, w/ only default header - DONE
  14.  * API:
  15.    * get(series,episode,position) returns staff member
  16.    * get(series,episode) returns position it is stalled at
  17.    * set(series,episode,position,status) returns success?
  18.    * set(series, episode, position, staff member) returns success?
  19.    * set(series, episode) returns success?
  20.  * 13:35:23 <&RHExcelion> updating airtime should have an option to use local time
  21. 13:37:08 <&RHExcelion> or not local time
  22. 13:37:12 <&RHExcelion> crunchyroll standard time
  23.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement