#71 - annual summary #113
Reference in New Issue
Block a user
Delete Branch "#71-annual-summary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Me and @EwelinaLasowy created a brand new summary page for employees. On this page, employees can see their vacations (approved and pending) and holidays with additional information by hovering over them.

It should close #71 and should close #82
I think
?(null safe operator) is missing?->days ?? 0Cause
first()method may return null, then you will receive something like "call property on null"@@ -47,7 +47,15 @@ class Vacation extends Model{return $query->whereRelation("vacationRequest",Could you add return type of arrow function?
Could you add return types for arrow functions?
What will happen with
/holidaysroute / page?I think
/holidayswill be still available