As a user, I want to save and load cell configurations. #54

Closed
opened 2018-10-18 08:45:26 +00:00 by marty-oehme · 5 comments
marty-oehme commented 2018-10-18 08:45:26 +00:00 (Migrated from gitlab.com)

Currently, we have a reset button for the cells. This resets them to whatever the initial configuration of cells was that was first randomly added to the grid. This is not useful, prone to bugs and overall very confusing.

What should be there instead is a button to save the current cell grid, and whenever it is saved another button to be able to load the last saved configuration.

Currently, we have a reset button for the cells. This resets them to whatever the initial configuration of cells was that was first randomly added to the grid. This is not useful, prone to bugs and overall very confusing. What should be there instead is a button to save the current cell grid, and whenever it is saved another button to be able to load the last saved configuration.
marty-oehme commented 2018-10-19 17:38:45 +00:00 (Migrated from gitlab.com)
created branch [`54-as-a-user-i-want-to-save-and-load-cell-configurations`](https://gitlab.com/marty.oehme/cellular-automata/compare/master...54-as-a-user-i-want-to-save-and-load-cell-configurations)
marty-oehme commented 2018-10-19 17:38:46 +00:00 (Migrated from gitlab.com)

mentioned in merge request !17

mentioned in merge request !17
marty-oehme commented 2018-10-19 17:42:44 +00:00 (Migrated from gitlab.com)

Things that need to be done:

  • Save the current state of the simulation (implement in Simulation)
  • Load the saved state of the simulation (implement in Simulation)
  • Have a button to save and a button to load (implement in controlComponent)
  • Wire up the button to the simulation in order to save the configurations and load them
Things that need to be done: * Save the current state of the simulation (implement in Simulation) * Load the saved state of the simulation (implement in Simulation) * Have a button to save and a button to load (implement in controlComponent) * Wire up the button to the simulation in order to save the configurations and load them
marty-oehme commented 2018-10-19 18:51:51 +00:00 (Migrated from gitlab.com)

closed via merge request !17

closed via merge request !17
marty-oehme commented 2018-10-19 18:51:51 +00:00 (Migrated from gitlab.com)

mentioned in commit d79aceeebf

mentioned in commit d79aceeebf17ab737919f4e9a31fb08633995787
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: experiments/cellular-automata#54
No description provided.