Skip to content

Commit

Permalink
Refactored codebase
Browse files Browse the repository at this point in the history
Renamed:
- Model -> Simulation

Extracted:
- FunctionPlots
- InsulinPumpModel
- BodyMetabolismModel
- plotly helpers
- form helpers (debouncers)
- compose helper

New:
- Helpers for parsing events (event_parsing)
  • Loading branch information
liamzebedee committed Jun 16, 2020
1 parent e402e26 commit 55f8978
Show file tree
Hide file tree
Showing 11 changed files with 709 additions and 679 deletions.
19 changes: 19 additions & 0 deletions REFACTOR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Sprint 1

```
components/
App
Experiment
ExperimentSettings
ExperimentGraph
FunctionPlots
pages/
_app.js
model/
InsulinPumpModel
SimulationModel
utils.js
helpers/
plotly
form
```
Loading

0 comments on commit 55f8978

Please sign in to comment.