Skip to content

Modularize Frontend#191

Open
pauladkisson wants to merge 56 commits intoanalysisfrom
frontend
Open

Modularize Frontend#191
pauladkisson wants to merge 56 commits intoanalysisfrom
frontend

Conversation

@pauladkisson
Copy link
Collaborator

@pauladkisson pauladkisson commented Jan 27, 2026

Depends on #190

Fixes #173

General goals include

  • decoupling dedicated front-end to tkinter or Panel code from an orchestration layer that ties everything together

  • Refactoring highly stateful blocks of code into classes

  • Refactoring highly functional blocks of code into pure functions

  • Reorganizing frontend blocks into dedicated modules

  • Making functional relationships between coding sections as explicit as possible (ex. explicit parameters instead of implicit closures where possible)

  • De-duplicate code where applicable

  • SavingInputParameters.py --> home.py (home)

  • SavingInputParameters.py --> save_parameters.py (step 1)

  • saveStoresList.py --> storenames.py (step 2)

  • readTevTsq.py --> read_raw_data.py (step 3)

  • preprocess.py (step 4)

  • computePsth.py --> psth.py (step 5)

  • findTransientsFreqAndAmp.py --> transients.py (step 5)

  • visualizePlot.py --> visualize.py (step 6)

@pauladkisson pauladkisson marked this pull request as ready for review February 6, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant