Skip to content

first draft ouikits

Lynn Foster requested to merge example-kits into master

Rough draft, thinking while doing.

Some experiments:

  • checkin and checkout actions (kinds of transfers imo)
  • put the (give) and the (receive) into one flow (eg. checkin), added resource for the receiver
  • the availability of kits requires the checkout and checkin commitments to calculate, didn't see where a duration would fit in (this happens in manufacturing too, NRP calculates availability based on current quantity and commitments that will either decrement or increment, when creating a plan from recipe)
  • same name for quantity and time for all flows
  • in this use case, I didn't have a need for more than one quantity, since the unit of use I think is still Number. - time based units didn't seem useful for this kind of resource as quantities - seemed like the time durations could take care of any availability issues within the org's event, say if they used some of the kits in one process and some in another process that overlapped times

Merge request reports