architect
A tool that builds Network Canvas interviews.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 10 committers (30.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Keywords from Contributors
Repository
A tool that builds Network Canvas interviews.
Basic Info
- Host: GitHub
- Owner: complexdatacollective
- License: gpl-3.0
- Language: JavaScript
- Default Branch: master
- Homepage: http://www.networkcanvas.com
- Size: 33.3 MB
Statistics
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 14
- Releases: 43
Metadata Files
README.md
Architect 
Network Canvas Architect is a survey design tool for the Network Canvas suite of applications. It is built on Electron and React.
This tool is in maintainance mode. We are not actively developing new features, but will continue to fix bugs and accept pull requests. Community contributions are very welcome!
See the Network Canvas website for more information.
For questions and support, please visit the Network Canvas User Community.
Setting up a development environment
Prerequisites
Installation
- Clone the repository
sh
git clone https://github.com/complexdatacollective/Architect.git
- Fetch submodules
sh
git submodule update --init --recursive -f
- Install NPM packages
sh
npm install
Note: for Apple Silicon users, you need to install the electron package manually:
sh
npm install electron --arch=x86
Operation
| npm run <script> | Description |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| start:architect:electron | Serves your app for consumption by electron. |
| start:network-canvas:electron | Serves network canvas for consumption by previewer. |
| preelectron:dev | Copies the electron source to ./electron-dev (must be run only when setting up the repo for the first time, or bumping the version number) |
| dev:electron | Runs electron window with contents of start:architect:electron and start:network-canvas:electron(must be run concurrently) |
| build | Compiles assets and prepares app for production in the /build directory. |
| lint | Lints js/scss |
| test | Runs testing suite |
| preflight | Runs linting & testing. Useful as a prepush/build hook |
| dist:mac | Build and publish OS X verison |
| dist:linux | Build and publish Linux version |
| dist:win | Build and publish Windows version |
| dist:all | Build and publish all platforms |
| update-submodules | Update git submodules |
Bump version
Supply a version mask with x for unchanged values:
npm run [x.x.1] [codename]
e.g.
npm run x.1.0 NameOfVersion
Development workflow in Electron
There are two additional tasks to enable development within an electron app natively:
npm run start:architect:electron: to start the webpack dev server
- Note: must be running on port 3003.
npm run start:network-canvas:electron: to start the webpack dev server
- Note: must be running on port 3000.
npm run preelectron:devCopies the electron source to./electron-dev(in another terminal session)
- Note: This step only needs to be taken when setting up the repo for the first time, or when bumping the version number.
npm run dev:electronRuns the electron app from there
Application Structure
.
├── build # Prod assets
├── config # Project and build configurations (webpack, env config)
├── public # Static public assets
│ └── index.html # Static entry point
├── src # Application source code
│ ├── index.js # Application bootstrap and rendering
│ ├── routes.js # App Route Definitions
│ ├── components # Contains directories for components
│ ├── containers # Contains directories for containers for native and base classes
│ ├── reducers # Reducers for data stores
│ ├── ducks # Middleware, modules (ducks-style with actions, reducers, and action creators), and store
│ └── utils # Helpers and utils
Owner
- Name: Complex Data Collective
- Login: complexdatacollective
- Kind: organization
- Email: developers@coda.co
- Location: Chicago, IL
- Website: http://coda.co
- Repositories: 16
- Profile: https://github.com/complexdatacollective
We design, develop, and promote tools that let researchers explore complex structural data.
Citation (CITATION.cff)
cff-version: 1.2.0
title: 'Network Canvas: Architect'
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Complex Data Collective
orcid: 'https://orcid.org/0000-0003-4329-8540'
identifiers:
- type: doi
value: 10.5281/zenodo.6026546
repository-code: 'https://github.com/complexdatacollective/Architect'
url: 'https://networkcanvas.com'
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Delete event: 4
- Issue comment event: 3
- Push event: 94
- Pull request review event: 16
- Pull request review comment event: 14
- Pull request event: 12
- Create event: 9
Last Year
- Issues event: 2
- Watch event: 1
- Delete event: 4
- Issue comment event: 3
- Push event: 94
- Pull request review event: 16
- Pull request review comment event: 14
- Pull request event: 12
- Create event: 9
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Steve Mckellar | s****e@w****k | 2,455 |
| Joshua Melville | j****e@n****u | 664 |
| Rebecca Madsen | s****w@o****m | 52 |
| Caden Buckhalt | h****b@g****m | 28 |
| Bryan Fox | g****t@b****m | 23 |
| xiaowei | x****3@u****u | 12 |
| dependabot[bot] | 4****] | 3 |
| mrkarimoff | m****9@g****m | 2 |
| fossabot | b****s@f****o | 1 |
| Kate Banner | k****9@f****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 68
- Total pull requests: 56
- Average time to close issues: 3 months
- Average time to close pull requests: about 2 months
- Total issue authors: 3
- Total pull request authors: 6
- Average comments per issue: 1.04
- Average comments per pull request: 0.75
- Merged pull requests: 36
- Bot issues: 0
- Bot pull requests: 11
Past Year
- Issues: 3
- Pull requests: 19
- Average time to close issues: N/A
- Average time to close pull requests: 7 months
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.21
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 9
Top Authors
Issue Authors
- wwqrd (40)
- jthrilly (27)
- rebeccamadsen (1)
- dependabot[bot] (1)
Pull Request Authors
- wwqrd (27)
- dependabot[bot] (23)
- jthrilly (8)
- buckhalt (8)
- bryfox (2)
- fossabot (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Kellojo/delete-release-assets-action v1.9 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-node v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-node v2 composite
- 2129 dependencies
- @babel/cli ^7.12.1 development
- @babel/core ^7.12.3 development
- @babel/eslint-parser ^7.13.10 development
- @babel/eslint-plugin ^7.13.10 development
- @babel/plugin-proposal-class-properties ^7.12.1 development
- @babel/preset-react ^7.12.1 development
- @codaco/ui ^5.8.0 development
- @material-ui/icons ^4.11.2 development
- @tippyjs/react ^4.2.5 development
- animejs ^2.2.0 development
- archiver ^3.1.1 development
- autoprefixer 10.2.5 development
- axios ^0.27.2 development
- babel-jest ^26.6.3 development
- babel-loader ^8.2.2 development
- babel-runtime 6.26.0 development
- case-sensitive-paths-webpack-plugin 2.1.1 development
- chalk 1.1.3 development
- change-case ^3.0.1 development
- classnames ^2.2.6 development
- compare-versions ^3.6.0 development
- cross-env ^5.2.0 development
- css-loader ^1.0.0 development
- csv-parse ^4.10.1 development
- csvtojson ^2.0.10 development
- decompress ^4.2.1 development
- dotenv 4.0.0 development
- electron ^9.4.4 development
- electron-builder ^22.7.0 development
- electron-devtools-installer ^3.2.0 development
- electron-log ^4.2.2 development
- electron-notarize ^1.0.0 development
- emoji-dictionary ^1.0.9 development
- enzyme ^3.11.0 development
- enzyme-adapter-react-16 ^1.15.4 development
- enzyme-to-json ^3.6.1 development
- eslint ^7.0.0 development
- eslint-config-airbnb ^18.2.1 development
- eslint-config-react-app ^6.0.0 development
- eslint-import-resolver-alias ^1.1.2 development
- eslint-loader ^4.0.2 development
- eslint-plugin-import 2.22.1 development
- eslint-plugin-jsx-a11y 6.4.1 development
- eslint-plugin-react ^7.11.1 development
- faker ^4.1.0 development
- file-loader ^1.1.11 development
- framer-motion ^5.5.6 development
- fs-extra ^8.1.0 development
- fuse.js ^3.6.1 development
- history ^4.7.2 development
- html-webpack-plugin ^4.3.0 development
- icon-gen ^1.0.5 development
- jest ^26.4.2 development
- jest-date-mock ^1.0.8 development
- jszip ^3.7.0 development
- lodash ^4.17.19 development
- luxon ^1.24.1 development
- mini-css-extract-plugin ^0.8.2 development
- node-sass ^4.14.1 development
- object-hash ^1.3.0 development
- path-to-regexp ^2.4.0 development
- postcss ^8.2.8 development
- postcss-loader ^4.2.0 development
- postcss-url ^8.0.0 development
- prop-types ^15.6.2 development
- react ^16.13.1 development
- react-dev-utils ^11.0.4 development
- react-dom ^16.13.1 development
- react-draggable ^2.2.3 development
- react-error-overlay ^5.0.4 development
- react-flip-toolkit ^6.5.4 development
- react-grid-layout ^0.16.6 development
- react-redux ^7.2.1 development
- react-router-dom ~5.2.0 development
- react-router-hash-link ^2.4.1 development
- react-scripts ^4.0.3 development
- react-select ^3.1.0 development
- react-sortable-hoc ^2.0.0 development
- react-table ^7.7.0 development
- react-test-renderer ^16.13.1 development
- react-transform-hmr ^1.0.4 development
- react-transition-group ^4.4.1 development
- react-virtualized-auto-sizer ^1.0.6 development
- react-window ^1.8.6 development
- recompose ^0.30.0 development
- redux ^4.0.5 development
- redux-form ^8.3.6 development
- redux-logger ^2.7.4 development
- redux-mock-store ^1.5.4 development
- redux-persist ^6.0.0 development
- redux-thunk ^2.3.0 development
- reselect ^3.0.0 development
- rxjs ^6.6.6 development
- sass-lint ^1.13.0 development
- sass-loader ^7.1.0 development
- scrollparent ^2.0.1 development
- style-loader ^0.21.0 development
- svg2png ^3.0.1 development
- thread-loader ^1.2.0 development
- url-loader ^1.1.1 development
- uuid ^3.4.0 development
- webpack ^4.43.0 development
- webpack-dev-server ^3.11.0 development
- webpack-manifest-plugin ^2.0.4 development
- archiver ^3.1.1
- electron-devtools-installer ^2.2.4
- electron-log ^3.0.7
- fs-extra ^8.1.0