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

On Vote Stop: On vote delegate, tell which user actually send the vote request #272

Closed
ostcar opened this issue Jun 25, 2024 · 1 comment

Comments

@ostcar
Copy link
Member

ostcar commented Jun 25, 2024

Currently, the users are send to the backend as a list of user_ids:

out := struct {
Votes []json.RawMessage `json:"votes"`
Users []int `json:"user_ids"`
}{
encodableObjects,
result.UserIDs,
}

For this implementation, it has to be changed to some sort of of dictonary or a list of tuples.

@luisa-beerboom I will create a proposal and send you the draft.

@ostcar
Copy link
Member Author

ostcar commented Jul 9, 2024

As discussed, we don't do this for this moment

@ostcar ostcar closed this as completed Jul 9, 2024
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

1 participant