Roguelike-Celebration / azure-mud

MIT License
185 stars 29 forks source link

[WIP] Allow badge updating from CMS #820

Open lazerwalker opened 11 months ago

lazerwalker commented 11 months ago

In theory this does a few things:

  1. The CMS always shows a dedicated listing for this year's talk badges. This edits a room whose roomID is talk-badges
  2. When fetching badges, it should hit redis to parse the talk-badges room data as a list of badges and appends them to the free list. It validates that data is a well-formed list of badges
  3. The talk-badges room should not show up in the room list.

I'm not fully confident it does this.