Closed spiftire closed 4 years ago
We need an order id generator. The id has to be unique and should follow some kind of naming convention for ease of readability.
I suggest: orderId = OrganizationId + TimeStamp + Amount with some prefixes to separate the data
orderId
OrganizationId
TimeStamp
Amount
Gets implemented by #16 .
Change Amount to UserID and it's all good with me!
UserID
We need an order id generator. The id has to be unique and should follow some kind of naming convention for ease of readability.
I suggest:
orderId
=OrganizationId
+TimeStamp
+Amount
with some prefixes to separate the data