Add unit to character weight and height #40

Closed
opened 2023-06-20 18:18:30 +02:00 by migration-script · 0 comments

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:

  • the field title for data.profile.height and data.profile.weight of a
    character are modified to indicate the expected unit and make clear
    that a number is expected,
  • a unit field is added to char height and weight, or
  • the field accepts text (discouraged).
# 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: * the field title for data.profile.height and data.profile.weight of a character are modified to indicate the expected unit and make clear that a number is expected, * a unit field is added to char height and weight, or * the field accepts text (discouraged).
gesina was assigned by migration-script 2023-06-20 18:18:30 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#40
No description provided.