-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make coercion and validation work off of @loopback/types #1319
Comments
@shimks we already have another story covering validation at REST layer, see #750:
Assuming we implement #750 first, what would be the scope & acceptance criteria of this story #1319? |
@bajtos I believe the acceptance criteria should remain unchanged considering the scope of this task is to move over the converters used in http coercion into a 'LoopBack' typing hub. It might have been more appropriate to have changed the title to exclude 'validation', but there may be some overlap between the two and if there is, it should be small enough of a change to implement in one PR. |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
Description / Steps to reproduce / Feature proposal
For DP3, we'd like validation and coercion system implemented in the http-layer to use
@loopback/types
Acceptance Criteria
types
folder from@loopback/repository
into its own package; Make sure this PR is refined and make sure it lands [WIP] feat: add @loopback/types to be the typing system #947@loopback/types
with extensibility in mind.@param
or a new one if necessary) to introduce metadata to appropriately infer type metadata (for example Date)See Reporting Issues for more tips on writing good issues
The text was updated successfully, but these errors were encountered: