-
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
Spike: Create Repository in JSLB4 #2477
Comments
One more thing to consider, I am not sure if it belongs here or to DI-related story #2473: we need a way how to customize the datasource configuration used by the repository. In TypeScript, this is achieved via dependency injection:
The solution above is an implementation detail, we can use different approach in JavaScript. Here are the stories that are important for app developers:
|
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 |
Follow up task for of #1978.
Acceptance criteria
a. Should be created as a class
b. Should be automatically loaded in the LB4 app
c. Should have access to a specified Model
d. Should expose CRUD methods to interact with the Model
e. Should allow custom methods to be added, with access to:
i. The LB4 request object
ii. A Model
The text was updated successfully, but these errors were encountered: