ji-devs / ji-cloud

Other
11 stars 17 forks source link

Labeling Images - Activate autocomplete in "Search Image" field #514

Open esteels opened 3 years ago

esteels commented 3 years ago

Current Ji Cloud "Search Image" field does not reflect autocomplete, which is listed in the Zeplin sketch. Please correct so that "Search Image" field displays autocomplete.


Ji Cloud Search (missing autocomplete)

Labeling_07_A_SearchImage_AutoComplete_Ji


Zeplin Sketch with autocomplete

Labeling_07_B_SearchImage_AutoComplete_Zeplin

dakom commented 3 years ago

For real autocomplete we'll have to tie it to Algolia... and this is best done by using their autocomplete.js library: https://github.com/algolia/autocomplete.js

Totally doable, but a lot of work (we haven't been using the frontend algolia stuff yet, rather we go through the backend)

Updated the labels to reflect this (it's "frontend - rust" but with JS interop... same way we did firebase and google maps)

dani-ji commented 3 years ago

@dakom where should I place this as we should address this as time allows but without high priority

dakom commented 3 years ago

not sure... I think it's okay to just leave it off the milestones for now, and then we'll pick it up again when it's back on the radar?