ColinLefter / Accord

A real-time privacy-first social media platform leveraging feature-rich direct messaging text channels. Built as part of the course project for COSC 310 at UBC.
5 stars 1 forks source link

Completed Revised New Text Channel Modal to Facilitate the Transition from Group Chats to Text Channels #206

Closed ColinLefter closed 3 months ago

ColinLefter commented 3 months ago

Summary of Changes

Visual Summary of Changes

All tests passing (including those that are not specific to this pull request)

image

Valid inputs

Screenshot 2024-04-06 210720

Attempting to add a user as admin without adding them as a member

Screenshot 2024-04-06 210734

(Client-side validation): Attempting to submit the form without filling out anything

Screenshot 2024-04-06 210747

(Client-side validation): Attempting to submit the form without filling out a particular required field

Screenshot 2024-04-06 210754

Notification upon created text channel

Screenshot 2024-04-06 210810

MongoDB synchronization

Screenshot 2024-04-06 210828

(Client-side validation): Attempting to create a text channel that already exists (same name + members)

Screenshot 2024-04-06 210842

Known Issues