chopfitzroy / project-kiwi

Mono repo related to the GW2 Goodnight KIWI guild.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create fuzzy finder for skill ID's

chopfitzroy opened this issue · comments

Would like some sort of fuzzy find modal that users can use to search for an item/skill/etc...

Would allow them to copy skill ID but also show syntax snippets of how it can be used as a component i.e:

<Skill id="12490" />

Alternatively could handle skill names inline and use a plugin to parse text values to ID's during compilation - see here.

Either way will require a statically generated ID map for skill names.

Relevant API endpoints:

Useful packages for crawling (will require new ticket):

This will also introduce the use of XState so it would be a good opportunity to streamline the Editor states:

  • populating
  • saved
  • saving
  • unsaved