Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to query the wiki in a meaningful way #4

Open
2 tasks
jedmund opened this issue Feb 10, 2019 · 2 comments
Open
2 tasks

Allow users to query the wiki in a meaningful way #4

jedmund opened this issue Feb 10, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@jedmund
Copy link
Owner

jedmund commented Feb 10, 2019

Siero should enable users to have conversations about characters, weapons, summons and items with detailed information at their fingertips.

Feature list

  • Search the wiki and get a relevant URL in return
  • Search the wiki for an entity and get a Rich Embed in return

MedusaBot in Granblue Gaijins is a good reference. Siero should be able to do what Medusa can do, and then we can make it better.

@jedmund jedmund added enhancement New feature or request and removed enhancement New feature or request labels Feb 10, 2019
@jedmund
Copy link
Owner Author

jedmund commented Feb 11, 2019

Medusa plaintext search:
image

Medusa weapon search:
image

Medusa character search:
image

Ideas:

  • Returning a list of all items that match a plaintext search instead of "I couldn't find anything"
  • Returning a list of all weapons that can be dropped by a specific raid

@jedmund
Copy link
Owner Author

jedmund commented Mar 11, 2019

Potential schema #1

# We do the work making this magic:
$wiki <item_name>

Potential schema #2

# Separate keys for each resource type:
$wiki weapon <weapon_name>
$wiki summon <summon_name>
$wiki character <character_name>
$wiki item <item_name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant