Can't rename dialog id's (d_N) #6

Closed
opened 2021-07-05 00:34:15 +02:00 by whosit · 4 comments
Collaborator

The d_N names are not helpful, easy to mix-up forget, etc. But most of the interface is using them to reference dialogs.
Would be good to have an ability to name them.
Even better: make them completely obsolete and let people see the actual text in all contexts where they need to choose d_N.

The d_N names are not helpful, easy to mix-up forget, etc. But most of the interface is using them to reference dialogs. Would be good to have an ability to name them. Even better: make them completely obsolete and let people see the actual text in all contexts where they need to choose d_N.
Owner

The text is now shown whenever possible. The dialog ID is still needed in some context and can't be too freely set (would become difficult to add a new dialog that way).

The text is now shown whenever possible. The dialog ID is still needed in some context and can't be too freely set (would become difficult to add a new dialog that way).
Collaborator

I would be fine with only viewing d_IDs (formspec, afterall), but being able to rename them would be most helpful. Compare:

  • d_init vs d_7
  • d_p1_root vs d_13 (p for phase)
  • d_Q_fin vs d_17
I would be fine with only viewing d_IDs (formspec, afterall), but being able to rename them would be most helpful. Compare: - d_init vs d_7 - d_p1_root vs d_13 (p for phase) - d_Q_fin vs d_17
Owner

Dialogs can now be renamed. The names have to be uniq.

You can test it on the test server (port 30001).

Dialogs can now be renamed. The names have to be uniq. You can test it on the test server (port 30001).
Owner

Works now.

Works now.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sokomine/yl_speak_up#6
No description provided.