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

#96: handle default value settings for title and description #106

Closed tuxpiper closed 2 years ago

tuxpiper commented 2 years ago

Implements the settings for default value handling as laid down in #96 .

It allows enabling the functionality for title and description, but leaves it commented out for handling of other fields. Before enabling it for such fields It would be necessary to check that the parsing of data types in this engine matches the way the API saves and provides default values.

tuxpiper commented 2 years ago

Creating PR for comments on the implementation.

Fast-tracking merging since this is a time-sensitive request from a customer. I've done QA on my environment.

tuxpiper commented 2 years ago

Hi @leninpaulino ! would you like to take a look at what I put together?