-
Notifications
You must be signed in to change notification settings - Fork 2
[server] Add user icon functionality #35
Copy link
Copy link
Open
Description
Kuchteq
opened on Jan 23, 2025
Issue body actions
- Modify the schema.sql file to include a nullable profile_picture BLOB field. This will contain the jpg data of a profile picture.
- Modify all paths where the user's profile picture would be visible to account for the new field. You will need to change the openapi.yml spec file and the associated handler implementations. Those paths include GET /dashboard and GET /groups/{id}. Reading up on how to save and retrieve blob data using sqlc is a good starting point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.