Add relationship status to Total RP 3 profiles
Ellypse opened this issue ยท 0 comments
As per described in @Katoriehooves' proposal https://github.com/Ellypse/LibMSP/issues/18, MyRolePlay is now exposing relationship status for the player via LibMSP.
We should add this new fiel to Total RP 3
Given a Total PR 3 user
When they are editing their profile
Then a dropdown should be displayed in their profile, in the characteristics section, with the main informations fields, to let them pick their relationship status.
Given a relationship status has been selected by the user
When the user profile is sent via Total RP 3 communications
Then the relationship status should be sent as a numeric value alongside the miscellaneous informations of the profile.
Given a relationship status has been selected by the user
When the user profile is sent via LibMSP
Then the relationship status should be included in the RS
as a numeric value.
Given the user is opening a profile that has relationship informations
When the miscellaneous tab is being displayed
Then the relationship status should be displayed with the other flags as a localised string value that corresponds to the numeric flag stored in the profile.
Here are the values as per the LibMSP proposal:
0
- Unknown / Prefer not to say1
- Single2
- Taken3
- Married4
- Divorced5
- Widowed