Context: I am planning to use 2 extensions from 2 different authors. One is a Reputation extension and another one is a points extension. This is mainly for the admin panel (settings for the new extension). Unless the new settings built on the new extension go to the existing extensions settings?
For example:
When an event is triggered from the code in my extension, it will add # of reputation points to the user's reputation count with the extension made by author 1.
When a different event is triggered from the code in my extension, it will add # of points to the user's point balance with the extension made by author 2.
Will this integration be part of my extension settings or will it be added respectfully to the other extensions that I need to add to its settings? I think I would be coding it to my extension settings, but need to check if the required extensions are installed to be enabled/function.
I am new to code and trying to process my idea and get quality so I can look through the documentation.