Skip to content

Small issues #367

@aplamada

Description

@aplamada

TODO: To establish the low-hanging fruits from:

  • delayed propagation of block name change (see branch)
  • Cytoscape: the schema validation can still let various cases to throw an error. One might evaluate other options, e.g. see https://github.com/plotly/react-cytoscapejs
  • IIIF Viewer: if the height is not dynamic, it is hard to set it
  • Dropdown block: For a block source that does not have the desired schema, the dropdown block crashes and disappears, e.g. [1,2,3]. Ideally it should indicate a problem (as for a invalid json)
  • web api block- invalid URL in edit mode to propagate to the view mode (inform the user that the url is not valid if it is not working)
  • web api block- by default it should not be called automatically (similar to the Python Block)
  • Local file import Block - which file types are accepted should not rely on the extension. Text (txt)
  • Dropdown block: when the content of the block source changes, and a value is already picked, the picked value remains but it might not be available any more. One could listen to the changes in the block source and for the cleaning of. the chosen element
  • Python block: not running successfully -> we should inform the user somehow. The easiest is to say an Error, but if possible the first 2 relevant lines from the error e.g.
File "<exec>", line 1, in <module>
NameError: name 'aaa' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    epicThis is an epic (task lists)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions