Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: As a user/TA I want a class page so that I can see my registered classes and the documents, grades, announcements, discussion group linked to that course. #95

Closed
5 tasks done
iamlax opened this issue Mar 17, 2017 · 1 comment

Comments

@iamlax
Copy link
Collaborator

iamlax commented Mar 17, 2017

User Stories:

  • Feature 1 - Add documents + download
  • Feature 2- Add/Remove discussion board
  • Feature 3 - Add grades
  • Feature 4 - Add/Remove Announcements

Other

  • Create function to get list of students/TAs in a given class
    Done Sprint 4: This method is: GetAllUsersInAClass(String TargetClass): return List<User>
@iamlax iamlax added this to the Sprint 4 milestone Mar 17, 2017
@iamlax iamlax changed the title As a user/TA I want a class page so that I can see my registered classes and the documents, grades, announcements, discussion group linked to that course. Epic: As a user/TA I want a class page so that I can see my registered classes and the documents, grades, announcements, discussion group linked to that course. Mar 17, 2017
@MewtR MewtR modified the milestones: Sprint 5, Sprint 4 Mar 24, 2017
@Winterhart Winterhart mentioned this issue Mar 26, 2017
@kgehmlich
Copy link
Owner

Pull request #139 addresses feature 1. Once the merge is accepted I will check off that feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment