Alright so now that we've added an API, the structure is changing pretty rapidly and we need to adapt.
1) The naïve implementation of ID being the item's order no longer works, Guids will be used.
2) The server switched from being PHP to ASP.NET Core, so a common library should be created
3) We should test as much as we can while minimizing code repetition that's basically point 2 again.
Alright so now that we've added an API, the structure is changing pretty rapidly and we need to adapt.
1) The naïve implementation of ID being the item's order no longer works,
Guid
s will be used. 2) The server switched from being PHP to ASP.NET Core, so a common library should be created 3) We should test as much as we can while minimizing code repetition that's basically point 2 again.