Skip to content

feat: scaffold loyalty program and points service#335

Merged
Mkalbani merged 5 commits into
MindFlowInteractive:mainfrom
wumibals:feat/issue-315-loyalty-service
May 30, 2026
Merged

feat: scaffold loyalty program and points service#335
Mkalbani merged 5 commits into
MindFlowInteractive:mainfrom
wumibals:feat/issue-315-loyalty-service

Conversation

@wumibals
Copy link
Copy Markdown
Contributor

Summary

Initializes the loyalty service microservice under microservices/loyalty-service with NestJS, TypeORM entities, service layer, and REST controller for tracking player points and tier progression.

Changes

  • Add AppModule with PostgreSQL/TypeORM configuration
  • Add LoyaltyPoints entity with tier tracking
  • Add LoyaltyService with points accumulation and automatic tier calculation (bronze/silver/gold/platinum)
  • Add LoyaltyController exposing REST endpoints
  • Add main.ts entry point

closes #315

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@wumibals 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

@Mkalbani Mkalbani merged commit 1ca1516 into MindFlowInteractive:main May 30, 2026
5 of 13 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.

Loyalty Program and Points Service Setup

2 participants