Throughout Waterline Docs refactoring #71 by @eddieajau a few concerns have been raised that were not directly related to the refactor but that should be addressed:
[ ] @devinivy: Not necessary for this PR, but if you want the integrations section to be more fleshed-out, hapi also has a plugin integrating waterline named dogwater.
[ ] @devinivy: I see some terms thrown around, and I'm not sure how consistently they're used in the world of waterline: "collection", "model", "schema", and "ontology".
[x] ~~@aars: Could we have a mention of what validation properties are input validation, db constraints and/or both?
For example required is only used in input validation and does not reflect on the database. notNull on the other hand is used for both input validation and set as a db constraint (where supported).~~ :arrow_right: moved to #86.
I'm raising this mainly so we don't forget these issues. Feel free to separate any of these into its own separate issue.
Throughout Waterline Docs refactoring #71 by @eddieajau a few concerns have been raised that were not directly related to the refactor but that should be addressed:
required
is only used in input validation and does not reflect on the database.notNull
on the other hand is used for both input validation and set as a db constraint (where supported).~~ :arrow_right: moved to #86.I'm raising this mainly so we don't forget these issues. Feel free to separate any of these into its own separate issue.