You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description / Steps to reproduce / Feature proposal
A developer migrating from LB3 will be confused why merely calling lb4 model does not end up creating the model and loading it in the app, like how it does in LB3.
Maybe we should optionally include the repository and controller creation steps?
Current Behavior
$ lb4 model
....
makes it look like everything went well, but the model is not shown in the API Explorer.
Expected Behavior
Guide the users, especially LB3 users, when they create a model for the first time.
$ lb4 model
...
> A LB4 model requires a corresponding repository, would you like to create now? (y/N)
> name of the repository:
...
> A controller must be created for the model, would you like to create now? (y/N)
> name of the controller:
...
Description / Steps to reproduce / Feature proposal
A developer migrating from LB3 will be confused why merely calling
lb4 model
does not end up creating the model and loading it in the app, like how it does in LB3.Maybe we should optionally include the repository and controller creation steps?
Current Behavior
makes it look like everything went well, but the model is not shown in the API Explorer.
Expected Behavior
Guide the users, especially LB3 users, when they create a model for the first time.
See Reporting Issues for more tips on writing good issues
The text was updated successfully, but these errors were encountered: