uprm-inso4101-2023-2024-S1 / semester-project-tutoring-app

semester-project-tutoring-app created by GitHub Classroom
6 stars 4 forks source link

TEAM 4 - Profile Picture Storage #135

Closed OrdepA17 closed 11 months ago

OrdepA17 commented 1 year ago

For this task, you will facilitate the storage of profile pictures for the User Page. This means that you will conduct research on what is the most effective way to store images within our database, specifically the Users table, and implement the fetch requests in the API. This task shall be a feature that must be completed for Milestone 2. Here is the Supabase documentation regarding image storage to get you started. Bonus Points for adding values to the new attribute.

https://supabase.com/docs/guides/storage

Task worth: 48pts (6pts High Priority * 8pts Advanced Difficulty)

Created on October 15, 2023

dylanDeJesus21 commented 11 months ago

image

Fetch profile picture request

image

Display code with test case

OrdepA17 commented 11 months ago

Closing the issues to clear the project board.