-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create Project from web resources #72
Comments
An action within the At First, the user must be known, so this GET will interact with a login.
After the GET resolves, the resulting page is the Project Management or Project Information page, unless there is an alternative in the querystring. At
The POST action should always respond RESTfully with a 201, Location header for the project info page, and have the _id value as the body. Both of these will require some sort of ProjectFactory() and tips its hand towards other methods to apply metadata, create Layers, modify groups, etc. so remain aware of when to stop. Out of Scope
|
/project/create
The text was updated successfully, but these errors were encountered: