helpfulengineering / project-data-platform

An experimental attempt to make a CLI for supply-chain modeling for Helpful Engineering's Project Data
GNU Affero General Public License v3.0
10 stars 2 forks source link

Cleanup Maker/Supplier/MakerSupplier types in atoms.py #41

Closed devhawk closed 1 year ago

devhawk commented 1 year ago

In the current python atoms.py code, we separate out different types of OKWs based on tool and supply amounts.

this distinction at the type system level isn't useful. Should we fold everything into "maker supplier"? If so, what's a better name for that?

Jbutler-helpful commented 1 year ago

Let's try having 1 type: Facility

that can complete action:

  1. Make
  2. Supply
Jbutler-helpful commented 1 year ago

lets try OKWParty

devhawk commented 1 year ago

I will investigate Python naming standards to deal with capitalization and word breaking