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

Design UML Class Diagram #34

Open
2 of 6 tasks
TechWizzart opened this issue Nov 3, 2021 · 2 comments
Open
2 of 6 tasks

Design UML Class Diagram #34

TechWizzart opened this issue Nov 3, 2021 · 2 comments
Assignees
Labels
Rebuild Part of the rebuild of the entire program

Comments

@TechWizzart
Copy link
Member

TechWizzart commented Nov 3, 2021

  • Design Class Diagram
  • Post Class Diagram for feedback
  • Integrate feedback into the diagram
  • Post Class Diagram again for feedback
  • Repeat steps 3 and 4 ad infinitum until satisfactory
  • Complete final version
@ATGSilva ATGSilva added the Rebuild Part of the rebuild of the entire program label Nov 3, 2021
@TechWizzart TechWizzart self-assigned this Nov 3, 2021
@WardPearce
Copy link

Worth checking out https://github.com/abulka/pynsource if you want to automatically build UML class diagrams on the fly whenever a commit is made

@TechWizzart
Copy link
Member Author

This is an initial idea for the structure. I opted to make it as modular as possible, separating out all the calculations so if you want to calculate something in a different way you only need to swap out the object and you're done. This would mean though that you specify calculations as operations on the grid, and therefore more arithmetic functions that operate on the grid are needed. But let me know what you think!

new_structure_v0.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rebuild Part of the rebuild of the entire program
Projects
None yet
Development

No branches or pull requests

3 participants