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

Create better unique identifiers for saved forms #1

Open
chrissainty opened this issue May 5, 2020 · 2 comments
Open

Create better unique identifiers for saved forms #1

chrissainty opened this issue May 5, 2020 · 2 comments
Labels
Maintenance General maintenance Needs: Design The issues needs design work before implementing

Comments

@chrissainty
Copy link
Member

Currently, we just use a string Id provided by the user. This isn't unique enough to be used application-wide. We need to come up with a better way to generate this Id, perhaps something like the hash of the object type and the user provided id?

@chrissainty chrissainty added Maintenance General maintenance Needs: Design The issues needs design work before implementing labels May 5, 2020
@dotnetspark
Copy link

@chrissainty would you consider guid for ids?

@chihabhajji
Copy link

i havent looked at the code base, but the id combined with the navigator uri postfix and typeof(Model) should do the trick,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance General maintenance Needs: Design The issues needs design work before implementing
Projects
None yet
Development

No branches or pull requests

3 participants