Mark Stafford
Mark Stafford
We should retire the read-only version of TripPin as it doesn't add any value beyond the read/write version of TripPin. Also, while we will presumably implement over a stack, I...
Consider what permissions apply to a root-level collection vs type. Root level collection: - Read - ReadMany - ReadOne - Create - Update - Delete - Query - Order -...
Currently capabilities are specified as separate line items, e.g.: ``` yaml insertable: true searchable: true deletable: true ``` Simplify these into a single line if possible: ``` yaml allows: [create,...
The current assumptions state that if an operation returns something, it's a function. Actions can return something too, but they are not idempotent. Figure out the right YAML syntax to...