DenisKorkmaz / Capstone-Project-News-App

https://capstone-project-news-app.vercel.app/
1 stars 0 forks source link

Userstory 4: Search for Specific Articles on Home and Favorites Page #7

Open DenisKorkmaz opened 1 year ago

DenisKorkmaz commented 1 year ago

Search for Specific Articles on Home and Favorites Page

Value Proposition
As a User, I want to search for specific articles on the home and favorites page so that I can quickly find articles based on my specific interests.

Description

Bildschirmfoto 2023-08-14 um 10 52 04

A search bar will be placed prominently on both the home and favorites pages. When users input a search term, the page will display articles that match the search term.

Acceptance Criteria

Tasks

  1. Implement the search bar on the home and favorites page.
  2. Fetch and display articles based on the search term.
  3. Design and implement the feedback message for no articles found.
  4. Implement styles using styled-components.

Complexity
M


CJAkkuec commented 1 year ago

As a User, I want to filter articles by region and category, and also have the ability to search for specific articles on the home and favorites page so that I can quickly find articles relevant to my interests. The "and" in bold is where this user story adds another feature to the one described in the first half of the sentence.

One feature would be the ability to filter articles, the other feature would be implementing a search function.

I'd suggest slicing this user story into two. The upside: you've already got another user story.

(Sidenote: You're mixing languages in your wireframe, which isn't ideal.)

AntjeWitte commented 1 year ago

Looks good to me!

CJAkkuec commented 1 year ago

As a User, I want to search for specific articles on the home and favorites page so that I can quickly find articles based on my specific interests.

I feel like the implication would be that the search is happening anywhere. There should be an overlap between what's displayed on the home page and what is displayed on the favorites page, so I don't think you need to look in two places, you just need to look at the single source of truth that provides either page with its content.