IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Templated formats #11

Closed geoo89 closed 1 year ago

geoo89 commented 2 years ago

Many use cases involve flows that follow a certain template with columns specifying data to be entered into the template. Currently, each sheet format requires defining a data model and writing a parser to compose flows.

We should design a way to define such templates without code, and parser sheets into the given template based on a data-only specification.

geoo89 commented 1 year ago

Fixed by #36