[Feedback] Homepage
View options
- Truncate descriptions
NOTE: This issue template is only applicable to FastAPI implementations
in the code-base, which only exists within the pu
branch. If you wish to
file an issue for the current PHP implementation of aurweb, please file a
standard issue prefixed with [Bug]
or [Feature]
.
Checklist
-
I have prefixed the issue title with
[Feedback]
along with a message pointing to the route or feature tested.- Example:
[Feedback] /packages/{name}
- Example:
- I have completed the Changes section.
- I have completed the Improvements section.
- I have completed the Summary section.
Changes
- When logged in as a normal User, we now see the Requests navigation item. This is because standard users can now view and close their own requests.
- Cache timing is different. FastAPI has a cache timing of 5 minutes for the homepage, while PHP updates instantly. PHP updating instantly invalidates some of its cache and still reaches out to the DB; reducing response speeds.
Improvements
- FastAPI now caches updates and statistics with an expiration of 5 minutes.
Summary
Looks exactly the same between FastAPI and PHP.
- Show labels
- Show closed items