Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guilds' action filed #65

Closed
amindadgar opened this issue May 17, 2023 · 3 comments
Closed

Update guilds' action filed #65

amindadgar opened this issue May 17, 2023 · 3 comments
Assignees

Comments

@amindadgar
Copy link
Member

In order to compute the new memberactivities in analytics script we need the action field of all guilds to be updated. Each value in the array of action is representing the duration for an activity, for example the first entry in it is representing minimum number of interactions to be active.

So, Now, the task is to add two more values to each array of action.
The action array should be like: [1, 1, 1, 4, 3, 5, 5, 4, 3, 3, 2, 2, 1]
Basically you should update it and add 2, 1 to the end of the existing array.

@cyri113
Copy link
Contributor

cyri113 commented Jun 9, 2023

@Behzad-rabiei was this completed? or should we move it to another iteration?

@amindadgar
Copy link
Member Author

I did the task. It is completed now but for it is just for the development server.
For the production, we still needed to do that. I didn't do this for production cause needed approvals (It is not a big task).
@cyri113

@amindadgar
Copy link
Member Author

I can see the action field in the production servers are also updated, we could close this issue.

@cyri113 cyri113 closed this as completed Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants