Summary
In this chapter, I created administration tools to manage the catalog and set the order shipping status:
- The administration features use a RESTful web service that returns fragments of HTML, which are displayed using the
HTMX
package. - The state is managed by the server, which renders templates to produce the HTML fragments that are returned by the web service.
- URLs are added to the browser’s history so that the reload and back buttons work as expected.
- Access to the administration feature is restricted to authorized users who authenticate with their Google account.
In the next chapter, I will prepare the SportsStore application for deployment.