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

Merging main with prod #207

Merged
merged 12 commits into from
Oct 14, 2024
Merged

Merging main with prod #207

merged 12 commits into from
Oct 14, 2024

Commits on Sep 28, 2024

  1. "Removed db.operations.go file, updated type.go with new ActivityUnit…

    …Xp struct, and added ScoreBoard and ActivityUnitXp structs to migrate_models.go"
    p-shubh committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    83f66f0 View commit details
    Browse the repository at this point in the history
  2. "Added ScoreBoard model and related CRUD operations, updated leaderbo…

    …ard.db.operations.go to create and update ScoreBoard entries, and modified API routes to include ScoreBoard endpoint."
    p-shubh committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    96ab220 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. "Refactor DynamicLeaderBoardUpdate and UpdateScoreBoard functions to …

    …handle user_id existence and update ScoreBoard columns accordingly"
    p-shubh committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2ec232c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. "Added new functions to leaderboard API, updated database operations,…

    … and implemented cron job for auto calculating scoreboards"
    p-shubh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f78e9ff View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. "Added new function CronForReviewUpdate, updated leaderboard.go to ca…

    …ll this function, and made changes to models.go to add new structs and fields."
    p-shubh committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5db37a9 View commit details
    Browse the repository at this point in the history
  2. "Updated cron job operation to use raw SQL query, modified error hand…

    …ling and logging, and commented out CronForReviewUpdate call in leaderboard.go"
    p-shubh committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a7458a2 View commit details
    Browse the repository at this point in the history
  3. "Added new function AutoCalculateScoreBoard in cron.job.operation.go,…

    … modified getScoreBoard function in leaderboard.go, and updated UserScoreBoard struct in models/leaderboard.go"
    p-shubh committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1cbde31 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    98c1ca6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from NetSepio/rushikesh-auth

    update : authenticate api
    Rushikeshnimkar authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    68a5dbb View commit details
    Browse the repository at this point in the history
  3. update user table

    Rushikeshnimkar committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a33039c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #206 from NetSepio/rushikesh-auth

    update user table
    Rushikeshnimkar authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1c2db0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c3c144 View commit details
    Browse the repository at this point in the history