Feature #2933
Add version support to browser extension
100%
Description
The browser extension is the client of getPurpleLinksInfoExtFull api. We will be in a situation where different versions of browser extension will be used by users and we have to respond correctly.
We should plan to support 3 versions.
For now, consider getPurpleLinksInfoExtFull(<p>), where <p> are the current set of parameters that are in production.
The current version of the extension is fixed as 0.9. For the next version that sends 'extOpenCount', let us make the extension version 0.95. Let the extension send this version along with extOpenCount. This is the addition to 2917.
All changes in the getPurpleLinksInfoExtFull api for this version can also use the version number so that it will work fine for the versions older than 0.95. Note that if we face some issue in the current extension, we may end up pushing a fix with a version TBD between 0.9 and 0.95.
Subtasks
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected