zachgoldstein / vickrey_auctions

An django application for doing Vickrey auctions
0 stars 2 forks source link

Flesh out auction complete job #10

Open zachgoldstein opened 1 year ago

zachgoldstein commented 1 year ago

When an auction is complete, a few things need to happen

dependent on #5 This should happen out-of-band as a background job, so it can be triggered whenever the auction ends.

This is basically the heart of the application! Very fun