Skip to content

Commit 9450454

Browse files
authored
PR fix
1 parent daebd99 commit 9450454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/diagrams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ The diagram below is a visual representation of how time is calculated in MapSwi
4545
Step 1: User Mapping Session **sends data** to Firebase
4646
- When a user completes a mapping session in the mobile/web app, the session payload (including start/end timestamps, user ID, session metadata, etc.) is sent in real time to Firebase.
4747

48-
Step 2: Firebase **syncs data** with the cron job
48+
Step 2: Cron job **fetches data** from the firebase
4949
- Every 3 minutes, a cron job syncs data for any new session records and pulls them into the backend.
5050

51-
Step 3: Sync Worker **saves raw data** to Postgres database
51+
Step 3: Cron job **saves raw data** to Postgres database
5252
- The cron job sends new session data to the Postgres database.
5353

5454
Step 4: Cron job **reads raw data** from Postgres database

0 commit comments

Comments
 (0)