Skip to content
Snippets Groups Projects

Resolve "As a QR-scanning connoisseur , I want to unlock stickers after scanning a QR code to feel a sense of reward."

8 files
+ 67
81
Compare changes
  • Side-by-side
  • Inline
Files
8
//Holds locations data repository
package team5.smartTowns.rewards;
package team5.smartTowns.rewards.data;
import team5.smartTowns.rewards.Badge;
import java.util.List;
Loading