Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
luigi-raynel-dev
/
dev_payment.api
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/sprint 03 payment domain
- #1
#1
Merged
luigi-raynel-dev
merged 14 commits into
main
luigi-raynel-dev/dev_payment.api:main
from
feat/sprint-03-payment-domain
luigi-raynel-dev/dev_payment.api:feat/sprint-03-payment-domain
Copy head branch name to clipboard
Aug 22, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Feat/sprint 03 payment domain
#1
luigi-raynel-dev
merged 14 commits into
main
luigi-raynel-dev/dev_payment.api:main
from
feat/sprint-03-payment-domain
luigi-raynel-dev/dev_payment.api:feat/sprint-03-payment-domain
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2026
feat: define Payment domain and initial flow for payment creation in Sprint 3; update related documentation
luigi-raynel-dev
committed
300849b
View commit details
Copy full SHA for 300849b
Browse repository at this point
feat: implement payment domain with validations and status transitions; add unit tests
luigi-raynel-dev
committed
bbd65d1
View commit details
Copy full SHA for bbd65d1
Browse repository at this point
feat: add CreatePaymentInput and CreatePaymentOutput classes; implement PaymentRepositoryInterface
luigi-raynel-dev
committed
9b08dea
View commit details
Copy full SHA for 9b08dea
Browse repository at this point
feat: implement CreatePayment use case and associated tests; add IdGeneratorInterface; update Payment validation
luigi-raynel-dev
committed
f76fdf6
View commit details
Copy full SHA for f76fdf6
Browse repository at this point
feat: update Sprint 03 backlog with progress on the Payment domain and implementation of the CreatePayment use case
luigi-raynel-dev
committed
fed7f09
View commit details
Copy full SHA for fed7f09
Browse repository at this point
feat: create migration for creatin payments table; install ramsey/uuid package to generate uuid
luigi-raynel-dev
committed
693cfd1
View commit details
Copy full SHA for 693cfd1
Browse repository at this point
Commits on Aug 17, 2026
feat: create PaymentRepository, UuidGenerator, PaymentController, Payment Model, add http route for saving payments, add Dependency Inversion for PaymentRepository and UuidIdGenerator and update sp…
Show description for a964ed3
luigi-raynel-dev
committed
a964ed3
View commit details
Copy full SHA for a964ed3
Browse repository at this point
Commits on Aug 20, 2026
test: create test for PaymentRepository
luigi-raynel-dev
committed
4b6b6b2
View commit details
Copy full SHA for 4b6b6b2
Browse repository at this point
fix: get request data via input method for each property key from body
luigi-raynel-dev
committed
25c1695
View commit details
Copy full SHA for 25c1695
Browse repository at this point
test: create PaymentControllerTest for testing creation of a payment through http endpoint with validation
luigi-raynel-dev
committed
a70a3e1
View commit details
Copy full SHA for a70a3e1
Browse repository at this point
test: add testItUpdatesExistingPayment method to test update of a payment at PaymentRepository
luigi-raynel-dev
committed
e69c681
View commit details
Copy full SHA for e69c681
Browse repository at this point
Commits on Aug 21, 2026
docs: update roadmap, sprint-003 and project status
luigi-raynel-dev
committed
2a49405
View commit details
Copy full SHA for 2a49405
Browse repository at this point
docs: update changelog for sprint 3
luigi-raynel-dev
committed
f2d0749
View commit details
Copy full SHA for f2d0749
Browse repository at this point
docs: update readme for completed sprint 3
luigi-raynel-dev
committed
df4aabd
View commit details
Copy full SHA for df4aabd
Browse repository at this point
You can’t perform that action at this time.