comment for future work

This commit is contained in:
Josh Burman
2021-12-16 16:38:25 +00:00
parent 9dcc4ae513
commit 04ab475a36

View File

@ -44,6 +44,7 @@ class SolverRun(BaseModel):
# and added to the list and needs to be, else increment the count of items
# in the bundle
if bundle_index == None:
# TODO: create actual "bundle" models instead of dicts
bundles.append({ 'id': attribute_id, 'count': 1, 'type': type_attribute })
else:
bundles[bundle_index]['count'] += 1