Skip to content

feat(contract): implement quest templates#213

Merged
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/quest-templates-202
Mar 29, 2026
Merged

feat(contract): implement quest templates#213
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/quest-templates-202

Conversation

@yusuftomilola
Copy link
Copy Markdown
Contributor

Summary

  • Add TemplateKind enum with five categories: CodeContribution, ContentCreation, BugReport, Translation, CommunitySupport
  • Add QuestTemplate struct holding suggested reward, duration, and participant limit
  • Expose default_template factory so creators can bootstrap quests from a consistent baseline

closes #202

Add TemplateKind enum and QuestTemplate struct covering five common
quest categories (code contribution, content creation, bug report,
translation, community support). Expose default_template factory
for consistent quest creation.
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@yusuftomilola Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER RUKAYAT-CODER merged commit 2fc779e into EarnQuestOne:main Mar 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Quest Templates

2 participants