-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Import Training Event Registration and Attendance #1614
Comments
Hello @maneesha.
@maneesha, how do you check off a persons training as complete? Is this a training progress (type=Training) or something else? The data provided seems to be everything we need to implement such a function, however I'd like you to confirm my question above. |
About point 2 -- The person does not have a member site affiliation but the training seat does. To check off training as complete, yes, we record that training progress. |
@pbanaszkiewicz A follow up to this - Right now I'm looking at generating a csv file that has the following columns:
Would this suffice to do a bulk import? |
@maneesha we can use the Eventbrite key, but it's not guaranteed to be unique (yet). Database schema would have to be changed for this to work. Changing the schema may result in some data loss since we're forcing uniqueness on non-unique field. |
cross linking the PR here: https://github.com/carpentries/systems/pull/66 |
This was part of a pre-pandemic project to restructure and streamline the instructor training checkout process. We are tabling this until we discuss more internally. |
Right now we are manually assigning people to Instructor Training events and checking off their training as complete. Because we are using Eventbrite to register most trainees in our online events, we'd like to be able to export registration data from Eventbrite and import into AMY.
@pbanaszkiewicz If we had a csv with the following fields, would it be possible to set up a function to import into AMY? If not, what else might we need?
The text was updated successfully, but these errors were encountered: