GiselleSerate / suitelife

2017 Harvey Mudd Summer Startup Project: iOS App.
https://suite-life.org/
0 stars 0 forks source link

Make saving list items as you go a transactionblock #63

Closed GiselleSerate closed 7 years ago

GiselleSerate commented 7 years ago

It has obvious race condition problems when multiple people try to save at once.

GiselleSerate commented 7 years ago

Now saves as a transaction block, but removes duplicate items by comparing name.

GiselleSerate commented 7 years ago

If you want the user to do whatever they want, you can add an autoID property to items and compare by unique IDs. Do we want that? I don't know.