Skip to content
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

Open
juokaz opened this issue Sep 13, 2012 · 6 comments
Open

Server using a custom storage implementation #3

juokaz opened this issue Sep 13, 2012 · 6 comments
Milestone

Comments

@juokaz
Copy link

juokaz commented Sep 13, 2012

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.

@caseysoftware
Copy link

Relates to: #4

@BigBlueHat
Copy link
Member

Hacking on a CouchDB-based server option in the Storm Trooper room back by the offices. Join us if you'd like.

@joelclermont
Copy link

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?

@JagPadala
Copy link
Member

Is the authorization going to be basic auth?

@mamund
Copy link
Member

mamund commented Sep 13, 2012

yes.

@dzuelke
Copy link
Member

dzuelke commented Sep 13, 2012

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants