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

Simple Dataset REST Prototype #4

Closed
vchendrix opened this issue Oct 19, 2016 · 0 comments
Closed

Simple Dataset REST Prototype #4

vchendrix opened this issue Oct 19, 2016 · 0 comments
Assignees
Labels

Comments

@vchendrix
Copy link
Contributor

Proof of concept with a simple example that exercises auth, rest backend. The prototype will be a very simple DataSet model (name, description), a REST API for (GET,PUT,POST) creating, editing and listing datasets.

@vchendrix vchendrix self-assigned this Oct 19, 2016
vchendrix added a commit that referenced this issue Apr 14, 2017
Resolves #4

Added logging to the ngt-archive service

+ For debugging the ngt-archive service will log to the
  development root (/vagrant)
+ Added the log file to .gitignore
+ Added django app to handle the archive rest api (archive_api)
+ Added default groups (NGT Administrator, NGT User) with
  permissions to get,put,post datasets
+ Simple dataset model with name and description.
+ Test for model, views and api calls
+ Browsable rest api is accessible at /api/v1
+ Admin user interface is accessible at /admin
+ Root url is reserved for the javascript application
+ adding .idea back to .gitignore
vchendrix added a commit that referenced this issue Apr 15, 2017
Resolves #4

Added logging to the ngt-archive service

+ For debugging the ngt-archive service will log to the
  development root (/vagrant)
+ Added the log file to .gitignore
+ Added django app to handle the archive rest api (archive_api)
+ Added default groups (NGT Administrator, NGT User) with
  permissions to get,put,post datasets
+ Simple dataset model with name and description.
+ Test for model, views and api calls
+ Browsable rest api is accessible at /api/v1
+ Admin user interface is accessible at /admin
+ Root url is reserved for the javascript application
+ adding .idea back to .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant