Skip to content
lithium3141 edited this page Feb 7, 2011 · 1 revision

The server UI is meant to be a bare-bones administrative interface to provide developers and system maintainers to manually alter data stored server-side in the MTM system. It should provide a basic HTML form page for each action in the server API. Specific, high-priority pages include:

Points

  • Show a list of points with their details, including images (using /point/get and /image/get)
  • Allow adding a point with associated trail, category, and connections to other points (using /point/add)

Trails

  • Show a list of existing trails (using /trail/get)
  • Allow adding a new trail (using /trail/add)

Users

  • Allow credential checks (using /user/check)
  • Allow adding a new user with plaintext password (using /user/add)
Clone this wiki locally