Closed PeterTheobald closed 1 month ago
This pull request adds a new endpoint for Peter's home page in the bboard application. The changes are minimal and straightforward, introducing a single new route handler function.
journey
title User journey for accessing Peter's home page
section Access Peter's Home Page
User ->> Application: Navigate to /users/peter
Application ->> User: Display "Hello world (Pete's page)"
Change | Details | Files |
---|---|---|
Added a new endpoint for Peter's home page |
|
src/bboard/main.py |
It's high time we got this merged to main
.
Summary by Sourcery
Introduce a new endpoint '/users/peter' to serve a basic HTML page for Peter.
New Features: