biblia-arabica / mss-catalog-pilot

Workspace for exploring manuscript cataloguing solutions in TEI
1 stars 1 forks source link

Debugging improved XForms (manuForma) #59

Open mMoliere opened 2 years ago

mMoliere commented 2 years ago

General

Creating & Rearranging: THE MOST IMPORTANT ISSUE. In both the history and additions module, I encountered something puzzling. As I was trying to piece together prose text with some tagged items from p-elements, persName-elements etc. and I rearranged elements using the arrow button sometimes the elements and their content were duplicated. This also affects the XML-output that I submitted to your GitHub. (See the duplicate p-elements in the provenance section. One p-element even spilled over to acquisition.)

Performance: You warned us of lag – Sometimes it takes several attempts to load a module. Is there something we can do to mitigate this for the real thing, like add extra RAM?

Attributes: For some attributes the schema provides a list of predefined values. Is there a way to display them when the user clicks on the corresponding field?

Rename : Could you rename the following items in the left pane?

Modules

Person:

Contents:

Support:

Layout:

Binding:

Addition:

wsalesky commented 2 years ago

@mMoliere Can you give me a better idea of exactly what issues you had, exactly which elements did not move correctly, and when? All the time? Sometimes? When they are nested? When they are the first or last item? Even some screen shots perhaps? I think the methods I am testing may be simpler then the actual use case scenarios so it could be helpful for me to know exactly what you are doing when you encounter the bug. Sorry for the added work on your side.

wsalesky commented 2 years ago

@mMoliere New version is up, can you take a look. I tested the up/down arrows and I think I caught everything on this list as well. Let me know if I missed anything, or introduced any new bugs. Thanks!