This repository shows soon to be multiple ways of working through ideation of a model. The headings below briefly describe each ideation methodology.
- Legacy code review is done to take a current version of a system and break it down into MSML/GDS style blocks and spaces
- It can be free form but overall the goal should be piecing together the beginning of a scaffold to be ported into MSML
- This can also be done in tandem with a literature review
- The steps followed were:
- Port all relevant code into the "Legacy Code Review"
- Create the folder of "MSML Scaffold" and start to link pieces of the legacy code files to their counterparts in an MSML scaffold
- A second "MSML Scaffold 2" folder was created and copied over from "MSML Scaffold" with a canvas for organizing the wirings so that it could be refined (this can be done in one folder normally but for illustrative purposes was broken out)
- The "write_issues.ipynb" notebook was used to automatically write issues from the scaffold into the MSML repository which is where the next steps will come in