mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
5 years ago
|
## forum-advanced-features
|
||
|
|
||
|
### Objectives
|
||
|
|
||
|
You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject.
|
||
|
|
||
5 years ago
|
In `forum advanced features`, you will have to implement the following features :
|
||
5 years ago
|
|
||
5 years ago
|
- You will have to create a way to notify users when their posts are :
|
||
5 years ago
|
|
||
5 years ago
|
- liked/disliked
|
||
|
- commented
|
||
5 years ago
|
|
||
5 years ago
|
- You have to create an activity page that tracks the user own activity. In other words, a page that :
|
||
5 years ago
|
|
||
5 years ago
|
- Shows the user created posts
|
||
5 years ago
|
- Shows where the user left a like or a dislike
|
||
|
- Shows where and what the user has been commenting. For this, the comment will have to be shown, as well as the post commented
|
||
5 years ago
|
|
||
5 years ago
|
- You have to create a section where you will be able to Edit/Remove posts and comments.
|
||
5 years ago
|
|
||
|
We encourage you to add any other additional features that you find relevant.
|
||
|
|
||
|
This project will help you learn about :
|
||
|
|
||
|
- Data manipulation and storage
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- The backend must be written in **Go**
|
||
|
- 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**
|
||
|
|
||
|
### Allowed packages
|
||
|
|
||
|
- The [standard go](https://golang.org/pkg/) packages are allowed
|