dwyl / auth

🚪 🔐 UX-focussed Turnkey Authentication Solution for Web Apps/APIs (Documented, Tested & Maintained)
https://authdemo.fly.dev
GNU General Public License v2.0
131 stars 9 forks source link

Chore: Sample `people` for testing `groups` on `localhost` #242

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

Context

At present when we are attempting to test adding people to a group we have nobody on our localhost ... 🤷‍♂️

Story

As an engineer building the groups feature, I want to have some people in the DB on my localhost that I can use to test the autocomplete So that I can confirm everything is working as expected

Todo

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

nelsonic commented 1 year ago

https://auth.dwyl.com/people dwyl-auth-people

Going to manually copy-paste these people details so that we can have some seed data in auth.

nelsonic commented 1 year ago

Added 11 people: http://localhost:4000/people

image

This way we have some familiar faces we can test groups with. ✅

nelsonic commented 1 year ago

Please note: the sample data is being successfully inserted on localhost. ✅ The reason the CI is failing is that coverage is still below 100% ... 🙄