Skip to content

Assignment1 : Minutes of Meeting Jan 18 2022

ramyaram2092 edited this page Feb 8, 2022 · 1 revision

Minutes of Meeting - Jan 18, 2022:

We spoke about branch structure. We decided that we would work with a master branch for every microservice, which would then have releases tagged on them. Each master would then have a dev branch which would be the one we merge our changes to. Finally, every feature would have a branch off of dev for it, and then be merged back with dev after one other member on the team reviews the merge request.

Todo:

  • Checkout data and see what we choose to interpret
  • Installations in place
    • Java
    • NodeJS
    • ReactJS
    • Pycharm
    • MySQL DB
  • Finalize branch naming convention for our project

Points discussed

  • Database fetching through microservice written in Java
  • Login in JS, with Login and Signup database as the bare minimum and the SSO as the target
  • Plotting in Python : How to write the code in microservices
  • Initial design for microservices and UI

Design Documents

Architectural Design

Design MicroServices

UI Mockup

UI Mockup

Clone this wiki locally