forked from hibobio/hibob-academy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feedback resource phase2 #47
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
RonAzar
commented
Sep 26, 2024
RonAzar
force-pushed
the
RonAzar/Feedback-resource-phase2
branch
from
September 26, 2024 06:05
7f71ab7
to
b0322e9
Compare
RonAzar
changed the base branch from
master
to
RonAzar/Response-dao-updated-removing-companyID
September 26, 2024 06:06
Base automatically changed from
RonAzar/Response-dao-updated-removing-companyID
to
master
September 26, 2024 07:25
RonAzar
force-pushed
the
RonAzar/Feedback-resource-phase2
branch
from
September 26, 2024 07:26
b0322e9
to
f390cfa
Compare
vasofi
reviewed
Sep 26, 2024
src/main/kotlin/com/hibob/academy/employee_feedback_feature/resource/FeedbackResource.kt
Outdated
Show resolved
Hide resolved
•Implemented API endpoints for get Status, update Status, get Filtered Feedbacks
RonAzar
force-pushed
the
RonAzar/Feedback-resource-phase2
branch
from
September 26, 2024 08:04
f390cfa
to
efe22e9
Compare
if (no permission) return
vasofi
reviewed
Sep 26, 2024
src/main/kotlin/com/hibob/academy/employee_feedback_feature/resource/FeedbackResource.kt
Outdated
Show resolved
Hide resolved
vasofi
reviewed
Sep 26, 2024
src/main/kotlin/com/hibob/academy/employee_feedback_feature/resource/FeedbackResource.kt
Outdated
Show resolved
Hide resolved
vasofi
reviewed
Sep 26, 2024
src/main/kotlin/com/hibob/academy/employee_feedback_feature/resource/FeedbackResource.kt
Outdated
Show resolved
Hide resolved
vasofi
approved these changes
Sep 26, 2024
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.
fix the new lines
make sure you don't have conflicts
* Phase 2 - Step 4: Implement HR Response API •Added FeedbackResponseResource.kt to handle feedback response submissions. •Integrated role and permission checks to ensure authorized access for response submission. * Phase 2 - Step 4: Implement HR Response API •Added FeedbackResponseResource.kt to handle feedback response submissions. •Integrated role and permission checks to ensure authorized access for response submission. * fix to--> it's cleaner if you do: if (no permission) return * Refactored permission validation in RolePermissionValidator to make it less dependent on specific API endpoints. Moved role and permission checks closer to where they are used in resource classes, enhancing maintainability and adhering to clean code principles. (#51) recognize abortWith doesn't work properly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.