Skip to content

Commit 277d787

Browse files
committed
Update README.md
1 parent 8754cb0 commit 277d787

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@ The following is a subset of the requirements of the existing project. My plan i
3333
* If an event is found, add the 3rd party tracker-specific attribution data and then store
3434
* The goal of storing the postback data is so that we can determine which traffic channels are responsible for which in-app events, and report this information to the marketing and production team
3535

36-
Of course, for now, the app is mostly just me getting my feet wet with server-side FRP, but stay tuned!
36+
37+
---
38+
39+
## Update 1. Rough Plan for App State Management
40+
41+
The two things I need to manage at this point (that can fit in memory) are legal game ids (`YA0tokens`) and currency exchange rates (for generating `YA0USD`). The following diagram is a rough plan on how to accomplish that:
42+
43+
![alt](https://github.com/sheac/in-app-event-collector/blob/master/imgs/Managing-State-From-Incoming-Data.png)

0 commit comments

Comments
 (0)