EthanThatOneKid / acmcsuf.com

🐘 Official website of CSUF's ACM chapter
https://acmcsuf.com
MIT License
37 stars 46 forks source link

Make `position.tier` to `position.tiers` #995

Closed karnikaavelumani closed 7 months ago

karnikaavelumani commented 7 months ago

What happened?

Allow board members to hold multiple positions on the board. This will allow their image to show up on multiple teams to show their contribution.

Current:

"S23": {
        "title": "Vice President/Webmaster",
        "tier": 1
      }

Requested:

"S23": [ { "title": "Vice President", "tier": 1 }, {"title": "Webmaster", "tier": 2]