Added a My Account view and a complex query in the backend.
Added a View/Form for editing your Account info, which allows you to log out. Also created a new REST API end point to get the newest N orders of a customer.
From 1. 4., DockerHub introduces new very strict rate limitations on docker image pulls.
Consider changing FROM tags in dockerfiles to use altenative providers or add login step at the beginning of CI/CD job as authenticated requests aren't affected.
Added a View/Form for editing your Account info, which allows you to log out. Also created a new REST API end point to get the newest N orders of a customer.