DEM 2 1.0.568 Release Notes
Released 02.03.2022
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
Erste
Self enrollment
We added a possibility for the bank’s migrated clients to independently initiate the sending of codes for mobile application activation by entering the registration number.
This feature is controlled by new configuration key FactoryConfig_IsActivationForMigratedUsersEnabled, its default value is false and if you don't change anything, everything will look like so far. If you, however, enable this feature, you will see that application start page now has additional activation button and the accompanying instructions.
When user clicks on this new button, he will be asked to enter the registration number. After all the checks are performed, user receives activation codes and continues with the classic activation process.
If you want to see this new activation option not only on start page, but also in the menu, along with the classic activation flow, you need to add the following registration in OnInitialized method of your Application.cs:
typeCatalog.AddOrUpdate(new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.ActivationForMigratedUsers.ActivateMigratedUserViewModel)) { DisplayData = new ViewModelDisplayData(15, "core_activate_data", AllIcons.Arrowright), ViewType = ViewType.Prelogin, ShowLoading = false, PageTypes = new Type[] { typeof(AssecoSEE.DEM.Foundation.Usecases.ActivationForMigratedUsers.PersonalIdPage), typeof(AssecoSEE.DEM.Foundation.Usecases.Activate.ActivatePage), typeof(AssecoSEE.DEM.Foundation.Usecases.Activate.CreateNewPinPage) } });
Bug fixed
Staging
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (568)
Contributions welcome!
If you have one or more of some common pieces of code that you are always replicating across delivery apps, don't hesitate to contribute! We are the first NuGet package you install when creating a new .Net Mobile banking app!
Please have a look at our contribution guide before you get started.
If you need any help getting started, please let us know.
Useful Links
Thank you to our community for helping to make DEM even better! Mobile Team