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:daily streak tracking #274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bosun-Josh121
Copy link

@Bosun-Josh121 Bosun-Josh121 commented Mar 5, 2025

Pull Request

Description

Related Issue

closes #97

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)Update your CONTRIBUTING.md to reference the template

  • Documentation update

  • Code refactoring

  • Performance improvement

  • Test update

  • Build/CI pipeline change

  • Other (please describe):

Checklist

  • I have read the CONTRIBUTING document.

  • [] My code follows the code style of this project.

  • I have commented my code, particularly in hard-to-understand areas.

  • I have made corresponding changes to the documentation.

  • [] My changes generate no new warnings.

  • I have added tests that prove my fix is effective or that my feature works.

  • New and existing unit tests pass locally with my changes.

  • Any dependent changes have been merged and published in downstream modules.

Screenshots/Recordings

Additional Context

Testing Instructions

Copy link

vercel bot commented Mar 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
de-wordle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2025 10:20pm

@manlikeHB
Copy link
Collaborator

Hi @Bosun-Josh121, Add tests.

@@ -45,6 +45,7 @@ pub mod DeWordle {
word_len: u8,
player_stat: Map<ContractAddress, PlayerStat>,
daily_player_stat: Map<ContractAddress, DailyPlayerStat>, // TODO: track day
active_players: Vec<ContractAddress>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need this?

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.

[CONTRACT] feat: Implement Daily Streak Tracking
2 participants