Chore: Sample people
for testing groups
on localhost
#242
Labels
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Context
At present when we are attempting to test adding
people
to agroup
we have nobody on ourlocalhost
... 🤷♂️Story
As an engineer building the
groups
feature,I want to have some
people
in the DB on mylocalhost
that I can use to test the autocompleteSo that I can confirm everything is working as expected
Todo
Source people profiles with:
givenName
email
picture
Create a
seeds
function to insert thesepeople
into thedb
whenmix ecto.setup
is runThis will mean sourcing a bunch of profiles e.g: https://github.com/dwyl/who
We can probably do this manually initially e.g. only need 5
people
...The text was updated successfully, but these errors were encountered: