MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Allow logos to be stored for each object #2

Open wrussell1999 opened 1 year ago

wrussell1999 commented 1 year ago

All Experience, Education and Skill objects contain a logo attribute. Figure out a way to store these images with user friendliness in mind.

The client should identify if the logo field is empty and display this field.

kritgrover commented 1 year ago

Hey @wrussell1999, for this issue it is just the GET request part that needs to be implemented right?

wrussell1999 commented 1 year ago

Hey @wrussell1999, for this issue it is just the GET request part that needs to be implemented right?

@kritgrover this will need the ability to add images and receive them so GET, POST