You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Characters have an appearance. Writes often like to go into detail about what a character looks like. Sometimes they like to draw them.
β¨ Describe the solution you'd like
Allow users to add one or more images from the file system or URLs as the character's image. Let them select one as the character icon to use throughout the program.
The domain changes would be:
Update the Media entity to have an optional URI property.
Update the Character entity to have an appearance property that is an entity set of Media.
Use the media property of the Character entity for the icon image. Change the name to icon.
Will need a way to let the user know if an image is no longer accessible (URI no longer returns valid data) and let them resolve the problem. They could either remove the Media resource from the project and character or find a new URI that does what they want. We are not responsible for ensuring the selected images are able to fit in memory or uncorrupted.
The text was updated successfully, but these errors were encountered:
π Feature Request
π Description
Characters have an appearance. Writes often like to go into detail about what a character looks like. Sometimes they like to draw them.
β¨ Describe the solution you'd like
Allow users to add one or more images from the file system or URLs as the character's image. Let them select one as the character icon to use throughout the program.
The domain changes would be:
media
property of the Character entity for the icon image. Change the name toicon
.Will need a way to let the user know if an image is no longer accessible (URI no longer returns valid data) and let them resolve the problem. They could either remove the Media resource from the project and character or find a new URI that does what they want. We are not responsible for ensuring the selected images are able to fit in memory or uncorrupted.
The text was updated successfully, but these errors were encountered: