Skip to content

Commit

Permalink
fix: added the missing reception schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente-G committed Dec 11, 2023
1 parent 83e4dca commit f9543db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/systems/configs/relations.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
container "HHRR Database" "SQL Database" "" "Database" {
users -> this "Manages the data"
}
update = container "Config Wrapper" "Microservice" "" "Container" {
update = container "Config Updater" "Microservice" "" "Container" {
-> database.system "Change the configuration" "Message Broker"
-> analytics.scheduled "Update schedule" "HTTPS Request"
-> inventory.scheduled "Update schedule" "HTTPS Request"
-> reception.scheduled "Update schedule" "Message Broker"
-> inventory.supplier "Update supply rules" "HTTPS Request"
}
notification = container "Notification Emitter" "Microservice" "" "Container"
backend = container "Schema Validation" "Microservice" "" "Container" {
-> users "Add or update an employee" "HTTPS Request"
-> update "Change the configuration" "HTTPS Request"
-> notification "Request the delivery" "Message Broker"
}
container "Authentication" "Firewall" "" "Container" {
view -> this "Sends the changes" "HTTPS Request"
Expand Down
3 changes: 3 additions & 0 deletions src/systems/reception/relations.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
backend = container "Schema Validation" "Microservice" "" "Container" {
-> database.inventory "Sends new values" "Message Broker"
}
scheduled = container "Reception Supplier " "Scheduled" "" "Container" {
-> database.orders "Create supplyment orders" "Message Broker"
}
container "Authentication" "Firewall" "" "Container" {
view -> this "Sends the form" "HTTPS Request"
-> backend "Redirects"
Expand Down

0 comments on commit f9543db

Please sign in to comment.