• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

knowledgepixels / nanodash / 27622930007

16 Jun 2026 01:58PM UTC coverage: 26.963% (+6.3%) from 20.697%
27622930007

push

github

web-flow
Merge pull request #483 from knowledgepixels/feat/spaces-about-and-ref-identity

Space/resource About pages, ref-aware spaces, and magic query params

1542 of 6717 branches covered (22.96%)

Branch coverage included in aggregate %.

3407 of 11638 relevant lines covered (29.27%)

4.31 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
src/main/java/com/knowledgepixels/nanodash/component/ExplorePanel.java
1
package com.knowledgepixels.nanodash.component;
2

3
import com.knowledgepixels.nanodash.View;
4
import com.knowledgepixels.nanodash.ViewDisplay;
5
import com.knowledgepixels.nanodash.page.ReferencesPage;
6
import org.apache.wicket.markup.html.panel.Panel;
7
import org.nanopub.extra.services.QueryRef;
8

9
/**
10
 * The "Explore" tab body for a resource: the references to the thing. This is
11
 * the inline equivalent of what {@link
12
 * com.knowledgepixels.nanodash.page.ExplorePage} shows for an arbitrary term;
13
 * the standalone page forwards here for known spaces/users/resources/parts.
14
 */
15
public class ExplorePanel extends Panel {
16

17
    /**
18
     * @param id  the Wicket markup id
19
     * @param ref the IRI of the thing to explore
20
     */
21
    public ExplorePanel(String id, String ref) {
22
        super(id);
×
23

24
        View refView = View.get(ReferencesPage.REFERENCES_VIEW);
×
25
        add(QueryResultTableBuilder.create("references", new QueryRef(refView.getQuery().getQueryId(), "ref", ref), new ViewDisplay(refView)).build());
×
26
    }
×
27

28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc