Slide 31
Slide 31 text
• Core houses all of our business logic, services, Ecto
schemas, access policies, deferred logic, and more
• Broken into two contexts: Accounts & Projects
• API & Support Tool use the Core to fetch data and
execute requests – they are effectively dumb HTTP
wrappers
UMBRELLA APP STRUCTURE: CORE