-
Notifications
You must be signed in to change notification settings - Fork 2
Implement missing features for Task Contributions #1628
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## fs_task_contrib #1628 +/- ##
===================================================
- Coverage 94.58% 94.49% -0.10%
===================================================
Files 130 130
Lines 3233 3251 +18
===================================================
+ Hits 3058 3072 +14
- Misses 175 179 +4 ☔ View full report in Codecov by Sentry. |
florian-str
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your input.
2c3e22f to
5470912
Compare
Previously, both the flash message was incomplete (since it didn't reveal the errors) nor was the action correct (it showed the original task rather than the form to fix problems).
* Make method private * Reduce parameters and avoid passing strings of class names * Overwrite for file specifically
For now, we decided to keep the current behavior. Further investigations should happen in the future, for which we will create a new GitHub issue.
Also, use the newer syntax, so that the code is already compatible with Rails 7.2 and higher.
d607277 to
baaabb9
Compare
This PR adds the missing functionality as discovered during review / pair programming to PR #1103.
@florian-str I've tested the behavior manually but would like that you add some suitable test cases for the changes I made. Also, please take a moment to carefully read through my changes and check whether I made any mistake or whether something is left unclear.