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