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

Tweak: trending questions #427

Merged
merged 8 commits into from
Jul 18, 2024
Merged

Tweak: trending questions #427

merged 8 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    f426ab9 View commit details
    Browse the repository at this point in the history
  2. refactor: improve trending questions feed sorting

    The code changes in `TrendingQuestionsFeed.php` refactor the `builder` method to improve the sorting of trending questions. The formula for calculating the trending score has been updated to give more weight to likes. Additionally, the code removes the condition to filter out questions with less than 2 likes.
    
    This commit message follows the established convention of using the `refactor` prefix for refactoring changes and providing a clear and concise description of the changes made.
    MrPunyapal committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a6706ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e2ef49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dde60f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51774a1 View commit details
    Browse the repository at this point in the history
  6. refactor: improve trending questions feed sorting

    Refactor the `TrendingQuestionsFeed` builder method to improve the sorting of trending questions. The formula for calculating the trending score has been updated to give more weight to likes. Additionally, the code removes the condition to filter out questions with less than 2 likes.
    
    This commit message follows the established convention of using the `refactor` prefix for refactoring changes and provides a clear and concise description of the changes made.
    MrPunyapal committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2840957 View commit details
    Browse the repository at this point in the history
  7. refactor: typo

    MrPunyapal committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    298aa1f View commit details
    Browse the repository at this point in the history
  8. refactor: SQL readability

    MrPunyapal committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    83bf269 View commit details
    Browse the repository at this point in the history