adrienpoly / rubyvideo

Indexing all Ruby related videos
https://rubyvideo.dev
196 stars 30 forks source link

Add GitHub handle to user model #195

Closed adrienpoly closed 2 weeks ago

adrienpoly commented 2 weeks ago

currently the GitHub handle is persited in the connected_account model. This does help much if we want to link a user to a speaker or simply display the Github picture profile of the signed in user.

This PR move the stroage of teh handle to the User model and add a link between a User and a speaker when they have the same GitHub handle. This is a first step in the direction to allow user to update their talks summaries or their bio by example