doc: adjust UML activity diagram for API route stops/import to API version v1.1.10

This commit is contained in:
dancingCycle 2022-11-29 10:27:51 +01:00
parent 0562532f80
commit e7fa7d1529
1 changed files with 12 additions and 17 deletions

View File

@ -4,24 +4,19 @@ start
if (Authorized?) then (yes)
:check number of imports;
if (number?) equals (2) then
:check stops in storage;
if (Stop storage available?) then (yes)
:check stops from import;
if (Is stop import empty?) then (yes)
end
else (no)
:check zones from import;
if (Is zone import empty?) then (yes)
end
else (no)
:process zones from import;
:process stops from import;
:delete obsolete records in storage;
:return all records from storage;
endif
endif
else (no)
:get stops from import;
if (Is stop import empty?) then (yes)
end
else (no)
:get zones from import;
if (Is zone import empty?) then (yes)
end
else (no)
:process zones from import;
:process stops from import;
:delete obsolete records in storage;
:return all records from storage;
endif
endif
else (no)
end