LS-Avengers / ls-avengers

main repository for the lambda school hackathon
MIT License
1 stars 1 forks source link

Expansion of lexxing dictionary - synonyms #4

Open ghost opened 6 years ago

ghost commented 6 years ago

Many of the core actions still need updating so I will create a project board for managing actions and the respective synonyms. Or seek them here or on slack. Where ever gets the most activity wins.

ghost commented 6 years ago

Project created for management of commands at the action level. Typically Verb in nature. Do something. Go somewhere. Eat icecream. https://github.com/LS-Avengers/ls-avengers/projects/3

I also noticed some case sensitivity, that should be a simple fix.

ghost commented 6 years ago

https://github.com/LS-Avengers/ls-avengers/blob/c83bbae0c9f757cbf3e8bcbf611f4d4f4605b48a/mud/src/App.js#L45

This is the location of the handler for this functionality. I propose we check that input is contained within a dictionary. Added operation time shouldn't be game breaking.

indifferentghost commented 6 years ago

Partially done in commit: https://github.com/LS-Avengers/ls-avengers/commit/cfac5fbbf873e42389b8181c5c95d7b35c42a642