ifpen / chalk-it

Drag-and-drop Python webapps
https://ifpen.github.io/chalk-it/
Apache License 2.0
48 stars 7 forks source link

Handle case xprjson not specified properly #295

Closed bengaid closed 1 month ago

bengaid commented 2 months ago
  1. How to serve the dashboard (i.e. present the app akin to what “Preview” does)? Figured it might be by specifying ChalkitPage(designer_mode=False) but:
    1. This had issues with loading the page (I did not investigate further since I assumed it is incomplete)
    2. It is cumbersome when developing a multi-page application to switch designer_mode for each page between True and False when testing between its edit and presentation mode.
GhilesHideur commented 2 months ago

It's done. See "taipy_integration" branch.

bengaid commented 1 month ago

Thanks Ghiles !