Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 331 Bytes

planning.md

File metadata and controls

23 lines (17 loc) · 331 Bytes

Project Planning

Data Scheme

  • wtfbins: [WTFBin]

    • id: Int
    • name: String
    • tags: [Tag]
    • description: String
    • contributor: String
    • example: String
  • Tag id: Int name: String

Pages

  • /
    • WTFBin Detail (/{id})
  • /About
  • /Contribute