Skip to content

Commit

Permalink
Organize
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Nov 11, 2024
1 parent 0e6db82 commit 5274d87
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/SYNCING-PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ uses.

## Two levels of syncing

**Account Sync** This synchronizes what projects the Account has, creating or deleting just the top
level directories on the client
**Account Sync:** This synchronizes what projects the Account has, creating, deleting, or renaming
just the top level directories on the client

**Project Sync** This synchronizes an individual project and all of it's Entities
**Project Sync:** This synchronizes an individual project and all of it's Entities

---

## Account Sync Protocol

Expand Down Expand Up @@ -96,6 +98,8 @@ sequenceDiagram
```

---

## Project Sync Protocol

## Goal
Expand Down Expand Up @@ -156,8 +160,8 @@ sequenceDiagram
rect rgb(11, 0, 74)
loop Transfer Entities
Note right of Client: See breakout section for details
Client->>Server:
Server->>Client:
Client ->> Server: [various]
Server ->> Client: [various]
end
end
Expand Down

0 comments on commit 5274d87

Please sign in to comment.