clockelliptic / clockelliptic/3DGrapher

Implement action-based global state management

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
bug enhancement major change
Dominant language
Python
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Current state-management is non-reactive code-pasta.

**Solution:**
Make the state reactive. Implement an observable state reducer with action-dispatch based state mutations.

**Scheme (a):**
Tools:
RxPY (https://github.com/ReactiveX/RxPY)

Coupling:
Observable pattern. Components subscribe to global state (RxPY Observable/Subject) and receive a dispatch function.

**Scheme (b):**
Tools:
Python Class for managing global state.

Coupling:
Observable pattern. Components subscribe to global state and receive a dispatch callback from the parent.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files or tests. Start by locating the current global state-management code and the components that consume it, then compare the RxPY and Python-class schemes against the existing architecture. Done means state changes are observable and mutations go through dispatched actions, with affected components receiving updates.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.