Integration strategies and tech solutions

Unfortunately it means that we will have to modify the existing Koller software to send API requests to the OFN instance on each user creation. So far we need to know if:

  • a user API allowing user creation already exists.
  • this API allow us to tag the user accordingly.
  • a consumer API allowing the new user to be added to the corresponding private shop also exists.

Knowing that, two possibilities:

  • either those APIs already exists so all the job is to be done on the existing software side
  • either they don’t so we will have to implement them too.

I will need to look at the technical documentation of OFN to see if the project already have what’s needed :slight_smile: