Complete authentication and profile features
This commit is contained in:
@@ -235,3 +235,9 @@ If I select a user filter I want the appropriate page to be opened (e.g. /user/
|
||||
|
||||
### Assistant outcome
|
||||
Changed the user dropdown to navigate to `/<username>/` for a selected user and `/` for all users, instead of filtering only in the current page. Added direct support for the trailing-slash user route, bumped the feed asset version to `v4`, rebuilt Docker, and verified the live routes and strict backend suite with 10 passing tests.
|
||||
|
||||
### User
|
||||
git commit the whole lot
|
||||
|
||||
### Assistant outcome
|
||||
Ran the strict backend suite with 10 passing tests, staged all project changes, expanded `.gitignore` to exclude runtime avatar uploads, confirmed `.env`, caches, virtualenv files, bytecode, databases, and generated assets were not staged, and created the complete-project commit.
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
38. Show the avatar with each entry on the home page. On the specific /<user>/ page don't show the avatar and user name with each entry
|
||||
39. For the user filter create a dropdown of all users that are available on the server
|
||||
40. If I select a user filter I want the appropriate page to be opened (e.g. /user/ for user of / -home- for all-users)
|
||||
41. git commit the whole lot
|
||||
|
||||
## Future entries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user