Giter Club home page Giter Club logo

intersp's Introduction

InterSP

Interactive Signal Processing

Some Cool Links:

Unit and Integration tests:

Unit and Integration tests with Dash

CI/CD

Cool Youtube Playlist about Automated CI/CD with GitHub actions - Videos are very long but content is really complete with many practical examples.

Code Formatting and Prettifyers

PyLint - Lint is a tool that checks code Styling such as Identation, Line length, File Length and so on.

HSMW

If we decide to use Mittweida servers instead of our own computers, we can use those tutorials to set them up. I never used it so I am not sure about capabilities and Limitations
Website SetUp
Data Base SetUp

Discussion

Architecture

If we are going to make this app scalable, we need to decide on one architecture to use: Here is a small Medium article on Architecture with dash.
Clean Architecture for AI ML applications using dash and plotly with docker

Services

UI

I would recomend MVC for the UI since it is quite simple.

Code Structure

Enums / Structs with static variables

Honestly, I don't know if it is a thing in python, but basically what I mean is that we can access those variables without having to make an instance of this class. Global Variables or Singletons could also be used. I am trying to order these points by importance

File Reasoning
routes For type safety and also better to have an overview of all routes used in the app. Could be in root folder and each subfolder be a different route. TBD
Strings Think About Localization
Styling Think about using university colors and logos

Docker

Maybe it would make sense to put all code inside a Docker Container, since we are planning to move the code to University Servers at some point. Docker Compose makes the migration almost effortless.

Branches

  • We need to define some general rules for our branches. It is usually bad practice to have huge branches because it is a pain in the ass to solve merge conflicts.
  • Branch naming
  • Setup Branch Protection.

Love you, dear ❤️

intersp's People

Contributors

carocaro22 avatar jonaskoziorek avatar

Watchers

 avatar

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.