-
Boards should be a self referential tree -- e.g. sub-boards
-
Firstly why do we include the classification sets of a user on their index route?
Also it seems Restpack is querying the includes even when not actually using them. This will be pretty slow for basic…
-
It's currently possible to do `serializer.as_json(model, { include_description?: false })` which will exclude the `description` attribute. The default is to include the description.
It would be nice …
-
I'm planning to write a code generator for ember data models based off an input of json (example of server response). Before I start I wanted to know if anyone else was coding one before I re-invent t…
-
So I am trying to add subjects. I use "text/plain" because really we only store coordinates and we will retrieve the images from a WMS server. (Btw I am storing the coordinates in the metadata, any be…
-
Linked to #115 - The project owner relation is a polymorphic belongs_to (User & UserGroup). The serialised response returns the link to `/owner` which is not a valid URL.
``` ruby
"links"=>
{"proj…
-
This works as described in the API docs, but I think users with a roles on a project should be public. Any reason they're not?
Also, the error message I get is `"ApiErrors::NotLoggedIn"`. Should that…
-
I just downloaded the latest code. `rake configure` is missing p3p gem, `bundle install` says the gem is fine. `fig up` is running into an error as expected.
rake configure
```
"fig run --rm --entry…
-
I can't think of an instance where we're showing a project without its owner's name and a link to its profile. Can we get `owner` added to the project include-ables list?
Currently `:owner is not a v…
-
I created workflow "20" with one subject set. I get (possibly all?) 16 in response.
Since a workflow has a list of its subject sets' IDs, should the link actually be more directly `/subject_sets/{wor…