You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/appTemplates/AppManagingAccount.js
+63-3Lines changed: 63 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ const collectorIdGenerator = new ShortUniqueId({ dictionary: 'alphanum_lower', l
12
12
* Stream structure
13
13
* - [baseStreamId] "Root" stream for this app
14
14
* - [baseStreamId]-[collectorsId] Each "questionnary" or "request for a set of data" has it's own stream
15
-
* - [baseStreamId]-[collectorsId]-settings Contains events with the current settings of this app (this stream will be shared in "read" with the request)
15
+
* - [baseStreamId]-[collectorsId]-public Contains events with the current settings of this app (this stream will be shared in "read" with the request)
16
16
* - [baseStreamId]-[collectorsId]-pending Contains events with "pending" requests
17
+
* - [baseStreamId]-[collectorsId]-inbox Contains events with "inbox" requests Will be shared in createOnly
17
18
* - [baseStreamId]-[collectorsId]-active Contains events with "active" users
18
19
* - [baseStreamId]-[scollectorsId]-errors Contains events with "revoked" or "erroneous" users
0 commit comments