For an up-to-date version of the deployment documentation, please refer to the repository’s documentation. As we are reaching the end of this semester (again), we would like to briefly outline how easy it is to deploy our project. Unidash consists of a single front-end and back-end assembled as various microservices. These services are behind a […]
Category: Unidash
Metrics
Hello guys, Metrics can not only be found in software development but also in everyday situations like news or in your car. But as well as you should not just simply believe printed or shown details you should interpret them correctly. In your car for example the shown data when you hit 100 km/h is […]
The Mediator Pattern & CQRS
Hey folks, Welcome to this week’s blog post. First of all, we are happy to announce that we came up with a new product name for project “Foody”. As you may have already noticed in the URL, we are now Unidash. 👋 This week, the queen shared some insights into coding patterns. I’d like to […]
Refactoring
Welcome to this week’s post about refactoring. The purpose was to take some classes and lines of code and make them look nicer and more maintainable. Also, we brought every method into the object class where it belongs. It was kind of fun doing these exercises. But we were not sure if we could adopt […]
Testing, Testing, Testing
This week, team frontend set up our new project and copied the canteen feature from our previous frontend project. After this, we had to start thinking about testing our frontend
The Dark Side of Function Points
Hey guys, As already mentioned by @profberk, this week’s blog post is gonna be the most exhausting in all of the semesters we had and will have concerning Software Engineering. And hell, yes it was. So, let’s get started. By the way, happy international Star Wars Day tomorrow. Maybe you already noticed the theme of […]
Reconnected
Hey everyone, we are back in business. During the last three months, we have worked at our companies, so we didn’t have time to work on our project. Now we are back, and we’ve all learned new skills in the meantime. Also, the technologies we use have progressed. Therefore, we have thought about how our […]
A Primer into Risk Management
After 3 months of working-vacation, we are back on track with new blog posts and some progress on our project. We are really hyped in getting back into it. Check out our latest entry.
Mid-Term Recap
We’ll keep it short. Here’s a quick overview of what we have done in semester number three: Use Cases (POst) Start Canteen Bets SRS SRS Document Feature FILES Feature files will be delivered in 4th semester due to a technology change. GIT Repository Azure DevOps Architecture / WIKI Class Diagrams & Models MVC Architecture Azure […]
Foody’s Architecture
Until the last sprint, we set the rails for our microservices’ architecture. For all the ASP.NET Core backends we make use of Domain Driven Development. Without going too much into details, here is a basic gist of our architecture: Domain models are persisted and may consist of a root aggregate, value objects (immutable child of […]