Skip to content

Commit

Permalink
Fix with drag and drop, new component card with docs and names in UML…
Browse files Browse the repository at this point in the history
… sequences changes
  • Loading branch information
nonodev96 committed Jun 28, 2022
1 parent 9208302 commit a11d21a
Show file tree
Hide file tree
Showing 43 changed files with 312 additions and 230 deletions.
22 changes: 11 additions & 11 deletions UML/4.Sequence/4.1.SignIn.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
autonumber
actor User
boundary InterfaceUI
participant System
participant "System\nAuthService" as system
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
User -> InterfaceUI: Open sign in
Expand All @@ -27,23 +27,23 @@ loop Form
User -> InterfaceUI: User data

alt #LightGreen User data successful
InterfaceUI -> System: Create account request
activate System
System -> Firebase: Create account request
InterfaceUI -> system: Create account request
activate system
system -> Firebase: Create account request
activate Firebase
alt #LightGreen successful case
System <-- Firebase: Create account successful
InterfaceUI <- System: Create account accepted
system <-- Firebase: Create account successful
InterfaceUI <- system: Create account accepted
User <- InterfaceUI: Create account accepted
else #Pink Account error
System <-- Firebase: Create account error
system <-- Firebase: Create account error
deactivate Firebase
InterfaceUI <- System: Create account error
deactivate System
InterfaceUI <- system: Create account error
deactivate system
User x<- InterfaceUI: Notification error
end
else #Pink Error in user data
InterfaceUI <- System: Error in user data
InterfaceUI <- system: Error in user data
User <- InterfaceUI: Notification error in user data
deactivate InterfaceUI
end
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.10.AutocompleteCode.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nEditor" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.11.ShowDocumentationCode.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nEditor" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
16 changes: 11 additions & 5 deletions UML/4.Sequence/4.12.ShowErrorsInCode.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nEditor" as System
participant "System\nMachineService" as MachineService
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand All @@ -20,17 +21,22 @@ User <- InterfaceUI: Show Editor

InterfaceUI -> System: Analyze code
activate System
System -> Server: Analyze code
System -> MachineService: Analyze code
MachineService -> Server: Analyze code
activate Server
System <-- Server: Analyze code response
MachineService <-- Server: Analyze code response
deactivate Server
InterfaceUI <- System: Analyze code response
System <-- MachineService: Analyze code response
System -> System: Process code response
InterfaceUI <- System: Data
deactivate System

alt #LightGreen Have error
User <- InterfaceUI: Show error in code
else #LightBlue No error in code
User <- InterfaceUI: Show code
else #Pink Error in response
User <- InterfaceUI: Show notification
end

deactivate InterfaceUI
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.13.ShowLogs.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nLoggerService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.14.ModifyMemory.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.15.ModifyRegisters.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
2 changes: 1 addition & 1 deletion UML/4.Sequence/4.16.ShowPipeline.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actor User
boundary InterfaceUI
participant System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
2 changes: 1 addition & 1 deletion UML/4.Sequence/4.17.ShowDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actor User
boundary InterfaceUI
participant System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
2 changes: 1 addition & 1 deletion UML/4.Sequence/4.18.ShowMemoryCode.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actor User
boundary InterfaceUI
participant System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.19.ShowMemory.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
22 changes: 11 additions & 11 deletions UML/4.Sequence/4.2.LogIn.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nAuthService" as system
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
User -> InterfaceUI: Open login
Expand All @@ -28,25 +28,25 @@ loop Form
User -> InterfaceUI: User data

alt #LightGreen User data successful
InterfaceUI -> System: Authentication request
activate System
InterfaceUI -> system: Authentication request
activate system

System -> Firebase: Authentication request
system -> Firebase: Authentication request

activate Firebase
alt #LightGreen successful case
System <- Firebase: Authentication successful
InterfaceUI <- System: Authentication accepted
system <- Firebase: Authentication successful
InterfaceUI <- system: Authentication accepted
User <- InterfaceUI: Authentication accepted
else #Pink Account error
System <- Firebase: Authentication error
system <- Firebase: Authentication error
deactivate Firebase
InterfaceUI <- System: Authentication error
deactivate System
InterfaceUI <- system: Authentication error
deactivate system
User x<- InterfaceUI: Notification error
end
else #Pink Error in User data
InterfaceUI <- System: Error in user data
InterfaceUI <- system: Error in user data
User x<- InterfaceUI: Notification error in user data
deactivate InterfaceUI
end
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.20.ShowRegisters.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
35 changes: 18 additions & 17 deletions UML/4.Sequence/4.21.Config.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant "System\nTHUMDER-App-Service" as THUMDER
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down Expand Up @@ -48,34 +49,34 @@ end
deactivate System

User -> InterfaceUI: Set auto save
InterfaceUI -> System: Set auto save
activate System
InterfaceUI -> THUMDER: Set auto save
activate THUMDER
alt #LightGreen Ok
InterfaceUI <- System: Set auto save
InterfaceUI <- THUMDER: Set auto save
else #Pink Error
InterfaceUI <- System: Set auto save to default
InterfaceUI <- THUMDER: Set auto save to default
end
deactivate System
deactivate THUMDER

User -> InterfaceUI: Set time simulation step
InterfaceUI -> System: Set time simulation step
activate System
InterfaceUI -> THUMDER: Set time simulation step
activate THUMDER
alt #LightGreen Ok
InterfaceUI <- System: Set time simulation step
InterfaceUI <- THUMDER: Set time simulation step
else #Pink Error
InterfaceUI <- System: Set time simulation step to default
InterfaceUI <- THUMDER: Set time simulation step to default
end
deactivate System
deactivate THUMDER

User -> InterfaceUI: Set config multiview
InterfaceUI -> System: Set config multiview
activate System
InterfaceUI -> THUMDER: Set config multiview
activate THUMDER
alt #LightGreen Ok
InterfaceUI <- System: Set config multiview
InterfaceUI <- THUMDER: Set config multiview
else #Pink Error
InterfaceUI <- System: Set config multiview to default
InterfaceUI <- THUMDER: Set config multiview to default
end
deactivate System
deactivate THUMDER

User -> InterfaceUI: Select save or reset
group #SkyBlue Select save
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.22.Calculator.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nCalculator" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.23.LoadSimulation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.24.NextStepInSimulation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.25.Simulation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nMachineService" as System
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
16 changes: 8 additions & 8 deletions UML/4.Sequence/4.3.CreateFile.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nFileSystemService" as system
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand All @@ -21,16 +21,16 @@ User <- InterfaceUI: Show file manager
deactivate InterfaceUI

User -> InterfaceUI: Create file
InterfaceUI -> System: Create file
System -> Firebase: Create file
InterfaceUI -> system: Create file
system -> Firebase: Create file

alt #LightGreen Ok
System <-- Firebase: Create file successful
InterfaceUI <- System: Create file successful
system <-- Firebase: Create file successful
InterfaceUI <- system: Create file successful
User <- InterfaceUI: Create file successful
else #Pink Error
System <-- Firebase: Create file error
InterfaceUI <- System: Create file error
system <-- Firebase: Create file error
InterfaceUI <- system: Create file error
User x<- InterfaceUI: Create file error
end

Expand Down
4 changes: 2 additions & 2 deletions UML/4.Sequence/4.4.ModifyAccount.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ autonumber

actor User
boundary InterfaceUI
participant System
participant "System\nAuthService" as system
participant Server
participant Firebase
participant "Provider" as Firebase

activate User
group#Gold User login
Expand Down
Loading

0 comments on commit a11d21a

Please sign in to comment.