Real-Dev-Squad / website-dashboard

Dashboard site for RDS
https://dashboard.realdevsquad.com/
MIT License
17 stars 141 forks source link

Add approved by user and approval date to extension requests #838

Open Divyank-29 opened 1 week ago

Divyank-29 commented 1 week ago

Issue Description

When a super_user approves a extension request it just shows a approved button. It needs to show name of the approver and date of approval.

Expected Behavior

When a super_user approves an extension request:

1.The name of the approver (super_user) should be visible. 2.The number of days of approval should be displayed alongside the approver name and hovering over the days should display the exact timestamp of approval. Container 73 (1)

Current Behavior

Currently, when a super_user approves an extension request, only an 'approved' button is shown. There is no information about who approved the extension or when it was approved.

Screenshots

Screenshot 2024-09-20 145525

Reproducibility

Steps to Reproduce

  1. Go To - https://dashboard.realdevsquad.com/extension-requests?order=desc&size=5&q=status%3AAPPROVED

Severity/Priority

Additional Information

Checklist