0us / IE303911-Klubbhuset

Android App m/JavaEE - ID303911 Mobile og distribuerte applikasjoner prosjektoppgave
2 stars 0 forks source link

Order Id generator #97

Closed spiftire closed 4 years ago

spiftire commented 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

markusranda commented 4 years ago

Gets implemented by #16 .

Change Amount to UserID and it's all good with me!