-
Notifications
You must be signed in to change notification settings - Fork 2
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 organization attribute to Task (and subclasses) #72
Comments
What is the best way to handle the exam XML files? I assume we will need to include an attribute for organization_id in the XML file? The only alternative that I can think of is passing in the organization_id when we call |
In general, when importing data via CSV or XML, we try to define foreign relationships based on something human-readable whenever possible. I think it would be fine to specify an "organization" attribute of the exam node which is the name of an org. It would be a good idea to document that somewhere, although I'm not sure where is best. We definitely want to update the schema definition, and also perhaps the docblock for |
Sounds good to me. |
Will this pose a problem for organizations that have a parent? It looks like it may since the |
Ugh, good question. We already made an assumption in |
Please Review: Issue #72: Add organization attribute to Task
In summary, from our discussion over email:
From: @mhrivnak
We will also want to verify that the task creator only specifies an organization to which he belongs and has sufficient privileges to create the Task.
The text was updated successfully, but these errors were encountered: