samuelventura / athasha

Automation Now
MIT License
0 stars 0 forks source link

Add point reference invariance by adding uuid to items #26

Closed samuelventura closed 2 years ago

samuelventura commented 2 years ago
samuelventura commented 2 years ago

Ended up just changing the current item id type to uuid and adjusting everywhere an int was expected. Now restore works for single items (and without needing to remove them all first) with implicit duplication check. Feels nice.