Benjamin W. Bohl

Results 148 issues of Benjamin W. Bohl

Navigating the help with internal links alters the address in the browsers address line. to e.g. http://localhost:8080/exist/#helpWindow-1059view.window.source.SourceView_viewMenu

Type: bug report
Area: Help pages
Status: needs review

https://github.com/Edirom/Edirom-Online/blob/914ccfd7dc9f3f10cbbf9ab9640980e764dc2f04/add/data/xql/getLinkTarget.xql#L170 e.g. in MEI 4.0.1 `work` does no longer contain `titleStmt`

Type: bug report
Area: XQuery

At the moment `mei:annot` is just being output as pure text, no indication is given that this is an annotation. Maybe this should be handled similar to `tei:note` in TEI...

Status: needs work

- [x] Annotation (cf. #392) - [x] Categories - [x] Priorities - [ ] GoTo - [ ] Measure - [x] Movement (cf. #398)

Status: needs work

Annotations in Edirom Online are modelled to have a category and/or priority assigned. This is reflected in the annotation list view and in the view of individual annotations. It would...

Type: feature request

For easier future maintenance and development, we should introduce style guidelines for the different (programming) languages used in Edirom Online: - [ ] **JavaScript** Maybe something by Sencha or https://google.github.io/styleguide/jsguide.html...

Area: Documentation

include parts information

Area: Documentation
Area: JS
Area: XQuery
Area: Data model

When converting an annotation to JSON the annotation module call the generic `eutil:getLocalizedTitle` function: https://github.com/Edirom/Edirom-Online/blob/ab873e092af1aea89c68d2b1135b856448476f5b/add/data/xqm/annotation.xqm#L82 The function is quite generic and returns the text of a title element: https://github.com/Edirom/Edirom-Online/blob/ab873e092af1aea89c68d2b1135b856448476f5b/add/data/xqm/util.xqm#L107-L126 Concerning...

Area: XQuery
Area: Data model

e.g. to define central functions like on to determine the meiversion of the current document

Type: feature request
Area: XQuery