teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 1 forks source link

Remove the automatic new paragraph when running a single paragraph #63

Open kortemik opened 1 year ago

kortemik commented 1 year ago

ID <86> Reporter <@StrongestNumber9>

Extremely low priority, discuss if/when/how to do it

kortemik commented 1 year ago

User <@ronja-ui> Date <[2022-04-28T11:50:21Z]>

Changed this to higher priority.

During the usability test, automatic new paragraph confused most of the test subjects. It's better to remove this feature sooner than later.

BVVLD commented 2 weeks ago

The problem must be solved on the server side, there is no code fore creating an extra paragraph on the UI side. The current logic goes: UI: RUN_PARAGRAPH (single paragraph) SERVER: SAVE_NOTE_FORMS (probably dynamic forms) SERVER: PARAGRAPH (same paragraph, but with updated status to "PENDING") SERVER: PARAGRAPH_ADDED (new paragraph with cloned interpreter code and no other text) << this should be removed

Created an issue in ZEP_01: https://github.com/teragrep/zep_01/issues/48