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
Is your feature request related to a problem? Please describe.
Getting all subtypes of a certain type in the data store is used in multiple places (1, 2), but could be implemented inefficiently and can be wrong. We should create one single function for this.
Describe the solution you'd like
The solution should consider:
Caching results so get subtype won't be doing the same thing repeatedly
Make sure the subtype orders and everything is the same across different calls (sorting the output)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This is part of the data efficiency project
This PR should be made to the master branch.
After the data tuple class is finished, we may switch to a new branch for integration.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Getting all subtypes of a certain type in the data store is used in multiple places (1, 2), but could be implemented inefficiently and can be wrong. We should create one single function for this.
Describe the solution you'd like
The solution should consider:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
master
branch.The text was updated successfully, but these errors were encountered: