ushahidi / ussd-engine

Session engine for interaction with end users via a USSD provider
GNU Affero General Public License v3.0
7 stars 8 forks source link

Implement dynamic validations #7

Closed leninpaulino closed 4 years ago

tuxpiper commented 4 years ago

To be done before merging: fix POST-ing to platform that is failing now with 500

tuxpiper commented 4 years ago

Should add in text for hints to be provided when user's input fails validation. These are generally data type specific. Important that the text makes some sense so testers can get a whiff of what's going on

This matches interaction Q4 in the diagram / table

These must go through the translation layer

tuxpiper commented 4 years ago

It would be great to have more comments sp. in that have none at all

leninpaulino commented 4 years ago

Posting to the platform is now working.