The client needed a way to modify game configs, and player inventory. Some application components were needed to be exported as web-components to be consumed by an external app written in a different framework.
• I added components that allow player inventory management and updating game configs.
• For game config changes merge requests were created using the GitHub REST API
• I adapted a custom build process to be able export multiple angular components as web-components.