top of page

Class Diagrams

Aktualisiert: 26. Dez. 2019

We designed 5 classes (mainly container classes which can be extended through more methods) and a basic database setup:


Database: for each user there is a portfolio. The data of portfolio and thereby practically it's columns are being persisted in the database.

Upon opening the portfolio by the end-user data related to the current time is redrawn and refreshed (especially the figures and prices).


In order to create the class diagrams we have been using the standard Pycharm "Create Diagram"-Plugin.


Those are the class diagrams we were able to generate. As you can see, these are generally container-classes and store the specific portfolio or toolbox-setup for each user. For instance the portfolio contains stocks and figures in the nature of a list.


























































Aktuelle Beiträge

Alle ansehen

Final Exam

Deployment & Tools: https://dhbw-karlsruhe.myjetbrains.com/youtrack/dashboard?id=ceebf9ae-0196-4858-b33c-d60a454df9ea Burndown-Charts https://dhbw-karlsruhe.myjetbrains.com/youtrack/reports/burndown/1

Deployment CI and Techstack

Testing: + Python django.test and Python unittest + Jenkins + Gherkins Development: + HTML + Plain JavaScript/jQuery + CSS/Bootstrap + Plain Python/Python Django + Github Deployment: + django

Installation

download from git-repo clear your whole server from any type of apache or other Web-Server-deployments currently running make sure your deployment server is running the latest version of python instal

bottom of page