issues
search
ManPhamQuang
/
COSC2769-rmit
Further web programming - COSC2769
cosc-2769-rmit.vercel.app
MIT License
0
stars
0
forks
source link
[Frontend] Create chatroom
#35
Closed
8bitzz
closed
3 years ago
8bitzz
commented
3 years ago
Description
Introduce
CreateRoom
page to allow experts create new chatroom
Acceptance Criteria
Provide form for experts to type in all chatroom fields
Provide drop-down select option for category using /category API
Use JWT in request header for authentication
Navigate to Homepage when expert is not signup/login
Check if experts are able to create multiple chatrooms with same title
Check if experts are able to create rooms when missing any fields
Use toast notification to display error
Description
CreateRoom
page to allow experts create new chatroomAcceptance Criteria