scaffold-eth / buidlguidl-v3

https://app.buidlguidl.com/
MIT License
14 stars 18 forks source link

Add element to BuildCard component to signify scaffold-eth hackathon winners #67

Closed gotnoshoeson closed 3 months ago

gotnoshoeson commented 1 year ago

Reason: Nifty way to celebrate and show off SE / BuidlGuidl hackathon winners. Database data will need to be implemented by database admin. A script to add "hackathon_winner" property to all build database items will ensure database entries have consistent structure.

Will need the following:

  1. A script to add new boolean property "BG_hackathon" to db items to maintain consistency for all db "build" items.
  2. Add prop to component.
  3. Add icon emoji element to BuidlCard if BG_hackathon is true.

New property could also be of type string, for example "Buidl Guidl Hackathon Spring 2023 Winner". String value can be used as tool tip.