Git Product home page Git Product logo

stayactive's Introduction

StayActive

HBO - ICT: Year 1: Semester 2 project

The goal of the project is to design a modular and extensible application using OOP principles, SOLID, design patterns and testing. To do this, we had to first make a functional and technical design of our application.

This application's purposes is to provide notifications in a certain time interval on which the user can act. If the user accepts the notification an exercises is shown that the user can do. The goal is to keep the user active once every hour.

4 - Tier architecture

Based on CleanArchitecture. The dependencies between the layers are as following:

4-tier

The application layer depends only on the domain layer. Furthermore, it contains all the application logic. The application layer contains the interfaces and logic what are used throughout the whole application.

The domain layer has no dependency on the other layers. It contains all entities, enums, exceptions, interfaces, types and logic specific to the domain layer.

For the console UI I have used the MVC design pattern. A class diagram was provided by HBO ICT for inspiration. However, I did give my own implementation to it. The console UI depends on the infrastructure layer through dependency injection.

I have used the provided class diagram for the template pattern provided by HBO ICT to make the database layer extensible. To access the database layer I make use of DAOs and Repositories.

stayactive's People

Contributors

amxcoding avatar

Watchers

 avatar

Forkers

amnubes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.