View Single Post
Old 12-03-2002, 05:30 PM  
melter
Member
 
Join Date: Jul 2002
Posts: 41
Default skip list suggestion

i dont think this has been asked before, apologies in advance if i am wrong..

i was looking at the limitations of the skip list and was wondering how easy it would be to skip items depending if they were a download, upload, or site to site transfer..

this is how i imagine it to work.. have 3 checkboxes on the filter form (site to site, upload, download) that dynamically change when a skip list item is clicked, and can be updated for each skip list item..

if i were tackling the problem i would just add 3 extra fields to each DB entry which could be set to 0 or 1..

an entry that skips on download, upload AND site to site, would look like:

*incomplete*,1,1,1

when a skip list item is selected, the 3 values are found and the checkbox values set according, when they are altered they are written back to the database..

ha, i went to quite some length to explain my idea didnt i, what can i say, im bored.. but i hope you will implement it

melter.
melter is offline