Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.17 KB

TODO.md

File metadata and controls

30 lines (26 loc) · 1.17 KB

Project status

Minimum Viable Product

  • Fix parser to parse Level 3 articles as well - it's only parsing Level 4 - Level 3
  • Redaction algorithm
    1. Remove everything inside parentheses, including the parentheses
    2. Remove everything past a comma, including the comma
    3. Split name into Name-Components, 1 through ??? (probably no more than 5)
    4. Redact each of these per sentence by replacing it with █ [NAME COMPONENT X] where X is the number of the component.
  • Fill website with placeholder information
  • Make website recognize wins and losses

Stretch Goals

  • Allow continuous play
  • Allow past people
  • Keep a record of all wins and losses
  • Keep an individual record of wins and losses (very shareable, like wordle)
  • Make deployments customizable
  • Move day.txt to a database
  • Replace the overlays on win and loss
  • Make GitHub page public
    • Remove leftover Codel images
  • Add a custom people list
  • Add marketing material
    • Opengraph
    • Favicon
    • Github pictures & page
  • Make it work on mobile (text is microscopic, flex direction should switch to column-reverse, etc)