[User Testing] Homepage
About
- Feature:
Homepage
- Route:
https://localhost:8444/
Checklist
-
This feature testing stage has been completed.
Description
There are two primary routes to test here:
- Dashboard (shown when logged in)
- Homepage (shown when not logged in)
Specification:
- For both, the Recent Update and Statistics right-hand side-panels should be displayed.
- For Dashboard, a "My Statistics" right-hand side-panel should be displayed.
Modifications:
- In PHP, these right-hand side-panels are updated as packages are modified.
- In FastAPI, these right-hand side-panels (with the exception of My Statistics) are cached for five minutes.
With the exception of cache timing, both pages should render the same exact HTML.
Reporters
Following is a list of reporters who have contributed to helping test this feature which is updated as feedback is provided.
Name | GitLab User |
---|---|
Zero | @phantomotap |
Steven Guikal | @fluix |
Kevin Morris | @kevr |
Hunter Wittenborn | @hwittenborn |
Edited by Kevin Morris