Skip to content

Modularize Frontend#191

Merged
pauladkisson merged 217 commits intodevfrom
frontend
Feb 27, 2026
Merged

Modularize Frontend#191
pauladkisson merged 217 commits intodevfrom
frontend

Conversation

@pauladkisson
Copy link
Copy Markdown
Collaborator

@pauladkisson pauladkisson commented Jan 27, 2026

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
Base automatically changed from analysis to dev February 10, 2026 17:59
@pauladkisson pauladkisson mentioned this pull request Feb 13, 2026
9 tasks
@LernerLab LernerLab deleted a comment from claude Bot Feb 24, 2026
@pauladkisson pauladkisson merged commit 759260c into dev Feb 27, 2026
14 checks passed
@pauladkisson pauladkisson deleted the frontend branch February 27, 2026 17:51
This was referenced Feb 27, 2026
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