Skip to content

jszutkowski/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement user email change use case.

Use case should be used in 2 places:

  • on cli using symfony command
  • on api endpoint using http request

Additional requirements:

  • notify external stats system about user email change (service: stats_system)
  • notify external marketing system about user email change (service: marketing_system)
  • log this change

Useful:

  • You can use existing existing User and UserRepository classes in AppBundle\Model namespace
  • For testing you can use built in php server

About

example symfony project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published