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

Feature: Metrics calculation system overhaul #158

Open
SakuraIsayeki opened this issue Feb 24, 2024 · 0 comments
Open

Feature: Metrics calculation system overhaul #158

SakuraIsayeki opened this issue Feb 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SakuraIsayeki
Copy link
Owner

Context

When a user submits a post, this post is liable to change metrics on another user. This metric change is currently reactively "hand-calculated" by a service, and does not rely on any proactive method.

Problem

Any exception thrown between post submission and profile metrics update can and will invalidate any current metric, rendering it inaccurate.

Solution

The metrics calculation system should be changed for a proactive method (DB counts for example), to increase robustness in metrics readouts.

@SakuraIsayeki SakuraIsayeki added the enhancement New feature or request label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant