Interviewer
Interviewer copied to clipboard
Simplifying complex network data collection.
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...
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...
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...
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...
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?...
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...
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...
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...
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.
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...