Parcourir la source

update visuals

br8bit il y a 9 mois
Parent
commit
39906d0ce7
2 fichiers modifiés avec 10 ajouts et 5 suppressions
  1. 7 2
      architecture/workspace.dsl
  2. 3 3
      architecture/workspace.json

+ 7 - 2
architecture/workspace.dsl

@@ -12,7 +12,7 @@ workspace "IPRChain" "Decentralized IP Registry and Ownership Management" {
         #=========== Software Systems ============#
         ipr_chain = softwareSystem "IPRChain" "Decentralized IP Registry and Ownership Management" {
             frontend = container "Frontend Application" {
-              registration = component "Registration / Login" "Registers / Uploads IP" {
+              registration = component "Registry UI" "Registers / Uploads IP" {
                   tags "Frontend"
               } 
               dashboard = component "Dashboard UI" "Analytics / Management" { 
@@ -35,7 +35,9 @@ workspace "IPRChain" "Decentralized IP Registry and Ownership Management" {
         }
 
         solana_network = softwareSystem "Solana Network" "Blockchain infrastructure"
-        oracle = softwareSystem "Pyth Oracle" "Price feeds"
+        oracle = softwareSystem "Pyth Oracle" "Price feeds" {
+            tags "Oracle"
+        }
         lending = softwareSystem "MarginFi" "DeFi Lending"
         wallet = softwareSystem "User Wallet" "Digital Wallet"
 
@@ -101,6 +103,9 @@ workspace "IPRChain" "Decentralized IP Registry and Ownership Management" {
             element "Storage" {
                 shape cylinder
             }
+            element "Oracle" {
+                shape hexagon
+            }
         }
     }
 

Fichier diff supprimé car celui-ci est trop grand
+ 3 - 3
architecture/workspace.json


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff