iuux / adrx-quicknotes

Quick Notes functionality for Indiana University AdRx (Advising Records) system.
MIT License
0 stars 0 forks source link

Replace all static IDs with guid IDs #51

Open basham opened 9 years ago

basham commented 9 years ago

Instead of declaring an ID and hoping that the ID is unique in the application, use guid IDs, to essentially guarantee their uniqueness. This is done in the Dialog component right now. Replicate the technique elsewhere.

https://github.com/iuux/adrx-quicknotes/blob/42c44a897736ad5a4f6cd1c48f3f8ce4e37cb28d/src/scripts/components/Dialog.jsx#L12-L47