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

[Performance] Get weight sum along with bills to scale #949

Merged
merged 11 commits into from
Jan 21, 2022

Commits on Dec 20, 2021

  1. get weight sum along with bills to scale

    otherwise, we need to get the weight sum for each displayed bill.
    Here, we are much more scalable
    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    35da19f View commit details
    Browse the repository at this point in the history
  2. add test

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4e257c2 View commit details
    Browse the repository at this point in the history
  3. format

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cb7cdd2 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    53c2b1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65aa4b0 View commit details
    Browse the repository at this point in the history
  6. add comments

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c04b24c View commit details
    Browse the repository at this point in the history
  7. format

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6cddad2 View commit details
    Browse the repository at this point in the history
  8. rename method to make it clearer

    And also, make it static, since it doesn't rely on instance.
    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    975fe67 View commit details
    Browse the repository at this point in the history
  9. improve comments and naming

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d60841e View commit details
    Browse the repository at this point in the history
  10. improve naming

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ba4d65d View commit details
    Browse the repository at this point in the history
  11. missing article

    Glandos committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    36365e2 View commit details
    Browse the repository at this point in the history