T&C - with ‘accept’ check-box
Target release | 1.13 |
|---|---|
Epic | |
Document status | DONE |
Document owner | @Anil Gupta |
Background
All users logging in to Diksha for the very first time need to be shown a pop up that gets them to accept Diksha T&C. The window will display the latest version of the Diksha T&C from the Diksha app. https://diksha.gov.in/term-of-use.html
The pop-up needs to appear at the time of the very first login of the user and whenever T&C version is got updated. It can have the following messaging:
The user needs to accept the T&C to continue and use the app
Solution
After successful login it will call get profile detail API. If in profile detail response promptTnC is equals TRUE and tncLatestVersionUrl is not null or empty will show the TnC screen on App.
TnC
tncAcceptedVersion
tncAcceptedOn
tncLatestVersion
promptTnC
tncLatestVersionUrl = html linkScenarios
Scenarios covered for TnC are here.
@Vinaya Kumar B @Vinaya Kumar B @Rayulu Villa @Mathew Pallan