-
Notifications
You must be signed in to change notification settings - Fork 454
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
Port StageAssignmentDAO and StageAssignment to Eloquent Model #9674
Comments
@Vitaliy-1 this is a PR that removes Are there things that we should consider adding or develop differently, in order to incorporate the needs of other works in progress? |
@Vitaliy-1 thanks for the code review. I have resolved most of the comments and added 1-2 new comments for clarification. Because there are one-or-two review changes that may affect the tests, I am running the tests on OJS, and waiting for the clarifications on the review. |
Thanks, @defstat. It looks good! Regarding |
…unctions taking array of parameters
…elated functions taking array of parameters
…elated functions taking array of parameters
…elated functions taking array of parameters
…unctions taking array of parameters
…elated functions taking array of parameters
…elated functions taking array of parameters
…elated functions taking array of parameters
[OJS][main] #9674 Port StageAssignmentDAO and StageAssignment to Eloquent Model
[OMP][main] #9674 Port StageAssignmentDAO and StageAssignment to Eloquent Model
[OPS][main] #9674 Port StageAssignmentDAO and StageAssignment to Eloquent Model
@Vitaliy-1 @asmecher everything merged on Leaving it open for plugins |
@defstat, is there still work required for this one? |
@asmecher I have not yet gone through all plugins for making the necessary changes regarding this. |
Describe the change
Right now the
StageAssignment
entity is a DataObject and it follows the DAO pattern.We will port
StageAssignment
entity and its respective DAO class,StageAssignmentDAO
to Laravel's Eloquent Model.What application will be affected?
OJS, OMP or OPS
main
branchPKP supported/maintained plugins
main
branchAdditional information
Please add any screenshots, logs or other information we can use to investigate this bug report.
PRs
OJS: pkp/ojs#4166
OMP: pkp/omp#1510
OPS: pkp/ops#626
PKP-LIB: #9675
Plugins Issues and PRs
The text was updated successfully, but these errors were encountered: