Friday, December 9, 2016

Our progress, the documents and the other important things... in one post!

Hello guys,

the day of our final exam isn't that far away now. That's the reason why we want combine our important documents and diagrams in one post to keep it simple to access them. You can find them beneath this text. Feel free to comment if you see that something is missing, that will be very helpful for us. Thank you for your support through this entire semester. We wish you a merry christmas!

Software Architecture Document :

Software Architecture Document

Software Requirements Specification:

Software Requirements Specification

Our five Use-Case-Documents:


.feature-Files:


Project Management:

Jira-Link

RUP/Gannt-Chart:

will follow after it's cosmetic operation, for a first look visit this blog entry

Code & Demo: 

no demo available yet

Presentation slides:

not done yet






 
 Thank you,


     The LearningTriangle-Team

Thursday, December 8, 2016

Gantt

Hello Guys!

Have a look at our MS-Project-File at the link below!
MS-Project-File
As you can see, our tasks are shown, but we have had a problem with the tasktracking in jira. That is the reason that our Gantt is not looking so great.
But we managed to connect MS-Project with Jira with synchronizing them with 2 - 4 clicks.
Additionaly we did not find an option adding milestones to our jira project. Therefore we did not include the milestone inception and milestone elaboration, etc.
We are trying to include it in MS-Project but we did not find any options for that until now.

We are sorry for the incomplite post.
Greethings!
TheLearningTriangle-Team

Thursday, November 24, 2016

The Class Diagram of our project... so far!





Hello guys,

in the last week Steven and I decided to took some time for the structure of our project. Through the eclipse-addon "objectaid" it was very simple to generate a class diagram of our code. This is what we want to show you now:




 
As you can see we implemented both:
  1. Classes to create the View with the class "AbstractFigure" wich is a "DrawableFigure".
  2. An abstract view on our overworld through a class "Field" wich implements a protected abstract function that should define, what is going to happen with a triangle accessing this kind of field.
    This Function is named "accessEvent" and requires a LearningTriangle on call.

You should feel free to ask questions in the comment section if there is anything unclear or if you want to bring up new ideas or improvements.

Thank you for your interest,
The LearningTriangle-Team