Skip to content

Conversation

@RichardBray
Copy link
Member

  • Add onboarding_completed column to users table
  • Create UserService with markOnboardingComplete method
  • Add POST /api/me/onboarding endpoint
  • Update GET /api/me response to include onboardingCompleted
  • Update OpenAPI documentation

Richard Oliver Bray added 3 commits January 10, 2026 21:51
- Add onboarding_completed column to users table
- Create UserService with markOnboardingComplete method
- Add POST /api/me/onboarding endpoint
- Update GET /api/me response to include onboardingCompleted
- Update OpenAPI documentation
- Add onboarding to Features section
- Add POST /api/me/onboarding to API endpoints
- Add curl example for onboarding endpoint
- Remove private parameter shorthand from constructors (explicit property declaration)
- Rename 'now' to 'currentUnixTimestamp' for descriptive naming
- Rename 'now' to 'currentDateTime' for descriptive naming
- Add Variable Naming section to CODE_GUIDELINES.md with positive examples
- Update Service Class Pattern to show explicit constructor
@RichardBray RichardBray merged commit a51f97c into main Jan 11, 2026
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.

2 participants