Skip to content

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:

  1. Refactor test suite to use mock data instead of the database.
  2. Implement displaying a forum post view count feature.
  3. Implement viewing a forum post comment feature in response to HTTP GET requests.
  4. Implement updating a forum post comment feature in response to HTTP PATCH requests.
  5. Implement viewing all forum posts matching a given search term in response to HTTP POST requests.
  6. Implement commenting on forum post comments feature.
  7. Implement search for forum post comments feature.
  8. Implement forum post category feature.
  9. Implement filter by categories feature.
  10. Implement database resample feature.
  11. Implement admin authentication.
  12. Refactor API to GraphQL.
  13. Add security features.
  14. Implement forum post attachment feature.
  15. Implement user statistics feature.
  16. 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

Clone this wiki locally