-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Research and implement 304 Not Modified (ETag) support for certain high traffic API URLs.
For example /api/order GET
This will also hugely simply the android code, as you don't have to compare the old data to the new data all the time to decide whether something was changed: to be able to notify the cook for example.