Skip to content

Features Constraints List

Michael Bryant edited this page Jan 27, 2020 · 1 revision
  • Secure Authentication
    • Username/email and password with salt/hash (industry standard implementation)
    • User roles (user, admin, etc.)
  • RESTful API (see this site for details)
    • Use appropriate HTTP status codes in responses
    • CRUD entities (characters, items, spells, feats, etc.)
    • Validate input before changing anything
  • Latency should be no more than 500ms on a good network connection (e.g. local server)
Clone this wiki locally