top of page
Suche

Final Exam

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

Deployment CI and Techstack

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

Installation

download from git-repo clear your whole server from any type of apache or other Web-Server-deployments currently running make sure your...

Design Pattern

Factory Model: https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Factory.html Problem when instantiating new classes: "If...

Refactoring

Georg: https://github.com/GeorgHs/Refactoring Rama: not done yet Example Code Smells from Georg's SonarLint, some I don't agree with:...

Testing

1. setting up Jenkins: That's a first glimpse of what a build looks like in the end: this runs every 5 minutes: ... and that's the...

FPs

Function Points https://www.youtube.com/watch?v=X0WLX8iAFb0&list=PL5X6HEpPNqZl35UtIF6916_ZtUYPNgDyJ&index=1 Take special consideration of...

Use Cases 2. Semester

Those will be included in the SRS: 1. https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/AccessSavePortfolio.adoc 2....

Risk Management

Link to changed scope (everything that has been changed is colored - new stuff: purple, removed: red): https://hertzsch2.wixsite.com/stat...

Midterm Presentation

Our Git repository (Use the Dev-Branch) https://github.com/GeorgHs/Stats-Screening/tree/Dev Our Class Diagram https://hertzsch2.wixsite.c...

Architecture

Software Architecture Document: https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/architecture.md We are using the Django...

Class Diagrams

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

Retrospective

Those are all our current goals and strengths visualised: Which issues could be optimised: 1. KISS: Keep it simple and stupid 2. get to...

Scrum

Scrum is just the time-scheduling model that we need right now. Check out what it is: https://de.wikipedia.org/wiki/Scrum Sprints are...

Feature Files

1. For new Portfolio here to be found: https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/NewPortfolio.adoc 2. For...

UC+

1. UC: https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/NewPortfolio.adoc 2. UC: https://github.com/GeorgHs/Stats-Screen...

SRS

https://github.com/GeorgHs/Stats-Screening/blob/Dev/Documentation/SRS.adoc Done! Check it out!

Team/Roles/Technology

Team: Rama, Georg Roles: Rama: Design (Css/Bootstrap), not Export (PDF/EXCEL), Button-Icons, miscellaneous on back-end (database,...),...

Blog and Vision

Project-idea: Create tool for screening financial instruments and opt for best asset Main idea: type in a stock and through an API like...

bottom of page