issues
search
otabuzzman
/
chartacaeli-web
A web frontend to the Charta Caeli star chart creation tool.
MIT License
0
stars
0
forks
source link
Improve finite state machine
#13
Open
otabuzzman
opened
5 years ago
otabuzzman
commented
5 years ago
XState JavaScript state machines and statchars
otabuzzman
commented
5 years ago
[x] put actions of state transitions tighter together.
otabuzzman
commented
5 years ago
model composite states with
elements in DOM.
store current event in data attributes in surrounding composite-div (e.g. for later use in C state).
store current state in outermost non-ambiguous surrounding composite-div (e.g. for use by H state).
clear data attributes after use by C or H states.
XState JavaScript state machines and statchars