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

pull new file and replace old name #89

Merged
merged 1 commit into from
Oct 1, 2024
Merged

pull new file and replace old name #89

merged 1 commit into from
Oct 1, 2024

Conversation

kweav
Copy link
Contributor

@kweav kweav commented Sep 30, 2024

Purpose/implementation Section

What changes are being implemented in this Pull Request?

Trying to address Issue #87, specifically that the slido export files seem to be named Polls-per-participant- now and so my latest refresh data didn't have access to some data I expected to have. This change pulls those new files, and renames the old ones to match the new ones.

What was your approach?

  1. Add the Polls-per-participant to the slido_tags vector (following the pattern of the other tags)
  2. Within the slido_type vector, using gsub to replace Polls-per-user with Polls-per-participant

What GitHub issue does your pull request address?

Issue #87

How were the changes tested?

I followed as much of the script locally as I could and visually inspecting the slido_files df, I can see that the file name column has the original Polls-per-user in the name, but the slido_type column Polls-per-user's have been replaced with Polls-per-participant. I also see that the Polls-per-participant files are in the dataframe this time.

Tell potential reviewers what kind of feedback you are soliciting.

@cansavvy is this the fix you were envisioning?

@kweav kweav requested a review from cansavvy September 30, 2024 19:53
@cansavvy
Copy link
Collaborator

cansavvy commented Oct 1, 2024

Tested this and it works!

@cansavvy cansavvy merged commit ebb0bc1 into main Oct 1, 2024
5 checks passed
@cansavvy cansavvy deleted the slidoFileFix branch October 1, 2024 16:24
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

Successfully merging this pull request may close these issues.

2 participants