-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server using a custom storage implementation #3
Comments
Relates to: #4 |
Hacking on a CouchDB-based server option in the Storm Trooper room back by the offices. Join us if you'd like. |
What does it mean to be an "appropriately authorized user"? There is an implied concept of admin user and normal user. Can this be clarified in the requirements? |
Is the authorization going to be basic auth? |
yes. |
@joelclermont: done, the example document "users.xml" now has three different user account levels listed. @JagPadala: yes, as stated on the Hackday wiki page :) We chose not to use OAuth since that's a whole different can of worms. |
Summary
A server implementation that stores tickets in and retrieves tickets from a storage system of its choice, be it flat files, a database or the almighty cloud.
Requirements
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF RFC 2119.
Specification
The server MUST support anyonymous and authenticated users. The server MUST NOT put additional constraints such as email address validation into place for anonymous users.
The server MUST support retrieval and creation of tickets and comments.
The server MUST support closing and reopening and SHOULD support updating of tickets and comments by appropriately authorized users.
The server MUST support retrieval of information about users.
The server SHOULD support creation and updating of users.
The server SHOULD NOT discard unknown elements in requests upon serialization to the data store.
The text was updated successfully, but these errors were encountered: