CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Build component for searching for Orgs #10

Open briri opened 6 months ago

briri commented 6 months ago

Build out a Typeahead component that allows a user to call OpenSearch to find Orgs that match the user's entry as they type.

Refer to the work already done in the DMPTool repo's react-client. This will need to be updated though to call OpenSearch.

We will need a broad one that searches across all orgs and one that is more refined to search by type (e.g. funder or non-funder)

mariapraetzellis commented 1 month ago

This requires that the OpenSearch API is connected, which is tracked here: https://github.com/CDLUC3/dmsp_aws_prototype/issues/84

bofstein commented 2 weeks ago

Built something for pilot project to transfer from Requires the BE table to be able to build from, needs the endpoints Dependent on this ticket: https://github.com/CDLUC3/dmsp_aws_prototype/issues/85

bofstein commented 1 day ago

Also needs https://github.com/CDLUC3/dmsp_aws_prototype/issues/84 to get the newest org data