Skip to content

Commit

Permalink
Merge pull request #42 from xxiaoweii/master
Browse files Browse the repository at this point in the history
Update Developer Guide
  • Loading branch information
xxiaoweii authored Oct 3, 2023
2 parents f9650fe + ded54ae commit 5df2dbd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,15 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

### Glossary

* **Mainstream OS**: Windows, Linux, Unix, OS-X
* **Private contact detail**: A contact detail that is not meant to be shared with others
1. **API**: Application Programming Interface, a set of rules and protocols that allow different software applications to communicate with each other
2. **Architecture Diagram**: Visual representation that illustrates how various components of the software project are structured and interconnected
3. **JavaFX UI**: A user interface framework in Java for creating interactive and visually appealing desktop applications
4. **Mainstream OS**: Windows, Linux, Unix, OS-X
5. **PlantUML**: A text-based tool for creating diagrams using simple text descriptions
6. **Private contact detail**: A contact detail that is not meant to be shared with others
7. **Sequence Diagram**: A visual tool showing the order of actions between system components or objects

*{More to be added}*

--------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 5df2dbd

Please sign in to comment.