Awesome next-version feature...

Subscribe to Awesome next-version feature... 1 post, 1 voice

 
Avatar Morgan Schweers Administrator 1,069 post(s)

Greetings,

You can put the following in a special file (which will be editable from within JBidwatcher), or enter it into an interactive scripting mode:

JBidwatcher.add_column "Winning?" do |auction|
  auction.is_high_bidder ? "Yes!" : "Nope." 
end

Then pull up the custom columns list, and voila, there’s the ‘Winning?’ column available. Click it, and sure enough, there’s a column, noting auctions you’ve won or not.

This can be arbitrarily complex, so you can create custom columns that do just about anything, displaying per-auction entry information, and you can create any number of them. (If you create a second with the same name, it’ll override the first.)

— Morgan Schweers, CyberFOX!