ameypotnis / campus-service

2 stars 7 forks source link

Get all attendance of the student for given semester/month #2

Closed ameypotnis closed 8 years ago

ameypotnis commented 8 years ago

Develop an api to fetch student attendance for given moth

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

indrajeet183 commented 8 years ago

What should it return? I'm little confused

ameypotnis commented 8 years ago

{ "roll": 123, "name" : "Amey Potnis", "standard" : "BE", "branch" : "CS", "subject" : "DistrubutedSystem" "attendance_dates": ["20160801", "20160802", "20160803", "20160804"], "attendance_present_days" : 20, "attendance_absent_days" : 5 }

ameypotnis commented 8 years ago

not needed