I’m a bit confused about what context really is after reading the Phoenix Context Guide. From the guide, it seems like Accounts context deals with everything related to users (registration, authentication, etc.). But aren’t those supposed to be its own contexts? So which of the following is the right way to define context?
Option 1
Accountsregister_userlogin_userupdate_user_profile
Merchantsregister_merchantupdate_merchant_profile
Option 2
Accountsregister_userregister_merchant
Authenticationlogin_user
Profilesupdate_user_profileupdate_merchant_profile
or maybe other options?






















