WYHNUS / ExchangeBuddy

Find your exchange buddies!
5 stars 0 forks source link

GET /me should return all fields that GET /user/:id returns #145

Open irvinlim opened 7 years ago

irvinlim commented 7 years ago

That is, I need the Exchanges and University fields.

ZhangHanming commented 7 years ago

done

irvinlim commented 7 years ago

Sorry I need Country field also. For home country.

irvinlim commented 7 years ago

Btw, the Users table has duplicate columns CountryAlpha2Code and homeCountryAlpha2Code

ZhangHanming commented 7 years ago

Originally we intended to use CountryAlpha2Code to represent user's residing country and homeCountryAlpha2Code to represent home country. But now seems like we only need the former one?

irvinlim commented 7 years ago

Yup sounds like it. Anyway it needs to be sent as part of all these endpoints.