diff --git a/subjects/forum/forum-advanced-features.audit.en.md b/subjects/forum/forum-advanced-features.audit.en.md index 627c7cff..7c66aac6 100644 --- a/subjects/forum/forum-advanced-features.audit.en.md +++ b/subjects/forum/forum-advanced-features.audit.en.md @@ -28,6 +28,14 @@ ###### Does the user who created the post received a notification saying that the post has been disliked? +##### Try to edit a post and a comment at your choice. + +###### Is it allowed to edit posts and comments? + +##### Try to remove a post and a comment at your choice. + +###### Is it allowed to remove posts and comments? + #### General ##### +Are there any other feature not mentioned in the [subject](https://public.01-edu.org/subjects/forum/forum-advanced-features.en)? diff --git a/subjects/forum/forum-advanced-features.en.md b/subjects/forum/forum-advanced-features.en.md index 04841ef8..2ee4fa6b 100644 --- a/subjects/forum/forum-advanced-features.en.md +++ b/subjects/forum/forum-advanced-features.en.md @@ -13,6 +13,7 @@ In forum advanced features, you will have to implement the following features : - Shows the user created posts - Shows where the user left a like/disliked - Shows where the user has been commenting and the comment as well +- You have to create a section where you wil be able to Edit/Remove posts and comments. We encourage you to add any other additional features that you find relevant. @@ -23,7 +24,6 @@ This project will help you learn about : ### Instructions - The backend must be written in **Go** -- You must handle website errors - The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en) - It is recommended that the code should present a **test file**