neelkapadia / WolfPlanner

SE Project
MIT License
2 stars 4 forks source link

Generate schedule using the free time array and pending tasks, and update the student record in mlab with that generated schedule #14

Closed philomathic-guy closed 6 years ago

philomathic-guy commented 6 years ago

After scheduling.py is in proper format, write the scheduling code. If free time entry not present for the user, call the free time function, else generate schedule. After generating, add the schedule to the student record in mlab.

neelkapadia commented 6 years ago

Check the latest commit. Have added scheduling algorithm. Still needs touch-ups though.

philomathic-guy commented 6 years ago

Awesome! I'll take care of that. Don't worry!

philomathic-guy commented 6 years ago

Added to the student_record entry in mlab!