-
Notifications
You must be signed in to change notification settings - Fork 14
For developers
This page contains technical information about the MBP and guidelines for its development 🔧.
- Design UI elements based on the MBP visual identity
- Test your code
- Execute static code analyses to help improve code quality and code security
Pages:
- Visual identity: shows design principles to be used in the MBP UI, for example color palette and icons
Tools:
-
TestQuality: test management tool providing GitHub integration
-
SonarQube: static code analysis tool to detect bugs, vulnerabilities and code smells
-
Jenkins: automation server for tasks related to building, testing, and deploying software
Others:
-
MBP architecture: shows an overview of the MBP architecture and used software components.
-
MBP REST API: contains the API reference to the MBP REST API. Take a look here if you are planning to create your own client application that can interact with the MBP backend.
-
(deprecated) MBP2Go: links to a client Android application, which can interact to an earlier version of the MBP.
Universität Stuttgart - MBP Team 🔧