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

Option to set default avatar by class. #98

Open
toonarmycaptain opened this issue Dec 29, 2018 · 1 comment
Open

Option to set default avatar by class. #98

toonarmycaptain opened this issue Dec 29, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@toonarmycaptain
Copy link
Owner

Might be nice for user to be able to set a default avatar for each class, rather than a 'dionysus_default' avatar.
This shouldn't be too hard to implement, have a 'classname_default_avatar.png' in the class avatars folder, and a value in the class_data_file indicating a default avatar is provided. Or simply save as __classname_default_avatar, and make sure any user student names have prefixed underscores stripped or otherwise prevent user ending up with an avatar with that reserved name, then check for that name in avatars folder when default_avatar.png is the student's avatar, or/and change each student without a provided avatar to that name when a custom default avatar is provided.

@toonarmycaptain toonarmycaptain added the enhancement New feature or request label Dec 29, 2018
@toonarmycaptain
Copy link
Owner Author

GitMate.io thinks possibly related issues are #69 (Use default avatar in place of bad avatar), #33 (Take avatar images and process them), #81 (Add tests for avatar copy funct), #92 (Decouple class functions from UI), and #14 (Settle on class data format).

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
None yet
Development

No branches or pull requests

1 participant