beckn / BAP-Boilerplate-SDK

This is an open-source generic SDK that allows any beckn-enabled consumer application to be built quicly
MIT License
0 stars 1 forks source link

Build Search Component which will search by item name #5

Open nikhil2128 opened 1 year ago

nikhil2128 commented 1 year ago

Description

The Search component should provide a facility to search items by name. It should fetch all the items which contains the search keyword from BPPs. ​ ​

Goals

Expected Outcome

Satisfy the above mentioned goals. ​

Acceptance Criteria

  1. There should be a input box where Buyer can put keyword to search for.
  2. On clicking search action button, it should fetch the items containing the keyword in their name or description from BPPs

Product Name

Beckn ​

Project Name

BAP-Boilerplate-SDK ​

Domain

Culture and Tourism

Tech Skills Needed:

NodeJS, ReactJS

Mentor(s)

sandeepB3 commented 1 year ago

Hey @nikhil2128, is only the Backend required or should I provide an basic React Native UI as well ?