-
Notifications
You must be signed in to change notification settings - Fork 18
Proposed future work
Adam Ross edited this page Mar 21, 2022
·
2 revisions
The following is the future work plan proposed by the backend team for UniForum project:
- Refactor test suite to use mock data instead of the database.
- Implement displaying a forum post view count feature.
- Implement viewing a forum post comment feature in response to HTTP GET requests.
- Implement updating a forum post comment feature in response to HTTP PATCH requests.
- Implement viewing all forum posts matching a given search term in response to HTTP POST requests.
- Implement commenting on forum post comments feature.
- Implement search for forum post comments feature.
- Implement forum post category feature.
- Implement filter by categories feature.
- Implement database resample feature.
- Implement admin authentication.
- Refactor API to GraphQL.
- Add security features.
- Implement forum post attachment feature.
- Implement user statistics feature.
- Implement an event log.
(note: that's all we proposed for now, if you have more ideas, feel free to add)
To view the proposed future work for the frontend repository visit the frontend repository Wiki