-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
622: remove youtube agent code #706
Conversation
@@ -306,71 +306,7 @@ public static void executeEmails(Shepherd myShepherd, HttpServletRequest request | |||
} | |||
|
|||
private void youTubePostback(Encounter enc2add, Shepherd myShepherd, String context) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this being maintained? couldn't we remove all of youTubePostback?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this, as well as stuff in webapp/WEB-INF/data
. i did leave these, as they were the only files without sutime
in their names, but likely they can go too. am i 100% sure? no. but close. so i left them.
$ ls -lt src/main/webapp/WEB-INF/data/english-left3words-distsim.tagger*
-rw-rw-r-- 1 jon jon 12409329 Jul 29 16:00 src/main/webapp/WEB-INF/data/english-left3words-distsim.tagger
-rw-rw-r-- 1 jon jon 1522 Jul 29 16:00 src/main/webapp/WEB-INF/data/english-left3words-distsim.tagger.props
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there stuff here that could be removed as well?
/src/main/webapp/WEB-INF/data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only found more to be removed, I didn't find anything using what was removed here. Between that and the fact that this passed QA, I think we're good?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoo! 🎉 ✂️
622: remove youtube agent code
PR fixes #622
Notably,
YouTubeAssetStore
is left intact, so that historical data derived from YouTube is still accessible and usable.This can be addressed later, for example, by "migrating" to standard LocalAssetStore.