Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subjects/forum/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cc8f5dcf760f <name of the image> "./server" 6 seconds ag

###### Are all posts displayed from that category?

###### Did the server behaved as expected?(did not crashed)
###### Did the server behave as expected?(did not crash)

###### Does the server use the right [HTTP method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)?

Expand Down
24 changes: 12 additions & 12 deletions subjects/social-network/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

##### Try opening your own profile.

###### Does the profile displays the users that you follow and the ones who are following you?
###### Does the profile display the users that you follow and the ones who are following you?

##### Try opening your own profile.

Expand Down Expand Up @@ -140,11 +140,11 @@

##### Open two browsers, log in with different users on each browser, follow each other and with one of the users create a group and invite the other user.

###### Did the other user received a group invitation that he/she can refuse/accept?
###### Did the other user receive a group invitation that he/she can refuse/accept?

##### Using the same browsers and the same users, with one of the users create a group and with the other try to make a group entering request.

###### Did the owner of the group received a request that he/she can refuse/accept?
###### Did the owner of the group receive a request that he/she can refuse/accept?

###### Can a user make group invitations, after being part of the group (being the user different from the creator of the group)?

Expand All @@ -164,27 +164,27 @@

##### Try and open two browsers (ex: Chrome and Firefox), log in with different users in each one. Then with one of the users try to send a private message to the other user.

###### Did the other user received the message in realtime?
###### Did the other user receive the message in realtime?

##### Try and open two browsers (ex: Chrome and Firefox), log in with different users that are not following each other at all. Then with one of the users try to send a private message to the other user.

###### Can you confirm that it was not possible to create a chat between these two users?

##### Using the two browsers with the users start a chat between the two of them.

###### Did the chat between the users went well? (did not crash the server)
###### Did the chat between the users go well? (did not crash the server)

##### Try and open three browsers (ex: Chrome and Firefox or a private browser), log in with different users in each one. Then with one of the users try to send a private message to one of the other users.

###### Did only the targeted user received the message?
###### Did only the targeted user receive the message?

##### Using the three browsers with the users, enter with each user a common group. Then start sending messages to the common chat room using one of the users.

###### Did all the users that are common to the group receive the message in realtime?

##### Using the three browsers with the users, continue chatting between the users in the group.

###### Did the chat between the users went well? (did not crash the server)
###### Did the chat between the users go well? (did not crash the server)

###### Can you confirm that it is possible to send emojis via chat to other users?

Expand All @@ -194,19 +194,19 @@

##### Open two browsers, log in as two different private users and with one of them try to follow the other.

###### Did the other user received a notification regarding the following request?
###### Did the other user receive a notification regarding the following request?

##### Open two browsers, log in with different users on each browser, follow each other and with one of the users create a group and invite the other user.

###### Did the invited user received a notification regarding the group invitation request?
###### Did the invited user receive a notification regarding the group invitation request?

##### Open two browsers, log in with different users on each browser, create a group with one of them and with the other send a group entering request.

###### Did the other user received a notification regarding the group entering request?
###### Did the other user receive a notification regarding the group entering request?

##### Open two browsers, log in with different users on each browser, become part of the same group with both users and with one of the users create an event.

###### Did the other user received a notification regarding the creation of the event?
###### Did the other user receive a notification regarding the creation of the event?

#### Docker

Expand All @@ -222,7 +222,7 @@

###### +Can you log in using Github or other type of external OAuthenticator (open standard for access delegation)?

###### +Did the student created a migration to fill the database?
###### +Did the student create a migration to fill the database?

###### +If you unfollow a user, do you get a confirmation pop-up?

Expand Down