https://github.com/bidmcdigitalpsychiatry/appmapdb

The Division of Digital Psychiatry AppMap database.

https://github.com/bidmcdigitalpsychiatry/appmapdb

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The Division of Digital Psychiatry AppMap database.

Basic Info
  • Host: GitHub
  • Owner: BIDMCDigitalPsychiatry
  • Language: TypeScript
  • Default Branch: master
  • Homepage: https://mindapps.org
  • Size: 475 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 3
  • Open Issues: 2
  • Releases: 0
Created over 6 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

AppMapDB

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Cloud Setup/Configuration

AWS Amplify/Authentication Setup

Note: The below commands will ask you to login with a username via the web console. This username should have admin priveleges so the CLI can perform the necessary actions.

  1. npm install -g @aws-amplify/cli - installs the amplify cli so it can be used via the command line
  2. amplify configure - creates the amplify admin user and stores credentials in ~/.aws/credentials. I'm not sure if this is for granting permissions to the CLI or if it is required for the amplify project. I would guess it is for the CLI and can be deleted after the project has been setup.
  3. amplify init - creates up the amplify project
  4. amplify add auth - adds authentication to amplify project
  5. amplify push - pushes the project to the cloud

AWS Lambda Function Installation

  1. Add the AWS Lambda Execute or Full Control permissions to the Unauth role created by the Amplify/Authentication Setup.
  2. In the cloudfunctions/app-store-cors-proxy-aws directory, run npm install to generate the nodemodules directory.
  3. Zip contents of the cloud_functions/app-store-cors-proxy-aws folder and upload to AWS lambda console.
  4. Expose the lambda function via the desired endpoint (http) so the client app can access it.

Dynamo DB

  1. Add the AWS Dynamo DB permissions to the Unauth role created by the Amplify/Authentication Setup.
  2. In the Dynamo DB web console create the applications table

Owner

  • Name: BIDMC Division of Digital Psychiatry
  • Login: BIDMCDigitalPsychiatry
  • Kind: organization
  • Email: team@digitalpsych.org
  • Location: Longwood Medical Area, Boston, MA, US

GitHub Events

Total
  • Issues event: 3
  • Issue comment event: 7
  • Push event: 164
Last Year
  • Issues event: 3
  • Issue comment event: 7
  • Push event: 164

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 79
  • Total pull requests: 21
  • Average time to close issues: 24 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 4
  • Total pull request authors: 5
  • Average comments per issue: 0.61
  • Average comments per pull request: 0.19
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cvanem (69)
  • ecamach13 (10)
  • slagan1 (2)
  • avaidyam (1)
Pull Request Authors
  • slagan1 (8)
  • cvanem (6)
  • dependabot[bot] (5)
  • ecamach13 (2)
  • ryan-hays (1)
Top Labels
Issue Labels
ready (8) question (4) abandoned (4) replaced (3) duplicate (2)
Pull Request Labels
dependencies (5)

Dependencies

cloud_functions/app-store-cors-proxy-aws/package.json npm
  • app-store-scraper 0.17.0
  • google-play-scraper git+https://github.com/facundoolano/google-play-scraper#pull/545/head
cloud_functions/app-store-cors-proxy-gcp/package.json npm
  • app-store-scraper 0.16.3
  • google-play-scraper 8.0.2
package.json npm
  • fs-extra 9.0.0 development
  • webpack ^4.44.2 development
  • @emotion/react 11.7.1
  • @emotion/styled 11.6.0
  • @fullcalendar/core 4.4.2
  • @fullcalendar/daygrid 4.4.2
  • @fullcalendar/interaction 4.4.2
  • @fullcalendar/list 4.4.2
  • @fullcalendar/react 4.4.2
  • @fullcalendar/timegrid 4.4.2
  • @fullcalendar/timeline 4.4.2
  • @mui/icons-material 5.4.1
  • @mui/lab 5.0.0-alpha.68
  • @mui/material 5.4.1
  • @mui/styles 5.4.1
  • @reactions/component 2.0.2
  • @rehooks/component-size 1.0.3
  • @types/history 4.7.5
  • @types/node 12.12.14
  • @types/react-redux 7.1.22
  • @types/react-router 5.1.18
  • @types/react-router-dom 5.3.3
  • @types/webpack 5.28.0
  • @types/webpack-env 1.16.3
  • aws-amplify 3.0.20
  • aws-sdk 2.696.0
  • axios 0.19.2
  • classnames 2.3.1
  • clsx 1.1.1
  • connected-react-router 6.9.2
  • date-fns 2.28.0
  • decimal.js-light 2.5.1
  • deepmerge 4.2.2
  • dompurify 2.3.5
  • history 4.10.1
  • localforage 1.10.0
  • logrocket 2.2.0
  • marked 2.0.6
  • moment 2.29.1
  • password-validator 5.1.1
  • react 17.0.2
  • react-avatar-editor 11.1.0
  • react-dom 17.0.2
  • react-draggable 4.4.4
  • react-dropzone 11.2.4
  • react-elastic-carousel 0.11.5
  • react-number-format 4.6.0
  • react-player 2.9.0
  • react-quill 1.3.5
  • react-redux 7.2.4
  • react-router 5.2.0
  • react-router-dom 5.2.0
  • react-scripts 4.0.3
  • react-swipeable-views 0.14.0
  • react-virtualized 9.22.3
  • react-virtuoso 2.6.0
  • redux 4.1.2
  • redux-persist 6.0.0
  • redux-thunk 2.4.1
  • styled-components 5.3.3
  • typescript 4.5.5
.github/workflows/production.yml actions
  • JamesIves/github-pages-deploy-action releases/v3 composite
  • actions/checkout v1 composite
cloud_functions/app-map-db-survey-reminders/package.json npm