Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Create thread listing front end #76

Open
MGZero opened this issue Jan 27, 2017 · 1 comment
Open

Create thread listing front end #76

MGZero opened this issue Jan 27, 2017 · 1 comment

Comments

@MGZero
Copy link
Contributor

MGZero commented Jan 27, 2017

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:

  1. A section showing the sub forums
  2. A section showing sticky threads
  3. A section showing the returned threads.

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.

@MGZero
Copy link
Contributor Author

MGZero commented Jun 3, 2017

@dcaruso19 issues from last time we met up should be cleared, you're good to go on this!

@MGZero MGZero added this to the Phase 2 milestone Aug 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants