-
Notifications
You must be signed in to change notification settings - Fork 48
Design Notes
Jeremy Poulin edited this page Jan 27, 2015
·
3 revisions
Ownership of data sets uploaded with contributor keys are at a per-key basis. This means that you should only be able to append to a data set that your key uploaded.
Ownership of data sets uploaded via username and password are at a per-user basis, which can be much more complicated.
- You should be able to append to any dataset if you're an admin.
- You should be able to append data set you own
- In any PROJECT you own, you should be able to append to you own OR any data set uploaded by key (these are also the data sets you have 'edit' permission over)
General
- New Developer Reference
- Setting up a Dev Environment
- The Scrum Board
- Git Reference
- Web Technology Reference
- Reviewing Pull Requests
-
Deploying
Misc
Security
Code Documentation