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

Add a courseid to the table so we can filter or group by course #40

Open
1 of 2 tasks
brendanheywood opened this issue Dec 3, 2019 · 2 comments
Open
1 of 2 tasks

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Dec 3, 2019

We may even later expose reports to the course coordinator to help them clean up their content

  • We want to avoid the collector doing course lookups, so push the $COURSE id through when setting the collector url in the same way as we do for the user id
  • be able to delegate out visibility of the reports to each course manager
@mdjnelson
Copy link
Contributor

I think we are creating a separate task to actually display the course id in the table, right? I am creating a patch that creates a new DB field in the local_csp table and stores the course. That can get merged and we can focus on what to do with it, right? That was what was discussed IIRC.

@brendanheywood
Copy link
Contributor Author

I think the mvp here is to show it as a new column, just like many of the other columns it will be a new row level display only query that pulls in the top N courses for each row. Display the course shortname and the (4) count after it like the others too

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

No branches or pull requests

2 participants