Skip to content

Wrapup full#4

Merged
federicomarini merged 57 commits into
develfrom
wrapup_full
May 19, 2026
Merged

Wrapup full#4
federicomarini merged 57 commits into
develfrom
wrapup_full

Conversation

@federicomarini
Copy link
Copy Markdown
Contributor

Finalizing the implementation, all things should be in as needed (also added some tests to have a good level of coverage..)

This one is basically the updated version of #1 , "just done"

kevinrue and others added 30 commits September 3, 2024 16:17
* microtour inserted
* observers added (needed?)
Adapt .multiSelectionResponsive to recent changes in iSEE
Copy link
Copy Markdown
Member

@csoneson csoneson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just one thing: what about including something like

#' @export
setMethod(".hideInterface", "SampleIdentificationCenter", function(x, field) {
    if (field %in% c(iSEE:::.selectRowSource, iSEE:::.selectRowRestrict, iSEE:::.selectRowDynamic)) {
        TRUE
    } else {
        callNextMethod()
    }
})

to hide the row selection (I don't think it's relevant at the moment).

@federicomarini
Copy link
Copy Markdown
Contributor Author

puh, why not. It is actually to avoid that people select something that has clearly no function/no return to be expected.
Shall I do that or do you want to simply add directly those lines in the main file?

@csoneson
Copy link
Copy Markdown
Member

Done

@federicomarini federicomarini merged commit 932b331 into devel May 19, 2026
4 of 6 checks passed
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.

3 participants