MLH-Fellowship / fellow-central

Earn points for yourself and your pod during the MLH Fellowship. Make your activities and participation count.
https://leagueoffellow.netlify.app/
MIT License
6 stars 1 forks source link

Implement Points view, and get user image view. #55

Closed luiszugasti closed 3 years ago

luiszugasti commented 3 years ago

Description

Adds new dependencies to flask.send_file, and python.io. This PR will allow any authenticated admin to query details of a user and obtain the points of a user, hence fixing #34. The get_user_image endpoint has also been added, which will obtain the image of an authenticated user only.

Fixes #54 Fixes #34 Also fixes #33

Type of change

Checklist:

gitpod-io[bot] commented 3 years ago

cqvu commented 3 years ago

Can you also modify/add endpoint documentation here: https://github.com/MLH-Fellowship/fellow-central/blob/main/docs/endpoints.md

luiszugasti commented 3 years ago

@cqvu re endpoint documentation: yes I’ll do it!

luiszugasti commented 3 years ago

This new series of commits also fixes #33

luiszugasti commented 3 years ago

This most recent push also fixes #47, there's already this one though so undoing that code!