Skip to content

feat(app): Add guide vote functionality on guide page - #210

Draft
kevin8999 wants to merge 1 commit into
bluelearn-org:mainfrom
kevin8999:feat/guide-vote
Draft

feat(app): Add guide vote functionality on guide page#210
kevin8999 wants to merge 1 commit into
bluelearn-org:mainfrom
kevin8999:feat/guide-vote

Conversation

@kevin8999

Copy link
Copy Markdown
Contributor

Summary

Closes #175

Type of change

  • Bug fix
  • Feature
  • Refactor (no behavior change)
  • Documentation
  • Build / tooling / CI
  • Other: _________

Verification

  • pnpm -r typecheck passes
  • pnpm -r build passes
  • Manually verified in a browser (for UI / behavior changes)
  • Followed the app layout conventions
  • No new dependencies, or new dependencies are justified and AGPL-compatible
  • Change does not violate any non-negotiable principle
  • Documentation only, no changes to the codebase, so no tests required

…tion

This refactor makes `toggleVote()` easier to understand.

The submitted vote will later be used to update the database.

Signed-off-by: Kevin Duong <kevin.duong306@gmail.com>
@andyrodrigues30 andyrodrigues30 added the area:frontend Tasks related to frontend (app) label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Tasks related to frontend (app)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Implement guide vote functionality on the guide page

2 participants