Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(id): produce UUID with generateId. move to /utils/Identifier.js #4

Merged
merged 3 commits into from
Dec 13, 2020

Commits on Dec 13, 2020

  1. feat(id): produce UUID with generateId. move to /utils/Identifier.js

    This is the replace the much simpler but prone to problem simple (and small) random Integer generation.
    And moved the function to its own `/utils/Identifier.js` file for ease of maintenance.
    
    Close gwenaelp#14
    TonyMasse committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    bebc5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5308e1 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'development' into feat(all)-improve-generateId-II"

    This reverts commit a5308e1, reversing
    changes made to bebc5e4.
    TonyMasse committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    f4a0970 View commit details
    Browse the repository at this point in the history