Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.05 KB

faq final project

The user stories are as follows :

  1. As a user i want to access a spam free website.(honeypot)
  2. As a user i want to hashtag the keywords to form links.
  3. As a user i want to view the list of hashtags present in that question.
  4. As a user i want to click on that hashtag to redirect me to the questions page.

The developer stories are as follows:

  1. As a developer i want to create a honeypot class to generate honeypot fields.
  2. As a developer i want to add honeypot field and validate message to login and register form.
  3. As a developer i want to create blade custom directive for replacing hash tag with link.
  4. As a developer i want to replace the hashtag with link on the view questions page.
  5. As a developer i want to list the hashtags in a field.

EPIC

Spam tracking the login and register page by adding honeypot fields to it and also adding hash tags to the questions body and adding links to them to redirect those links to the questions page and also listing the hastags in a separate field.