Browse Source

add cases to af

content-update
MSilva95 4 years ago committed by Christopher Fremond
parent
commit
ca281a58e5
  1. 8
      subjects/forum/forum-advanced-features.audit.en.md
  2. 2
      subjects/forum/forum-advanced-features.en.md

8
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)?

2
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**

Loading…
Cancel
Save