forked from hasslesstech/edu-dis-labs
		
	лаб4: додав на BE-модель інформацію про посилання
This commit is contained in:
		
							parent
							
								
									9b538c7d8e
								
							
						
					
					
						commit
						2c392feee6
					
				@ -27,6 +27,13 @@ entity Question.text <<TEXT>>
 | 
			
		||||
entity Responce
 | 
			
		||||
entity Responce.value <<TEXT>>
 | 
			
		||||
 | 
			
		||||
entity Link
 | 
			
		||||
entity Link.usageLimit
 | 
			
		||||
entity Link.responceLimit
 | 
			
		||||
entity Link.uses
 | 
			
		||||
entity Link.responces
 | 
			
		||||
entity Link.path
 | 
			
		||||
 | 
			
		||||
Account.username --* Account
 | 
			
		||||
Account.password --* Account
 | 
			
		||||
 | 
			
		||||
@ -35,6 +42,12 @@ Survey.duration --* Survey
 | 
			
		||||
Survey.isPaused --* Survey
 | 
			
		||||
Survey.isNamed --* Survey
 | 
			
		||||
 | 
			
		||||
Link.usageLimit -u-* Link
 | 
			
		||||
Link.responceLimit -u-* Link
 | 
			
		||||
Link.uses --* Link
 | 
			
		||||
Link.responces --* Link
 | 
			
		||||
Link.path -u-* Link
 | 
			
		||||
 | 
			
		||||
Responce.value -u-* Responce
 | 
			
		||||
 | 
			
		||||
Question.text -u-* Question
 | 
			
		||||
@ -43,6 +56,7 @@ Account "1,1" -- "0,*" Survey
 | 
			
		||||
Survey "1,1" -- "0,*" Question
 | 
			
		||||
Question "1,1" -r- "0,*" Responce
 | 
			
		||||
Account "0,1" -r- "0,*" Responce
 | 
			
		||||
Link "0,*" -- "1,1" Survey
 | 
			
		||||
 | 
			
		||||
@enduml
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user