Changeset 1b6dc13 for server


Ignore:
Timestamp:
Jan 21, 2012, 5:28:23 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
ab7c1dd
Parents:
57bc2dc
git-author:
Jessica B. Hamrick <jhamrick@…> (01/21/12 17:28:23)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/21/12 17:28:23)
Message:

TODO organization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/TODO

    rf0807b8 r1b6dc13  
    1616
    1717- add support in printer.py for:
    18      [ ] print job
    19      [ ] validate job
     18     [x] print job
     19     [x] validate job
    2020     [x] pause printer
    2121     [x] resume printer
     
    3030     [x] resume job
    3131
    32 - finish test cases for printer.py
    33 - write test cases for requests.py
    34 - write convenience client-side API
    35 - write test cases for future client API
    36 - all the documentation
    37 - deal with all the code marked 'XXX'
    38 - setuptools entry points for notification system (e.g. zephyr)
    39 - check test case coverage ( http://nedbatchelder.com/code/coverage/ )
    40 - deal with queue management/reordering
    41 - add support for volume management
    42 - make sure all CUPS commands are compatible
    43 - rewrite gbr/gbq/etc. scripts to use client API
    44 - rewrite server-side queue display to use API
    45 - support authentication/security
    46 - why doesn't the bug tracker work?! relatedly, figure out a
    47   solution that makes it easier for non-MIT developers to contribute
     32- server stuff
     33     [ ] write convenience client-side API
     34     [ ] setuptools entry points for notification system (e.g. zephyr)
     35     [ ] deal with queue management/reordering
     36     [ ] add support for volume management
     37     [ ] support authentication/security
     38
     39- client-ish stuff
     40     [ ] rewrite gbr/gbq/etc. scripts to use client API
     41     [ ] rewrite server-side queue display to use API
     42
     43- misc
     44     [ ] make sure all CUPS commands are compatible
     45     [ ] deal with all the code marked 'XXX'
     46
     47- documentation and testing
     48     [ ] finish test cases for printer.py
     49     [ ] write test cases for requests.py
     50     [ ] write test cases for future client API
     51     [ ] all the documentation
     52     [ ] check test case coverage ( http://nedbatchelder.com/code/coverage/ )
     53     [ ] why doesn't the bug tracker work?! relatedly, figure out a
     54         solution that makes it easier for non-MIT developers to contribute
    4855
    4956Ponies
Note: See TracChangeset for help on using the changeset viewer.