nixin72 / SOEN-341-proj

MIT License
0 stars 0 forks source link

User Story - Sending Images #21

Open A-Trudeau opened 5 years ago

A-Trudeau commented 5 years ago

A user of the messaging app can send images inside of channels. A user of the messaging app can receive images from a channel.

How (plan): Images sent in channels will be saved to a directory on the server side, the channels json files will have a link to the directories, when loading or reloading a channel it will pull up the image linked in the json file and display as its own message.

Risk: Low Priority: Medium Task breakdown: creating directory, figuring out how to link to a directory from a json file, figuring out how to then display the image on a reload