bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Connect SearchResult to Backend #99

Closed erenpakelgil closed 1 week ago

erenpakelgil commented 4 months ago

Title:

Connect SearchResult to Backend

Category:

Objective:

To be able to fetch search results from the search endpoint of our API, parse it and render it as a SearchResult component.

Detailed Description:

Overview

Currently, the frontend application uses mock data. It is a necessity for being able to use actual data coming from Wikidata API provided by the backend side.

Proposed Restructuring:

  1. Adding a New JSON Object:
    • Create a new object named "formData" within the mobile project directory.
    • Request all necessary information and display it to the UI.

Implementation Considerations:

erenpakelgil commented 4 months ago

Linked SearchResult to search endpoint of backend. See #100

m1u1s1 commented 1 week ago

Project Archived.