Skip to content

abhishekrawe/shift-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️Frontend Developer Assignment

  • ⬇️ For Running this repository on a local
  • ⬇️ Frontend - cd to shift-booking > npm install > npm start
  • ⬇️ Backend - cd to Backend > npm install > npm start

API Documentation Update

Issue

Encountered problems with the Backend Server while using the POST method for /shifts/{id}/cancel and /shifts/{id}/book endpoints. Despite spending considerable time debugging and testing using Postman, the POST method did not seem to be functioning as expected.

Temporary Solution

Changed the problematic POST methods to GET:

  • /shifts/{id}/cancel now uses GET
  • /shifts/{id}/book now uses GET

This temporary fix allows continued frontend development, prioritizing immediate progress.

🃏Glimse of Project ⏬

video

bookee.1.mp4

💜 Shift booking application .

  • The application according the design spec:

Available Shifts

  • Filter shifts by the city
  • Shifts are grouped by dates
  • Shifts can be booked or cancelled

My Shifts

  • Lists all booked shifts
  • Shifts are grouped by dates
  • Shifts can be cancelled

Facing issue, when we trying to modify overlapping issue , all the shifts are overlapped

Screenshot 2024-01-14 020548

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published