Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HermeneutiX: cater for combined analysis view #17

Closed
CarstenWickner opened this issue Sep 18, 2017 · 3 comments
Closed

HermeneutiX: cater for combined analysis view #17

CarstenWickner opened this issue Sep 18, 2017 · 3 comments
Assignees
Labels

Comments

@CarstenWickner
Copy link
Member

As a HermeneutiX user I want to be able to see the result of both analyses (syntactical/semantical) on one screen, in order to get a better overview without having to switch between both analysis views repeatedly.

In the combined view, both the semantic relations and the individual clause items, their functions, and proposition indentations should be shown together with both translations.

Ideally, such a combined view should also be allowed to be exported to an SVG.

@CarstenWickner
Copy link
Member Author

The SVG export should probably be tackled separatly, but the combined view should be straightforward. Maybe we'll need some more toggle options to hide/show whatever parts are need. Maybe, we could even consolidate the currently two independent analysis views (code-wise) into one (more complex) view.
The user would need to be able to toggle all of these items independently, maybe with the option to define some presets, like "syntactical analysis" and "semantical analysis":

  • Syntactical Analysis:
    1. show labels,
    2. show syntactic translations,
    3. show clause items,
    4. show indentation functions,
    5. hide relations,
    6. hide semantic translations
  • Semantical Analysis:
    1. show labels,
    2. hide syntactic translations,
    3. hide clause items,
    4. hide indentation functions,
    5. show relations,
    6. show semantic translations

The context menus would then need to be restructured accordingly based on the visible items. E.g. marging/splitting propositions if "indentation functions" are visible.

CarstenWickner added a commit that referenced this issue Sep 21, 2017
CarstenWickner added a commit that referenced this issue Sep 26, 2017
* introduce view toggles for parts of the analysis

* introduce single AnalysisPanel instead of the completely separate two views

* fix bug in specific scenario with splitProposition
@CarstenWickner
Copy link
Member Author

This has been implemented and will be released in version 2.2.0.

@CarstenWickner CarstenWickner self-assigned this Sep 27, 2017
@CarstenWickner
Copy link
Member Author

Released in v2.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant