Add unit to character weight and height #40
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#40
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story
As a player, I want to easily see what type I need to use when editing
the character weight and height.
Description
Weight and height of a character currently only accept numbers and will
be emptied if a string (e.g. "145cm") is entered. Since the title
("Weight" instead of "Weight [kg]") suggests the unit needs to be added
as text, this is confusing. This also may lead to inconsistent values
due to mixing different units (e.g. cm and inch).
Acceptance criteria
Either:
character are modified to indicate the expected unit and make clear
that a number is expected,