ameypotnis / campus-service

2 stars 7 forks source link

Get attendance of the student for given semester/month for a given subject #4

Open ameypotnis opened 8 years ago

ameypotnis commented 8 years ago

Develop an api to fetch student attendance for given month and subject

e.g. /api/students/1/attendance/BE/CS/201608/DistributedSystems 1 is roll number 201608 - yyyyMM form DistributedSystems - subject name

indrajeet183 commented 8 years ago

I'm little confused how to make function for date. If I use between in query do I need whole date ?

indrajeet183 commented 8 years ago

I'm unable to figure out how to use that findAttendanceFor method from Student class. As it's Student class method, do I need to find all Students first and then use this method.?