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

Controller: Make scoring more maintainable #28

Closed
F30 opened this issue Jun 15, 2018 · 0 comments
Closed

Controller: Make scoring more maintainable #28

F30 opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels
improvement Not a critical bug, but also not a visible feature

Comments

@F30
Copy link
Member

F30 commented Jun 15, 2018

Doing scoring thorugh a Materialized View is nice from a DB point of view, however it causes some problems in practice:

  • Nobody besides @siccegge really understands the SQL, let alone is able to change it
  • Django doesn't know of Materialized Views, so it has to be deployed separately after initial database creation
  • The View's current schema is not optimized for rendering the scoreboard HTML, that still requires some processing in Python (see scores() in "calculations.py")

I want something more maintainable, probably more Python instead of SQL.

@F30 F30 added the idea Idea to be discussed, not yet ready for implementation label Jun 15, 2018
@F30 F30 added improvement Not a critical bug, but also not a visible feature and removed idea Idea to be discussed, not yet ready for implementation labels Jul 11, 2020
@F30 F30 assigned rudis and F30 Jul 11, 2020
F30 added a commit that referenced this issue Jul 20, 2024
Closes: #28
Closes: #49

Co-authored-by: Simon Ruderich <simon@ruderich.org>
@F30 F30 closed this as completed in 7d031ba Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Not a critical bug, but also not a visible feature
Projects
None yet
Development

No branches or pull requests

2 participants