UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Highlights Section #426

Closed Ramin-Farhadi closed 4 months ago

Ramin-Farhadi commented 4 months ago

Highlights section (frontend) added to the edit dashboard.

  1. Created highlights-iconpicker.js file and added it to the Gulp task manager to compile the file.
  2. The micro application is updating a highlightsObj overall, which I thought could be used by the API.
  3. For the search handler, I found a JSON file with a list of FontAwesome 6 classes. By fetching this file and typing a word, it filters the results.