[0.19] Implement API for analytics of votes given by a person#5669
[0.19] Implement API for analytics of votes given by a person#5669MrKaplan-lw wants to merge 3 commits intoLemmyNet:release/v0.19from
Conversation
|
Generally new features should be on the main branch, otherwise it will be a lot of hassle to keep bug fixes and enhancements in sync across 0.19 and main. |
|
my development target is currently 0.19, as that is the version we run on lemmy.world. |
|
Makes sense. Do you also have some tool to visualize the output of this endpoint? If so it would be nice if we could see some example screenshots. |
|
this is what i got so far, i'll see about having post and comment votes in tables next to each other. |
444fa0c to
790f50a
Compare

This contains some rather complex SQL, but it's not possible to simply replicate that with Diesel without losing performance or consistency afaik.