Blazored / AutoSaveEditForm

A replacement for the default EditForm component which will auto save a form until it is successfully submitted

Home Page:https://blazored.github.io/AutoSaveEditForm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create better unique identifiers for saved forms

chrissainty opened this issue · comments

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 would you consider guid for ids?

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