Hungover-Software / night_out_v2

Version 2 of our Night Out event planning application
0 stars 0 forks source link

DRY basic user info #32

Closed Calaennis closed 6 years ago

Calaennis commented 6 years ago

In many places we have a user's email, id, and username being stored. Let's make the schema and method to retrieve that information a single point of truth.

Calaennis commented 6 years ago

All changes have been made. Use BasicUserInfo from now on.