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
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