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

Implement a basic Mitochondria node within the Cell State #38

Closed
MylesScholz opened this issue Jan 12, 2024 · 1 comment · Fixed by #43
Closed

Implement a basic Mitochondria node within the Cell State #38

MylesScholz opened this issue Jan 12, 2024 · 1 comment · Fixed by #43
Assignees

Comments

@MylesScholz
Copy link
Owner

Motivation

In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Mitochondria node must be added under the Cell State node to manage nutrient variables.

Description

The task is to modify the Cell State code to have a Mitochondria node under it. This Mitochondria node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):

  • Nutrients: the amount of nutrients stored in this cell currently
  • Nutrient Maximum: the maximum amount of nutrients this cell can store at one time
  • Nutrient Efficiency: the proportion of environmental nutrients this cell can gather per unit of time

Appropriate encapsulation should be employed for all variables.

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
@MylesScholz
Copy link
Owner Author

I am closing this Issue because the acceptance criteria are met.

@github-project-automation github-project-automation bot moved this from In Progress to Done in A-Life Capstone Project Jan 31, 2024
@Alex-x90 Alex-x90 linked a pull request Feb 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants