cellcanvas / cellcanvas/cellcanvas-prototype

Seprate the model from the GUI/rendering code

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Currently the code that describes the state of the application (i.e., the model) is heavily intermixed with the code to make the GUI and render the scene. This makes it difficult to serialize/deserialize the current state (e.g., for saving and loading checkpoints) and to swap out the back end if necessary in the future.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by mapping where application state, GUI construction, and scene rendering currently meet, then identify the serialization boundaries needed for saving and loading checkpoints. Done means the model is separated from GUI and rendering code without losing the stated ability to swap the backend.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.