microsoft / microsoft/generative-ai-with-javascript

feat/idea: implement a badge system

Open
#17 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
1.3k
Forks
841
Avg merge
1d 3h
Merged PRs (30d)
1

Description

🔹 2. Create an "Achievements" System

To encourage learning and engagement, we can implement a symbolic rewards system, similar to achievements in games.


  • Introduce visual badges that can be unlocked as users progress.
  • Example of a badge in the README:

![Badge: Lighthouse Architect](https://img.shields.io/badge/🏆-Lighthouse%20Architect-blue)
  • Possible achievements:

    • 🏆 "Time Traveler" – Complete the first lesson.
    • 🔦 "Lighthouse Architect" – Build the first optimized prompt.
    • 🤖 "AI Whisperer" – Improve an LLM response with a refined prompt.

✅ Impact: Encourages progression and motivates users to complete challenges.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the README example and inspect the repository's lesson or progression entry points; the issue names no implementation files or tests. Clarify how progress is recorded, where badges should appear, and how the three suggested achievements are detected. Done means the agreed badge behavior is implemented and verified for each achievement.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.