imoudu13 / GuildTalk

0 stars 0 forks source link

Populate-Members-Column #78

Open GavinAshworth opened 7 months ago

GavinAshworth commented 7 months ago

Implement using the supplied database such that when a user enters the channel page. The member column is populated by the list of members that the aforementioned channel is a part of

Steps:

Connect to database on initial get request from the channel page Find channel name for current channel Retrieve list of users for that channel from the database Display list in html Should be able to be completed this sprint. Full functionality will be dependent on if user registration and logging in has been implemented yet