YourTeam is the software to manage your team. We offer you the opportunity to sort your team into categories such as members, groups and further in order to always have an overview and especially control over the team. We have specially designed Yourteam so that the software can easily be changed or managed via our rest api interface, depending on use. You can acquire further and more detailed information on individual parts of the software in the course of this document.
Build Status | |
---|---|
Master |
• Java 14
As already mentioned, the project has a rest interface that manages the main access of the team. To put it into operation, download the deploy part from the release area and run the jar. Then some files are created that save the team status. From now on the rest api is ready for use and can be used without any problems with the created standard user, whose name and password can be found under "./users/users.yml".
We decided to use a residual interface because it offers our customers great freedom in many decisions. So you can use our simple structured administrative tool, or you can choose to build your own web interface. All this with the freedom to decide for yourself which programming language you want to use to access the interface.
Of course, we are aware that all data that is fed into such a system is highly confidential. It is not only because of this that the entire software is open source. It is not without reason that one says: "Trust is good, control is better". To ensure security when accessing our system, we work with the json web token tool. This means that not all data has to be stored on the server, and you can still be sure that it is true. You can find more detailed information on this website.
The administrative tool has not yet been developed at this point, but will be submitted as soon as possible. It will represent the management of the team in a console application and managed with primitive means.
If someone is involved in web development and is interested in developing an interface for our application, you can contact me at any time by email ([email protected]). I will then upload them to github and of course mention the developer. I will probably not develop an interface because I am not satisfied with my code in this area.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.