Replace memberId and channelId with json containing more info #3

Closed
opened 2025-02-06 05:28:28 +01:00 by Marsn3 · 0 comments
Owner

E.g. instead of the memberId, each event could contain the following:

{
    "id":1234,
    "name":"Example",
    "icon":"https://[...]"
}

Alternatively a mapping from user/channel id to more info could be stored in a seperate db, could make filtering through the api easier.

E.g. instead of the memberId, each event could contain the following: ```json { "id":1234, "name":"Example", "icon":"https://[...]" } ``` Alternatively a mapping from user/channel id to more info could be stored in a seperate db, could make filtering through the api easier.
Marsn3 self-assigned this 2025-02-06 05:28:28 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Metrik/vc-stats#3
No description provided.