-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds high level architecture document
- Loading branch information
Showing
4 changed files
with
46 additions
and
4 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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# High level Architecture | ||
|
||
|
||
Paper Badger is both an API and a UI, and it also integrates and uses data from different sources. | ||
The following image contains the main building blocks of the system: | ||
|
||
![Badges--Proposed-Workflow_1_.pdf](Badges--Proposed-Workflow_1_.pdf?raw=true) | ||
|
||
It is recommended to keep an eye on the [Roadmap #17](https://github.com/mozillascience/PaperBadger/issues/17) to see changes that may affect this document in the near future. | ||
|
||
## Main building blocks | ||
|
||
The main building blocks of the system are as follows. | ||
|
||
Integration with : | ||
- ORCID | ||
- A badges Server (currently badgekit-api; being migrated to badgr-server, see [#159](https://github.com/mozillascience/PaperBadger/issues/159)) | ||
|
||
## Flows | ||
Flows for the system are as stated in issue [#1](https://github.com/mozillascience/PaperBadger/issues/1) | ||
|
||
## Journal submission | ||
This is a feature that is currently done through a form, but needs to be automated. | ||
Progress can be followed in [#160](https://github.com/mozillascience/PaperBadger/issues/160) | ||
|
||
# The Stack | ||
|
||
Paper Badger is written in nodejs, using expressjs, MongoDB, Redis, and reactjs for the front end. | ||
|
||
The data for Badges comes from API calls to badgekit-api, through badgekit-api-client. | ||
|
||
## ORCID integration | ||
[Setup details](orcid-setup.md) to integrate with ORCID. | ||
|
||
## Badges integration | ||
A badges server has to be available so that Paper Badger can push and pull data from. The file [default.env](../default.env) | ||
contains the endpoint for the currently available _badgekit-api_ server. | ||
|
||
|
File renamed without changes.