TomasEkeli / ToDolittle

Sample todo app using the Dolittle framework
MIT License
1 stars 3 forks source link

guid creation in the frontend #7

Closed paulvanbladel closed 5 years ago

paulvanbladel commented 5 years ago

The @dolittle/core javascript module calculates guids based on Math.random(). Not sure how important it is to have no collisions for the correlationId, but maybe there is already stuff available that can dot this as well: e.g. https://github.com/kelektiv/node-uuid

TomasEkeli commented 5 years ago

Please take this up as an issue in https://github.com/dolittle-interaction/JavaScript.Client (this is not a sample-issue)