Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The issue was that every time you press Save in Constructor - our system deploys changes into the screen right away, which is very fast and easy during app development but makes it cumbersome to deploy many changes at once to several places within the app.  Most users duplicated screens that needed changes, tested updated functionality of their apps on those screens, and then either manually updated the original screen, or choose to re-link link to the new screen all over their app. Both of these routes were time-consuming and could lead to errors. 

...