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

Refactor variables & structs #8

Open
1 of 4 tasks
bkleipool opened this issue Jul 21, 2023 · 0 comments
Open
1 of 4 tasks

Refactor variables & structs #8

bkleipool opened this issue Jul 21, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@bkleipool
Copy link
Owner

bkleipool commented Jul 21, 2023

  • self.graph in MyApp -> self.graphview (avoid confusion with self.graph in GraphView)
  • self.filter_query in MyApp -> self.filter_expr (since it is a boolean expression, not a query)
  • MyApp -> OGAapp (?)
  • Node in GraphView -> GraphicalNode (?) (because it is different from a node in the petgraph instance)
@bkleipool bkleipool added the documentation Improvements or additions to documentation label Jul 21, 2023
bkleipool added a commit that referenced this issue Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant