SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

React project folder refactor #162

Closed philippe-gagne closed 1 year ago

danielzgtg commented 1 year ago

The folder structure should look somewhat like the following as discussed:

- src/
  - pages
    - Graph
    - Opener
    - Login
  - graph
    - component
    - store
  - layer
    - component
    - store
  - user`

This is only part 1 of the refactor to support new graphs and the database refactor. Part 2 will be done together with the database and new graph feature changes.