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

Add test-user-service #290

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

Add test-user-service #290

wants to merge 1 commit into from

Conversation

uptownhr
Copy link
Member

@uptownhr uptownhr commented Mar 4, 2025

https://panfactum.slack.com/docs/T07GBM1FL02/F08G9TGUCDP?focus_section_id=temp:C:DNA503b0b2163f14e8bbc3cebb37

Summary

  • Create test-user-service module and deployment configuration
  • Uses the same structure as demo-user-service with a separate database
  • Points to test.panfactum.com domain

Test plan

  • Deploy the test-user-service to a test environment
  • Verify that the service is accessible at test.panfactum.com/user
  • Test API endpoints to ensure functionality matches demo-user-service

This adds a test version of the user service which:
- Creates a new namespace "test-user-service"
- Deploys to test.panfactum.com
- Uses a separate database but shares the Redis cache
- Requires the same dependencies as demo-user-service

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
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.

1 participant