mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
19 stars 12 forks source link

Os/emailvalidation #175

Closed taygetea closed 2 years ago

taygetea commented 2 years ago

Added a function to do email validation in questionbot, using ask_freeform_question as a base. Tried to distill the format into something repeatable and structured. Also added a test. There's potential to abstract this out, to make a function like ask_specific_question that takes question_text and a validator function and the re-prompt if invalid, and generates a new question type.

technillogue commented 2 years ago

you also need to fix mypy errors, lmk if you need help with that

taygetea commented 2 years ago

should all be fixed.