Implementation of showcase app logic

Boris RIEUNIER
iAdvize developers
Published in
2 min readAug 26, 2019

Every app you publish on the iAdvize marketplace was designed to be installed in a self-serve and multi-tenant approach. This was problematic especially in two distinct situations:

  1. When the application is single-tenant.
  2. When the application can be installed only on the app provider side and does not require any setup on iAdvize side.

To solve this problem we implemented a new kind of application on the marketplace: the showcase application. These applications cannot be installed directly. The install button is replaced by a contact button and clicking on it generates an automatic contact email.

In order to achieve this update we implemented a contact card information. Filling out the app provider contact information to publish an app is now required for any type of App.

A new option is available when you publish an App. Just check the tickbox in order to publish a showcase app on the marketplace.
In order to specify your contact information we added a contact information card in the build app section.
The install button in the showcase app will be replaced by a contact button. Sending an email to the app provider.

--

--