Skip to content
Snippets Groups Projects
Commit ebc5b300 authored by inso's avatar inso
Browse files

AccountService needs BMAAccess + change colors

parent 99bd9c8b
No related branches found
No related tags found
No related merge requests found
doc/uml/access.png

6.94 KiB | W: | H:

doc/uml/access.png

7.08 KiB | W: | H:

doc/uml/access.png
doc/uml/access.png
doc/uml/access.png
doc/uml/access.png
  • 2-up
  • Swipe
  • Onion skin
@startuml
class IdentitiesAccess << (A,green) >> {
class IdentitiesAccess << (A,lightgreen) >> {
}
class CertificationAccess << (A,green) >> {
class CertificationAccess << (A,lightgreen) >> {
}
class TransactionAccess << (A,green) >> {
class TransactionAccess << (A,lightgreen) >> {
}
class CommunityAccess << (A,green) >> {
class CommunityAccess << (A,lightgreen) >> {
}
class BlockchainAccess << (A,green) >> {
class BlockchainAccess << (A,lightgreen) >> {
}
@enduml
\ No newline at end of file
doc/uml/backend.png

171 KiB | W: | H:

doc/uml/backend.png

168 KiB | W: | H:

doc/uml/backend.png
doc/uml/backend.png
doc/uml/backend.png
doc/uml/backend.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -40,6 +40,7 @@ package API {
}
}
AccountService --> BMAAccess
BlockchainAccess --> BMAAccess
CommunityAccess --> BMAAccess
TransactionAccess --> BMAAccess
......
doc/uml/data.png

54.8 KiB | W: | H:

doc/uml/data.png

54 KiB | W: | H:

doc/uml/data.png
doc/uml/data.png
doc/uml/data.png
doc/uml/data.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -60,13 +60,11 @@ class Blockchain << (D,orchid) >> {
currency: str (PK)
current_buid: BlockUID
nb_members: int
mass: int
current_mass: int
median_time: int
last_ud: int
last_ud_base: int
mass_minus_1: int
ud_minus_1: int
ud_minus_1_base: int
previous_mass: int
}
class Node << (D,orchid) >> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment