Skip to content

Commit

Permalink
Add reference to architecture diagrams
Browse files Browse the repository at this point in the history
Refer to architecture diagrams for model, gui and logic packages
  • Loading branch information
alexkarezin authored Nov 18, 2019
1 parent ea9e73b commit 713d119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion High-Level-Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The `model` represents the most important data structures (`BibDatases`, `BibEnt
We use an event bus to publish events from the `model` to the other layers.
This allows us to keep the architecture but still react upon changes within the core in the outer layers.

You can view up-to-date diagrams for model, gui, and logic packages [here](https://sourcespy.com/github/jabref/).


## Package Structure
Permitted dependencies in our architecture are:
Expand Down Expand Up @@ -42,4 +44,4 @@ Both GUI and CLI are started via the `JabRefMain` which will in turn call `JabRe
![Class Diagram](http://yuml.me/20975ef4)
Visualization as a class diagram: http://yuml.me/20975ef4
-->
-->

0 comments on commit 713d119

Please sign in to comment.