[Feedback] Account Edit
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 Bugs section.
- I have completed the Summary section.
Changes
There are a couple of changes on this page:
- Account Type is no longer modifiable by a user themselves.
- Account Types can only be changed to those which you have. For example, a
Trusted User
can promote aUser
toTrusted User
, but not toDeveloper
. Likewise, aDeveloper
can promote aUser
orTrusted User
toDeveloper
, but not toTrusted User & Developer
. In essence, each higher rank has the ability to promote others to that rank in particular.- (4)
Trusted User & Developer
- (3)
Developer
- (2)
Trusted User
- (1)
User
- (4)
Bugs
Summary
After discovering some bugs and addressing them (see Bugs), I see no differences in the functionality of the /account/{username}/edit
page.