The logout screen says “locked out” instead of “logged out”.
Querying products by UPC is really slow. Let’s add an index on that column.
Authentication code was done in a hurry. Let’s take some time to clean this up.
On the product query result view, allow for downloading the unpaginated list of results as a CSV file. See EX-1133 for the Backend part of this.
Use the Content-Disposition: attachment; filename="..."
HTTP header to suggest a file name.
The file name should be the current date and time in UTC in an ISO8601-compatible format.
See EX-1132 for how this is going to be called from the Frontend.