pelinquin / ConnectedGraph

SVG based diagram editor for Requirements Engineering.
http://193.84.73.209/formose/test_server.py
GNU General Public License v3.0
5 stars 0 forks source link

Implement a Finite-State Automaton for each Diagram #1

Open pelinquin opened 13 years ago

pelinquin commented 13 years ago

Assume that each diagram can be in a state at a given time. Transition from one state to another is enable for some user roles. Users may register to be notified on some transitions The automaton defines all states and transition conditions.

pelinquin commented 13 years ago

That is a big Feature ! What tool/language to define the Automaton ? Do we allow dynamic state creation, like 'labels' in the issue tracker ? Where to store diagram states and the Automaton itself...in Git ? Also a list of roles shall be declared and some rules on how users select roles I have to think a little more on this....and the Formose WP2 may give good ideas on this

OPerrier commented 13 years ago

Self comment!

pelinquin commented 13 years ago

Ok it works!