Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an Undo button #15

Open
KnowledgeGarden opened this issue Jan 28, 2015 · 0 comments
Open

Need an Undo button #15

KnowledgeGarden opened this issue Jan 28, 2015 · 0 comments
Assignees

Comments

@KnowledgeGarden
Copy link
Owner

There is the need to "undo" a game move, that is, some node added to a game tree, if the guild changes its mind.
Undo -- or any form of delete is complex but reasonable.
If, however, a node is not a leaf node, that is, it has not only a parent, but also one or more child nodes, then we have to draw the line and declare a rule which says it cannot be deleted. If, OTOH, the guild starts deleting all the child nodes, then that node is now free of constraints which precluded undoing or deleting on it.
TQTopicMap is being modified to support both Undo and full Delete.

@KnowledgeGarden KnowledgeGarden self-assigned this Jan 28, 2015
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

No branches or pull requests

1 participant