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
connect to #2036
This is a follow-up story of PR #3667.
As a quick fix, that PR fixes the controller generator by adding a new prompt isIdOmitted, and creating the corresponding controller class differently.
To improve the user experience, we should infer the id omitted or not from the existing model class, if successes, skip the prompt that asks the same question.
Use Cases
In the controller generator, we should Infer whether id is required from the model class, if successes, skip the prompt that asks the same question.
Acceptance criteria
In the controller generator, we infer whether id is required from the model class, if successes, then skip the prompt "is id required". See discussion.
The text was updated successfully, but these errors were encountered:
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 CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
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 CODEOWNERS file at the top-level of this repository.
Suggestion
connect to #2036
This is a follow-up story of PR #3667.
As a quick fix, that PR fixes the controller generator by adding a new prompt isIdOmitted, and creating the corresponding controller class differently.
To improve the user experience, we should infer the id omitted or not from the existing model class, if successes, skip the prompt that asks the same question.
Use Cases
In the controller generator, we should Infer whether id is required from the model class, if successes, skip the prompt that asks the same question.
Acceptance criteria
The text was updated successfully, but these errors were encountered: