-
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)
The logarithmic Y axis setting is, as expected, useful for viewing data that have logarithmic tendencies. It should be noted here, however, that the logarithmic Y axis setting is only applicable to data sets where all data values for the currently selected Y axis(es) are above zero. This is because taking the log of a number less that or equal to zero is an undefined operation.
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