jglamine / calvinwebprint

A friendlier interface to the printing system at Calvin College.
https://calvinwebprint.com
MIT License
6 stars 7 forks source link

Be able to delete print jobs from queue. #12

Closed tylervz closed 9 years ago

tylervz commented 9 years ago

Once we have this feature, we'll be able to stop skipping the unit test of uploading documents because we will be able to delete the test print jobs.

tylervz commented 9 years ago

I have already partially implemented this enhancement. My work can be found on the branch delete-print-jobs.

What still needs to be done is:

tylervz commented 9 years ago

Here is the POST data to print.calvin.edu/pwrqm/dispObjects.asp that got sent when I deleted three items from my queue. The ids of the documents are the bottom names, and the values are all yes.

fiddlerdeletemultipleprintjobs

tylervz commented 9 years ago

Alright, I'm gonna work on this.