abdelrahman0w/ejustian-cli

Feature request : implement show_todo for Classroom class

Opened this issue · 0 comments

show_todo should be implemented as follow :

  • Use Classroom.authenticate() and Classroom.get_courses() to authenticate and get the courses
  • It should return the todo of the first five courses (use default value = 5 for the number of courses)
  • Assignments with the state "Assigned " are the only assignments that should be returned