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

MOD - create collection_id field for each assignment #213

Open
Z4P0 opened this issue Oct 10, 2014 · 2 comments
Open

MOD - create collection_id field for each assignment #213

Z4P0 opened this issue Oct 10, 2014 · 2 comments
Assignees

Comments

@Z4P0
Copy link
Contributor

Z4P0 commented Oct 10, 2014

Ex:
[assuming nothing has been created, everything is fresh]
We create a collection --> collection_id = 1
we create an assignment --> assignment_id = 1, collection_id = 2

When we view the Assignment Overview we have the assignment_id in the URL hash.
That does not correspond directly to the correct Collection

If we can get the collection_id associated with an assignment returned that would fix the issue

@thequbit
Copy link
Member

When would you like me to add this? It's going to take a rebuild of the database (which is fine), but it means we will loose everything that is currently in there (again, which is fine).

I'm going to implement it on my fork, and we can merge when you're ready.

@thequbit
Copy link
Member

Looks like I should be doing this right away.

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

No branches or pull requests

2 participants