swsnu / swpp18-team1

Before Sunrise : Volatile Chat Service Based on Location
4 stars 1 forks source link

10/18 조교님 피드백 #5

Open ghost opened 6 years ago

ghost commented 6 years ago

TA's Feedback

1. Project Requirements and Specification

총평 : 문서를 좀 더 보강해야한다!

2. Our Project And Design and Planning Document

hwan517h1 commented 6 years ago

Project Requirements and Specification 수정 분배 완료

ghost commented 6 years ago

유저 스토리 보강 하기(en)

  1. User can move to sign up page Given: User who is not logged in is on the login page When: User click the sign up button Then: User can go to the main page. Exception: When the logged in user tries to go to the sign up page, it goes to the main page.

  2. User can sign up for a manager Given: User who is not logged in is on the sign up page When: Use enter email and password, press the submit button, and the user is successfully created. Then: user go to the main page. Exception: If the entered value does not match the format and the user can not be created, the user will stay on the sign up page and inform the user what is wrong.

  3. User can log in as a manager Given: User who is not logged in is on the login page When: Successful login after entering email and password Then: User go to the main page. Exception: If the input value is not correct, notify the user and stay on the login page.

  4. The manager can log out. Given: The manger is on the main page after logging into the site. When: The manager press the Logout button. Then: The user go to the sign in page.

  5. Manager can access to new channel page Given: The manager is on the main page after logging into the site. When: The manager press the channel creation button. Then: The manager go to the channel creation window with the input form to create the channel. Exception: If a user who is not logged in or a user who is not an manager tries to connect, the login page is displayed.

  6. Manager can make channel Given: The logged in manager is on the channel creation page. When: The manager enters the name and duration of a channel and presses the submit button. Then: The channel is successfully created and the administrator goes to the main page. Exception: The channel is not created when a user who is not an manager attempts to create a channel. The manager is correct, but can not create if the channel creation data is not correct, and notifies the manager of the error.

  7. Manager can access to his channel Given: Manager has successfully created the channel and is on the main page When: The manager press channel access button Then: The manager go to the channel page with manager privileges. Exception: If the manager try to connect to a channel that is not created or has no authority, it informs the manager "you are not authorized" and the manager goes to the main page.

  8. Manager can make notice snippet Given: Manager is on his channel page When: The manager check the announcement checkbox, enter a message, press the submit button, and if there is no problem with the input value Then: A notice is generated on the channel page. Exception: If there is a problem with the input value, the manager is notified and the message is not transmitted. If the manger send an announcement to the channel that has no authority, the manager will be informed that "you are not authorized" and will be directed to the main page.

  9. Manager can access to his channel's qr code view Given: When the manager has successfully created the channel and is on the main page When: The manager press the QR code button Then: The manager go to the view with the QR code that can be accessed by the channel. Exception: When there is no channel created, the manager try to connect with QR code view, the manager will be informed that there is no channel created and does not move the channel page.  

  10. User can connect to channel access view via QR code Given: There is a QR code that can be connected to a channel that has not expired When: The user read QR code in the user's reader Then: The user go to the page where can enter his user profile before entering the channel page. Exception: If user try to connect with an expired channel or a QR code over a period of time, the user will go to an error page that tells you that it does not exist.

  11. User can access channel Given: User is on a channel access page that has not expired When: The user inputs the profile picture and name appropriately and then presses the submit button Then: The user can access the channel page to see past chats. Exception: If the size of the picture is too big or the name is not correct, it shows the error to the user and it stays on the channel access page. If the expired channel is found, it will go to the error page informing it that it does not exist.

  12. User can send message to the channel Given: User is on a channel page that has not expired When: The User Enter the conversation and press the send button Then: The conversation the user sent appears in the chat window. Exception: If the content of the conversation is inappropriate, it notifies the user and does not send a message. If the message is not sent due to a server error, it notifies the user and the input value does not appear in the chat window.

  13. User can receive message from the channel Given: The user(A) is on a channel page that has not expired When: Another user(B) sends a message to the channel Then: The other user's(B) message appears in the chat room(A). Exception: If the user(A) are doing 'direct message', it indicates that a new message(from B) has arrived on the channel.

  14. User can access direct message view Given: User is on a channel page that has not expired When: The user(A) click on a different user(B) profile Then: The user(A) go to the direct message view where the user(A) can talk to other user(B). Exception: If the other user(B) is disconnected, notify the user(A) and keep it on the channel.

  15. User can send message to other user via direct message Given: User is in direct message View. When: The user enter a message and click the submit button. Then: The message content appears in the direct message view. Exception: When a message is not transmitted due to a server error, it is notified to the user and it can be retransmitted.

  16. User can receive message from other user via direct message Given: User (A) is in direct message view. When: Another user (B) connected with direct message(A-B connection) sends a message Then: The message content appears in the direct message view. Exception: If the user(A) is doing a direct message with a third party (C) or is watching a channel, it indicates that a new message has arrived.

  17. User can get info about new user Given: User(A) is connected to the channel. When: Another user(B) connects. Then: Other user's information(B) is added to the user list(A). Exception:

  18. User can get info about deleted user Given: User(A) is connected to the channel. When: Another user(B) disconnects. Then: The information of the disconnected user(B) is removed from the user list(A). Exception: The message submit button disappears so that you can no longer talk to the user(A) if doing direct message(A-B connection).

  19. User can sign out Given: User is connected to the channel. When: The user click sign out button Then: The user move to channel access view