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