From 14e12bfff91debd95694362ac3e8ec87cc8979a2 Mon Sep 17 00:00:00 2001 From: Silas Lelei <65106291+Silas-Labs@users.noreply.github.com> Date: Sun, 10 May 2026 18:28:38 +0300 Subject: [PATCH 1/3] Update README.md fix: correct grammatical errors --- subjects/forum/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/forum/audit/README.md b/subjects/forum/audit/README.md index 14fbea1bba..a0bd973884 100644 --- a/subjects/forum/audit/README.md +++ b/subjects/forum/audit/README.md @@ -1,6 +1,6 @@ #### Authentication -###### Are an email and a password asked for in the registration? +###### Is an email and a password asked for in the registration? ###### Does the project detect if the email or password are wrong? @@ -152,7 +152,7 @@ cc8f5dcf760f "./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)? From 094aa0633b16862b97e84a8feee475e3a8ae9559 Mon Sep 17 00:00:00 2001 From: Silas Lelei <65106291+Silas-Labs@users.noreply.github.com> Date: Wed, 27 May 2026 11:21:04 +0300 Subject: [PATCH 2/3] Correct grammar in registration question --- subjects/forum/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/forum/audit/README.md b/subjects/forum/audit/README.md index a0bd973884..41c73df95d 100644 --- a/subjects/forum/audit/README.md +++ b/subjects/forum/audit/README.md @@ -1,6 +1,6 @@ #### Authentication -###### Is an email and a password asked for in the registration? +###### Are an email and a password asked for in the registration? ###### Does the project detect if the email or password are wrong? From fd05107fc6f595da5f9d5cfdbf3bcdc02888cf3d Mon Sep 17 00:00:00 2001 From: Silas Lelei <65106291+Silas-Labs@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:45:50 +0300 Subject: [PATCH 3/3] Update README.md fix tenses and minor grammar issues in the .md --- subjects/social-network/audit/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/social-network/audit/README.md b/subjects/social-network/audit/README.md index c54712ebb9..f23b506380 100644 --- a/subjects/social-network/audit/README.md +++ b/subjects/social-network/audit/README.md @@ -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. @@ -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)? @@ -164,7 +164,7 @@ ##### 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. @@ -172,11 +172,11 @@ ##### 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. @@ -184,7 +184,7 @@ ##### 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? @@ -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 @@ -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?