Making changes to the backend and third party API intergration #4089
-
Hello opencrvs team, i need some help making changes to the bad end...would you mind helping out on how to proceed...i also want to integrate a third-party API... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @Muzho, |
Beta Was this translation helpful? Give feedback.
-
Hi @Muzho there are really various things you can do and it really depends on what changes you want to make and why you want to interoperate. Can you explain what changes you need and what kind of API you would like to integrate and perhaps share with us a potential sequence diagram? Your options are:
If you can explain more about what you need then we can advise you better. We available to arrange a call to discuss and can train you or even help develop what you need. Please email us if you like: [email protected] Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
@Muzho I should also advise you that if you want to make changes to core, then follow a git forking pattern that will easily comply with our releasing branches. You want to make master-<your country alpha 3 code> and develop-<your country alpha 3 code> branches and use them for your changes. In this way you can git pull and rebase from our core master and develop as we introduce new features. This way, you can do your own thing and at the same time get our latest features and bugfixes. |
Beta Was this translation helpful? Give feedback.
Hi @Muzho there are really various things you can do and it really depends on what changes you want to make and why you want to interoperate.
Can you explain what changes you need and what kind of API you would like to integrate and perhaps share with us a potential sequence diagram?
Your options are: