Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
lingamr committed Feb 10, 2020
1 parent 2b2f321 commit 4410d97967538ac9413e4354dc6b2d2512530c03
Showing 1 changed file with 3 additions and 0 deletions.
@@ -2,6 +2,7 @@ Forum
Build a message board to allow users to post information and reply to other people's posts. Packages: sharp, nodemailer.

Basic

1.Users should be able to log in and see a list of the active forums.

2.They should be able to select a forum and see a list of the posts with the most recent at the bottom and the oldest at the top.
@@ -14,6 +15,7 @@ Basic
The post content.

Intermediate

1.On the screen displaying the list of active forums there should be a button to allow a user to create a new one.

2.Clicking this button should take the user to a new forum screen where they can enter the name of the new forum and an initial message.
@@ -25,6 +27,7 @@ Intermediate
5.Users should be able to add a profile photo which should be displayed against all their posts.

Advanced

1.There should be a search box on the home page that performs a full-text search on all the forums.

2.There should be a search box at the top of forum pages that performs a full-text search on that forum only.

0 comments on commit 4410d97

Please sign in to comment.