From 4410d97967538ac9413e4354dc6b2d2512530c03 Mon Sep 17 00:00:00 2001 From: "Raagamayee Lingam (lingamr)" Date: Mon, 10 Feb 2020 22:41:09 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d6b8b9..e66128b 100644 --- a/README.md +++ b/README.md @@ -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.