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

Add backend service for leave app #2

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

Rashmika998
Copy link
Contributor

@Rashmika998 Rashmika998 commented Nov 8, 2024

Purpose

Leave app backend service onboarding.

Samples

  • GET /leaves : Fetch leaves based on queries.
  • POST /leaves : Create a new leave.
  • DELETE /leaves/[leaveId] : Cancel a leave.
  • GET /user-calendar : Fetch user calendar.
  • GET /form-data : Get Application specific data required for initializing the leave form.
  • GET /employees : Fetch all the employees with query params.
  • GET /employees/[email] : Fetch an employee by email.
  • POST /generate-report : Generate and fetch leave report.
  • POST /generate-lead-report : Generate and fetch leave report for lead.

Copy link

@shayanmalinda shayanmalinda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the License header finalised?

@Rashmika998
Copy link
Contributor Author

Is the License header finalised?

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants