Skip to content
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

[HRIS-419] -[BE] Notifications > Approve/Disapprove ESL Offset Request #363

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

EarlJosephClaro
Copy link
Contributor

@EarlJosephClaro EarlJosephClaro commented Mar 26, 2025

Issue Link

Backlog: HRIS-419
NestJS Migration: Row 60
Slack: [Thread]

Definition of Done

  • Project Leaders can successfully approve or disapprove ESL Offset Request without any issues.

Notes

Commands to run
1.Run Frontend Client

cd client
npm run dev

2.Run Backend API

cd api
dotnet run

3.Run NestJS Backend API

cd api_v2
npm run dev

Pre-condition

  1. Open localhost:3000 and sign-in as Project Leader User Role Account
  2. Go to my-daily-time-record page
  3. Create a ESL Offset Request
  4. Make sure to input your Project Leader User as the leader to request to
  5. Open localhost:3001/graphql
  6. Add new tab
  7. Paste this mutation code into the tab and Test it.
mutation {
  approveDisapproveChangeOffsetStatus(request: {
    teamLeaderId: 83,
    notificationId: 1071,
    isApproved: true
  }) {
    id
    isLeaderApproved
  }
}
  1. Make sure to replace the teamLeaderId and notificationId to your existing Project Leader User and ESL Offset Request Notification.
  2. Make sure to manually add the RelatedEntityID in the notifications table
  3. Click the Execute Button at the center.

Expected Output

  • When a project leader approves a ESL Offset Request, the system updates the request status accordingly.
  • When a project leader disapproves a request, the system reflects the change and notifies the relevant employee.
  • Notifications are sent upon approval/disapproval.

Screenshots/Recordings

localhost:3001/graphql
image

Sorry, something went wrong.

@EarlJosephClaro EarlJosephClaro changed the title [HRIS-418] -[BE] Notifications > Approve/Disapprove ESL Offset Request [HRIS-419] -[BE] Notifications > Approve/Disapprove ESL Offset Request Mar 26, 2025
@EarlJosephClaro EarlJosephClaro self-assigned this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants