Skip to content

Commit

Permalink
Update docs/architecture/architecture.md
Browse files Browse the repository at this point in the history
Co-authored-by: Laurens Weijs <[email protected]>
Signed-off-by: GuusjeJuijn <[email protected]>
  • Loading branch information
GuusjeJuijn and laurensWe authored Jun 6, 2024
1 parent bf6e7f5 commit d8e719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The first option is to execute the task locally by using the command line interf

The second option is to use the Algorithm Management Toolkit (AMT). The user starts by visiting the Algorithm Management Toolkit website. Here, the user encounters a front end interface showing a planning board for projects and tasks. This planning board contains 3 columns: ‘To do’, ‘Doing’ and ‘Done’. When a user drags a task from ’To do’ to ‘Doing’, the front end makes an API call to the back end of the AMT.

The back end consists of three components, showed in the component diagram at the end of this page.
The backend consists of three components, showed in the component diagram at the end of this page.
1. An API application, which provides the project and tasks management functionality via HTTPS
2. The business logic, which is the core logic of the AMT
3. A system state, which provides the state of the AMT.
Expand Down

0 comments on commit d8e719b

Please sign in to comment.