Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties


Target release1.13
Epic
Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId2207a759-5bc8-39c5-9cd2-aa9ccc1f65dd
keySB-9571
Document status
Status
titleDONE
Document owner


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.

...