-
Notifications
You must be signed in to change notification settings - Fork 113
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
Customise RCITI branch #778
Conversation
Customise the intro steps: - Consent form - Random token login - Answer Kobo survey
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.
LGTM overall. One major question and one suggestion.
Also, do you want to keep all the tabs? I thought you wanted to remove some of the tabs. In particular, to be consistent with the previous results, don't you need to comment out the "label" tab?
$scope.disagree = function() { | ||
$state.go('root.main.heatmap'); | ||
}; | ||
|
||
$scope.agree = function() { | ||
StartPrefs.markConsented().then(function(response) { | ||
$scope.randomToken = $scope.generateRandomToken(8); |
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 would bump this up since it is autogenerated and you are not getting the user to fill it out.
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.
What is a good number to use here? I'm still deciding whether to use a list of pre-generated tokens or not. One of the benefits is so that I can link my screening questionnaire responses to the trip database.
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.
If this is not a huge security concern.. Let's leave it like this for now.
@shankari Deploy in 10 mins? :) |
just pushed (had to create new channel etc), but should be live in ~ 10 mins at |
Merge
master
torciti1
has proven to be a bad idea. So we are slowly bringingrciti1
tomaster
instead!a.siripanich at unsw (dot) edu.au
by default.