weatherbox:dashboard_v2:start

Dashboard Version 2

Currently in development. This is the next generation of dashboard that SCEL will be developing as part of Analysis, Distribution, and Visualization of Weather Data for Sustainability Applications.

Dashboard Repository:

Design Procedure

  1. Design and Mock up any new ideas (web pages, functionality, components)
  2. Generate electronic copy of any ideas (draw.io or other mock software)
  3. Create Design Document for the idea
  4. Develop Minimum Viable Product (MVP) based on design document
  5. Re-evaluate the design document for any changes

Overall Block Diagram


All design docs and meeting details will be located under the current status tab.

Onboarding

Design Docs

Dashboard Meeting Notes

Fall 2019
August
Meeting Minutes Aug.30

September
Meeting Minutes Sept.6
Meeting Minutes Sept.13
Meeting Minutes Sept.20
Meeting Minutes Sept.27

October
Meeting Minutes Oct. 4
Meeting Minutes Oct. 11
Meeting Minutes Oct. 18
Meeting Minutes Oct. 25

November
Meeting Minutes Nov. 1
Meeting Minutes Nov. 8
Meeting Minutes Nov. 15
Meeting Minutes Nov. 22

December
Meeting Minutes Dec. 6

Spring 2019
January
Meeting Minutes Jan. 23 & 25
Meeting Minutes Jan. 30

February
Meeting Minutes Feb. 1
Meeting Minutes Feb. 6 & 8
Meeting Minutes Feb. 13 & 15
Meeting Minutes Feb. 20 & 22
Meeting Minutes Feb. 26

March
Meeting Minutes Mar. 1
Meeting Minutes Mar. 6 & 8
Meeting Minutes Mar. 13 & 15
Meeting Minutes Mar. 27 & 29
Fall 2018
September
Meeting Minutes Sept. 3 & 7
Meeting Minutes Sept. 10 & 14
Meeting Minutes Sept. 17 & 21
Meeting Minutes Sept. 24 & 28
October
Meeting Minutes Oct. 1 & 5
Meeting Minutes Oct. 8
Meeting Minutes Oct. 12
Meeting Minutes Oct. 15
Meeting Minutes Oct. 22 & 26
November
Meeting Minutes Nov. 2
Meeting Minutes Nov. 5
Meeting Minutes Nov. 9
Meeting Minutes Nov. 16
Meeting Minutes Nov. 19
Meeting Minutes Nov. 26 & 29
December
Meeting Minutes Dec. 3

Spring 2018
January
Meeting Minutes January 17, 2018
Meeting Minutes January 24, 2018
Meeting Minutes January 31, 2018
February
Meeting Minutes February 7, 2018
Meeting Minutes February 14, 2018
Meeting Minutes February 21, 2018
Meeting Minutes February 28, 2018
March
Meeting Minutes March 7, 2018
Meeting Minutes March 14, 2018
Meeting Minutes March 21, 2018
April
Meeting Minutes April 4, 2018
Meeting Minutes April 11, 2018
Meeting Minutes April 18, 2018
Meeting Minutes April 25, 2018

Current Members S19

Jianna Orias
Allen Namoca
Andrew Salazar

Past Members SP18

Lead Developer: Kevin Cho
EE496: Gordon Li
Kyle Chan
Jonathan Lau
Akira Vernon
Kevin Liu
Jonathan Tu


If you are interested in working on the dashboard please contact the current lead developer. The lead developer will be able to give you access to the right repositories and will walk you through documentation on the wiki.

Development Tools

If you are planning on joining the dashboard team and have initiated talking to SCEL leadership about making the change, please begin with the following.

  • Download Google Chrome if you do not have it already. (Firefox Quantum is pretty comparable now days)
  • In Google Chrome install React Developer Tools. This will allow you to debug React-based websites
  • Install Yarn and NPM. We are currently using the Yarn package manager, but npm is also a powerful package manager
  • If you are unfamiliar with Javascript, then please check out freecodecamp to brush up.
  • Read and practice ES6 syntax in particular

Current SCEL Software Members

If you are a current software member and have access to the repository please do the following.

  1. Using Git, clone (git clone) the repository onto your main desktop in the folder you want to work on the project
  2. Please consult with the lead developer/team member on which issue to work on. See current issues here.
  3. Once assigned an issue create a new branch in the repository using
    git checkout -b "issue#"

    (# - issue number). Example branch in repository (issue01, issue02, issue03). You can find the issue # on the github issue you have been assigned.

  4. Begin developing! You are free to edit any variables and do anything you can to get your code to work and to complete your issue. Change a few variables here and there and write readable code. You can run the React web app by navigating to the my-app directory and running the command
    yarn dev
  5. If you get some failures, please run yarn install to make sure all dependencies have been added to your folder and node_modules

Pushing your code

Are you ready to push your code? Please look at the following procedures before you decide to push.

  1. Please triple check that your code will not break anything currently in production. If this means you need to write some unit tests/integration tests, then please do. More on writing tests later.
  2. Find someone to review your code. This can be anyone who has familiarity with the codebase you are currently designing. If your current issue is to fix a “chart bug” and the owner of that component is currently on the software team, then please ask them to review the code in your branch. This can be done informally or through the code review tool on GitHub.
  3. If you choose to do the code review informally, then the next step is to generate a code review with the lead developer of the dashboard. This will be the second and final check before merging in your new code. This can be accomplished by pressing the merge tool on the github website for our repository. If you have any questions please ask someone on the software team how to merge and create a code review properly.
  4. If you decided to make a formal code review for step 1 you can just add the lead developer to that code review.
  5. Once you have received two approvals then you can proceed to merge your changes into the master branch. If anything breaks, you are responsible for reverting those changes and assigning any new issues to yourself.

Some of the problems that the team has faced will be shown below.

  1. D3.js is difficult to implement into a React App. The packages are deprecated and the documentation for making new D3 graph classes is weak.

Authors

Contributing authors:

anamoca asalazar avernon gli jorias jtu kcho kliu

Created by kcho on 2018/01/17 20:32.

  • weatherbox/dashboard_v2/start.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)