Add random user avatars when seeding #27
Labels
No Label
admins only
bug
design
duplicate
gimme feedback
good first issue
hmmmm
invalid
reference
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hmn/hmn#27
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the users we create for local dev in
db seed
don't have avatars. They should have avatars!We can probably just have a folder of generic avatars for this purpose, and pick randomly from them when seeding users.
A less pragmatic solution to this could be a fun mini-project for community members.