-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revise RoboSuiteLauncher to launch FaceLogin instead of RoboTutor #1
base: development
Are you sure you want to change the base?
Conversation
Integrated app pinning
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.
Please document effects of changes to min and target sdkversion.
add development branch to merge into instead |
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'm approving these changes in the interest of moving forward, but I'd expect launching FaceLogin instead of RoboTutor to require changing only 2 lines -- one to change the name of the app to be launched, and one to change the version number of RoboSuiteLauncher, plus possibly a line or two to pin apps -- not 83 files! I gather that the 83 files are copied from the RoboTutor_2020 repo rather than imported from it. Can you revise the commit to do it that way instead? If not, please explain why. Copying code is dangerous because it creates the risk of updating one copy but not another.
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.
OK AFAIK, but I wouldn't spot problems
Revised RoboSuiteLauncher to launch FaceLogin instead of RoboTutor, added app pinning, util module, logging module, and config module.