project-anuvaad / Project-Saral

Project Saral should be viewed as an OCR-plus application that is capable of doing OCR and can also understand the structure of the physical input.
MIT License
0 stars 1 forks source link

Backend: Mark Absent Present API Support #62

Closed dileep-gadiraju closed 2 years ago

dileep-gadiraju commented 3 years ago

Backend: Mark Absent Present API Support

  1. PUT API to mark students with student availability true or false in marks collection with just the ROI template and additional flag studentAvailability boolean property.
  2. Modify existing fetchStudentsandExamsByQuery API to add studentAvailability in the response for given exam from marks collection.
  3. Make sure swagger documentation is updated.
dileep-gadiraju commented 2 years ago

@apurvabisht97 , after full testing please close this if functionality is working.

apurvabisht97 commented 2 years ago

this API is created successfully and front end is able to consume it .