Skip to content

Instantly share code, notes, and snippets.

@yougotashovel
yougotashovel / SketchSystems.spec
Last active January 13, 2022 18:37
CreateCluster
CreateCluster
userSubmitsCreateFMC -> FMC
userSubmitsCreateBYOC -> BYOC
FMC
CreatingFMC
systemSuccess -> RunningFMC
systemFail -> CreatingErroredFMC
CreatingErroredFMC
userDeletes -> DeletedFMC
@yougotashovel
yougotashovel / SketchSystems.spec
Last active December 29, 2018 00:50 — forked from johnfriel/SketchSystems.spec
Rental and Purchase Lifecycle v3
Rental and Purchase Lifecycle v3
Potential Transaction
collectorRentalRequest -> Pending Artist Rental Approval
collectorPurchaseRequest -> Pending Artist Purchase Approval
Rental Negotiation
Pending Artist Rental Approval
artistDecline -> Rental Declined
artistAccept -> Pending Rental Handoff
artistChange -> Pending Collector Rental Approval
collectorCancel -> Rental Cancelled
@yougotashovel
yougotashovel / SketchSystems.spec
Last active December 19, 2018 18:34
Rental and Purchase Lifecycle
Rental and Purchase Lifecycle
Idle
collectorRequest -> Artist Approval
Artist Approval
artistDecline -> Declined
artistAccept -> Renting
artistChange -> Collector Approval
collectorCancel -> Cancelled
Collector Approval
collectorCancel -> Cancelled
@yougotashovel
yougotashovel / SketchSystems.spec
Last active November 13, 2018 19:57
Artwork Lifecycle
Artwork Lifecycle
Incomplete
completed -> Available
delete -> Deleted
Available
hide -> Hidden
rent -> Rented
purchase -> Purchased
Hidden
show -> Available
Loading
Idle
load -> Pending
Pending
success -> Success
error -> Error
Success
Error
retry -> Pending
Auth
AuthIdle
checkEmail -> AuthPending
AuthPending
valid -> AuthLogin
invalid -> AuthSignup
AuthLogin
LoginIdle
submit -> LoginValidate
LoginValidate