Interviewer icon indicating copy to clipboard operation
Interviewer copied to clipboard

Simplifying complex network data collection.

Results 23 Interviewer issues
Sort by recently updated
recently updated
newest added

Two components with the same goals, but with different features: NewFilterableListWrapper: - Uses staggered animation - Functional component, using hooks - Better handling of interaction events FilterableListWrapper: - Supports large...

NC

Currently unzipping large protocol files hangs the render thread on cordova (which is single threaded) when using JSZip. zip.js implements concurrent threaded unzip using web workers, which are supported on...

enhancement
discussion item
refactor
NC

Check external data sources match property constraints on access. Currently this will only affect manually constructed protocols (Architect has an issue to check assets on import). In future it will...

enhancement
NC

Following from #887 The long term solution to performance issues with loading external data is to calculate this data once at a non performance critical moment (such as starting an...

enhancement
refactor
NC

Can we improve the `onClickNext()`, `onClickPrevious()` methods? Suggestions: - Generalise the `skipToIndex` logic so that it can be used by both methods - Can we make the distinction clearer between?...

refactor

Right now links and groups can be toggled on and off by clicking on the heading in the preset pop-up menu. A user proposed an enhancement whereby you would be...

enhancement
user feedback
NC

A beta tester was interested in a visual display of edge attributes. She plans to use the per alter edge form to capture strength of ties (5 point likert scale...

enhancement
user feedback
New Feature
NC

There are some cases where we may want to ensure that dependencies (other than protocol.json) are loaded before a protocol is considered "loaded" and ready for display. - Custom worker...

enhancement
discussion item
NC

Feature suggestion from @berniehogan: When a node is tapped to enter linking mode, nodes that are already connected with the selected node should be visually de-emphasised.

enhancement
UI
NC

Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.17.2 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...

dependencies