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

Support for UI positions #29

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Fixes #19 Fixes #26

UI positions are now stored in the node models, and the UI entries that are part of the RapidPro jsons can be rendered from the nodes on demand. The standard parser now also processes the UI position from the sheets. The UI type in the sheet is redundant, see #28

Added a new WebhookNode model, to support this type of node properly.