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

feat: add total number of daily quests completed #13

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

kieranroneill
Copy link
Member

Description

  • Exclude swagger function in make deploy command
  • Convert completed to a boolean for /v1/quests response
  • Add total property to the /v1/quests response to give the total number of daily quests completed

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added the ✨ feature New feature or request label Jul 23, 2024
@kieranroneill kieranroneill self-assigned this Jul 23, 2024
@kieranroneill kieranroneill linked an issue Jul 23, 2024 that may be closed by this pull request
@kieranroneill kieranroneill merged commit 07b8bc9 into beta Jul 23, 2024
1 check passed
@kieranroneill kieranroneill deleted the 12-add-total-number-of-daily-quests-completed branch July 23, 2024 09:58
github-actions bot pushed a commit that referenced this pull request Jul 23, 2024
# [1.3.0-beta.1](v1.2.0...v1.3.0-beta.1) (2024-07-23)

### Features

* add total number of daily quests completed ([#13](#13)) ([07b8bc9](07b8bc9))
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.3.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Jul 23, 2024
github-actions bot pushed a commit that referenced this pull request Jul 23, 2024
# [1.3.0](v1.2.0...v1.3.0) (2024-07-23)

### Features

* add total number of daily quests completed ([#13](#13)) ([07b8bc9](07b8bc9))
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add total number of daily quests completed
2 participants