-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from NIH-NCPI/deployment_v2.0.0
Deployment v2.0.0 UAT and PROD
- Loading branch information
Showing
53 changed files
with
1,983 additions
and
1,991 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,13 @@ | ||
# Map Dragon | ||
This application will support several user groups in submitting and validating their data, managing and tracking data definitions, and aligning data to standardized terms. | ||
|
||
## Getting Started | ||
### Vite React App | ||
Map Dragon is a tool for data mappers that enables users to import and store data dictionaries, search and map across multiple ontologies simultaneously, and export mapped data. This will standardize terminology for improved use in the AnVIL Data Explorer, and improve cross-platform querying. | ||
|
||
This is a React application bootstrapped with Vite. | ||
MapDragon operates on GCP and has been tested for use in Chrome and Microsoft Edge. We do not recommend using MapDragon on other browsers. | ||
|
||
### Prerequisites | ||
## Resources | ||
|
||
Make sure you have Node.js and npm installed on your machine. | ||
|
||
### Installation | ||
|
||
1. Clone the repository: | ||
|
||
```sh | ||
git clone [email protected]:NIH-NCPI/map-dragon.git | ||
|
||
2. Navigate into the project directory: | ||
|
||
```sh | ||
cd map-dragon | ||
3. Install dependencies | ||
```sh | ||
npm i | ||
|
||
### Development | ||
1. To start the development server, run: | ||
```sh | ||
npm run dev | ||
### Dependencies | ||
This project utilizes the following dependencies: | ||
+ React: A JavaScript library for building user interfaces | ||
+ Vite: A front-end tooling for web development | ||
+ Ant Design: A design component library | ||
+ Sass: A CSS preprocessor | ||
+ React OAuth2 | Google: A React library for Google OAuth | ||
+ jwt-decode: A JWT decoder | ||
+ Papa Parse: A CSV parser | ||
- [User Guide](https://docs.google.com/document/d/1nzJacOXqxbY-7EuynXdsvPCGp0tmkc_rm2x56T97PXY/edit?usp=sharing) | ||
|
||
- [Onboarding Slides](https://docs.google.com/presentation/d/1Hm1ZXmNlhaHlJ0LIb9WlZ4sH2CTpOJQw94K0_Ul-W40/edit?usp=sharing) | ||
|
||
These slides have been used to provide an overview to groups utilizing Map Dragon for their mapping needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
.about_container { | ||
margin: -26.5vh 10vw 10vh 10vw; | ||
line-height: 1.5rem; | ||
} | ||
|
||
.about_description { | ||
width: 500px; | ||
} |
Oops, something went wrong.