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

Orientation Project (Python) for 23.FAL.A
0 stars 7 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.

boushrabettir commented 1 year ago

I can work on this!

jescalada commented 1 year ago

I think it would be good to store the logos as URLs. That being said, I'm not sure what the details would be. Should we be storing them in the server itself (as a BLOB)? Or just simplify and store as strings? 🤔

boushrabettir commented 1 year ago

I think it would be good to store the logos as URLs. That being said, I'm not sure what the details would be. Should we be storing them in the server itself (as a BLOB)? Or just simplify and store as strings? 🤔

Yeah, I wish we had some more details about this. I am meeting with our pod leader tomorrow to discuss details about this.