Skip to content

Editor / Full view / Improve readability#9219

Draft
fxprunayre wants to merge 1 commit intomainfrom
44-editor-full-view-fieldset
Draft

Editor / Full view / Improve readability#9219
fxprunayre wants to merge 1 commit intomainfrom
44-editor-full-view-fieldset

Conversation

@fxprunayre
Copy link
Copy Markdown
Member

The editor layout is following ISO nested elements and this add blocks that are not really needed.

In ISO, all elements are structured as property/object type pattern. eg.

       <mri:citation>
            <cit:CI_Citation>

Do not display fieldset for object type and combine labels.

eg.

  • Identification
image
  • Quality
image

This make the full view more readable and more compact.

And still provide navigation using table of content

image

Only done for ISO19115-3.

Checklist

  • I have read the contribution guidelines
  • Pull request provided for main branch, backports managed with label
  • Good housekeeping of code, cleaning up comments, tests, and documentation
  • Clean commit history broken into understandable chucks, avoiding big commits with hundreds of files, cautious of reformatting and whitespace changes
  • Clean commit messages, longer verbose messages are encouraged
  • API Changes are identified in commit messages
  • Testing provided for features or enhancements using automatic tests
  • User documentation provided for new features or enhancements in manual
  • Build documentation provided for development instructions in README.md files
  • Library management using pom.xml dependency management. Update build documentation with intended library use and library tutorials or documentation

Funded by Service Public de Wallonie

The editor layout is following ISO nested elements and this add blocks
that are not really needed.

In ISO, all elements are structured as container/object type. eg.
```xml
       <mri:citation>
            <cit:CI_Citation>
```

Do not display fieldset for object type.

Combine labels for container.
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant