You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
When clicking a forum name from the index, it should take you to a list of threads and subforums in the forum.
The service end point is: /forum/{forumId}
the following are get parameters: itemsPerPage, pageNo (default to 10 and 1, respectively)
The front end end point will be: /forum?forumId={forumId}
The listing should be split into 3 sections:
A page selector should also be at the bottom of the page below the threads section
Threads for now should show the title, creator and number of views.
Use the existing forum as a base template.
The text was updated successfully, but these errors were encountered: