-
Notifications
You must be signed in to change notification settings - Fork 0
UI Requirements
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:
- 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
)
- Show a list of existing trails (using
/trail/get
) - Allow adding a new trail (using
/trail/add
)
- Allow credential checks (using
/user/check
) - Allow adding a new user with plaintext password (using
/user/add
)