nixin72 / SOEN-341-proj

MIT License
0 stars 0 forks source link

Channel creation patch 2 #19

Closed EwanMcNeil closed 4 years ago

EwanMcNeil commented 4 years ago

Change log

added files in src -Channel.jsx (channel object) -newChannel.js (channel creation)

Added files in server -channel folder with index.js (to hold channel array)

Notes -Changed channel button implementation to run on click -Added function to refresh the chat with channels thread (currently only clears chat) -Needs to be merged with main in order to add channel functionality