Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character Appearance #112

Open
b-camphart opened this issue Aug 5, 2021 · 0 comments
Open

Character Appearance #112

b-camphart opened this issue Aug 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@b-camphart
Copy link
Collaborator

πŸš€ 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:

  • 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.

@b-camphart b-camphart added the enhancement New feature or request label Aug 5, 2021
@b-camphart b-camphart added this to Needs triage in Feature Priority via automation Aug 5, 2021
@b-camphart b-camphart added this to New in Roadmap via automation Aug 5, 2021
@b-camphart b-camphart moved this from Needs triage to High priority in Feature Priority Aug 5, 2021
@b-camphart b-camphart moved this from New to Accepted in Roadmap Aug 5, 2021
@b-camphart b-camphart added this to the Release v0.14.0 milestone Aug 5, 2021
@b-camphart b-camphart self-assigned this Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Feature Priority
High priority
Roadmap
Accepted
Status: In Progress
Development

No branches or pull requests

1 participant