You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Flagella node must be added under the Cell State node to manage motility information.
Description
The task is to modify the Cell State code to have a Flagella node under it. This Flagella node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):
Movement Force: a 2D force vector that this cell will apply to itself next
Appropriate encapsulation should be employed for all variables.
In addition to creating this node, this task includes adapting the Cell's movement functionality to use it.
Dependencies
None
Time Estimate
1 person-hour
Acceptance Criteria
All requirements are satisfied
All changes are merged with a feature branch for the Cell State
The text was updated successfully, but these errors were encountered:
Motivation
In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Flagella node must be added under the Cell State node to manage motility information.
Description
The task is to modify the Cell State code to have a Flagella node under it. This Flagella node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):
Appropriate encapsulation should be employed for all variables.
In addition to creating this node, this task includes adapting the Cell's movement functionality to use it.
Dependencies
None
Time Estimate
1 person-hour
Acceptance Criteria
The text was updated successfully, but these errors were encountered: