Skip to content

show containment relationships #4

@dhh1128

Description

@dhh1128

When CESR attachment block begins, we see a code that says the type and the number of bytes that follow. Inside those bytes there may be a lot of interesting substructure. When the substructure ends, we'd like to show that the scope of the attachment block has also ended as well.

Possible ways to do this include:

  • indenting substructure inside the container
  • Creating nested containment boxes in the HTML output
  • Writing some kind of an open and then a close delimiter (e.g., "{" and then "}") -- has the disadvantage that it might make people think those characters exist in the actual data
  • Using partial transparency with background colors, so a container is red, the first content inside it is yellow but partly transparent, thus making it appear orange. All things inside a given box would thus be partly the color of the container.
  • Writing a virtual "end tag" when the scope of a container ends.

pictures of different options

Maybe a combination of these (indenting, partial transparency) would be best.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions