idpass / inji

MIT License
1 stars 2 forks source link

Add backend info to the settings page #188

Closed kneckinator closed 2 years ago

kneckinator commented 2 years ago

In https://github.com/idpass/mimoto/issues/30 we are adding API endpoints to show us:

This issue is about making calls to these API:s from the "profile" page of Inji to add this information below the current version string like this:

newlogic-0.3.0-rc1 (current string – Inji APK version) Mimoto: 1.2.0-SNAPSHOT MOSIP: https://qa3.mosip.net

danicaerediano commented 2 years ago

@kneckinator is this under developer settings?

pmigueld commented 2 years ago

@danicaerediano no, this is not the backend URL configuration; this is to add more info to the text at the bottom of the profile screen. I believe this requires something from the backend first right @uocnb? An endpoint we can query to check the version of MOSIP it's running.

uocnb commented 2 years ago

@pmigueld yes, it's required a new backend API for this information. Will be implement in this ticket: idpass/mimoto#30