flowcore-io / luttaka-open

The open source event experience app powered by the Flowcore Data Management Platform
https://luttaka.com
MIT License
11 stars 11 forks source link

Silent auction of pieces of art #174

Open olavurellefsen opened 2 months ago

olavurellefsen commented 2 months ago

Is your feature request related to a problem? Please describe. 👨‍🏫 For the Tonik event, there is a request for a feature to run a silent auction for items of art.

Describe the solution you'd like 📝 The admins should be able to add, edit and archive items of art that participants can bid on. There should be a headline, an image showing the art piece and a minimum price and currency. Moreover, the admins should be able to control whether the auction is visible and whether it is open or closed for bids. The participant should be able to see the list of art items with the headline, the image, the minimum price and number of bids received so far. The participant should be able to set, update and delete a bid amount while the auction is open for bids. For each item of art, the admins should be able to see all the bids sorted with the highest bid at the top. Only the newest bid from each user on a particular item of art should be considered. The list of bids should include the timestamp, the bid amount, and user details (email and display name).

Describe alternatives you've considered 🕵️‍♂️ None.

Additional context Most of the code can be adapted from the news item or activities modules. Initially, the overall auction settings can be integrated in the event settings.