code-corps / code-corps/code-corps-api

RFC: Bounded Contexts for CodeCorps API and Phoenix 1.3+

未關閉
#863 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
RFC
主要語言
Elixir
星號
234
分支
82
PR 合併指標
30 天內沒有已合併 PR

描述

# Problem

#749 deals with upgrading to phoenix 1.3

However, part of that upgrade is the encouragement to switch from a flat layer of models/schemas into a concept of bounded contexts

This would facilitate management, maintainability and understanding of the code, but requires some research and discussion before it can be attempted.

I'm already doing some reading, but I would not feel confident in doing this alone, so any ideas are welcome.

# Some links to go through:

- https://martinfowler.com/bliki/BoundedContext.html
- https://robots.thoughtbot.com/lessons-from-using-phoenix-1-3

# Initial ideas for boundaries

- `CodeCorps.Account` - creation of accounts, signing in, reseting password, etc, etc
- probably `UserRole`, `UserSkill`, `UserCategory`, etc, would go here to

- `CodeCorps.Forum/ProjectManagement` - Projects, Tasks, Comments, Memberships, etc
- probably `ProjectRole`, `ProjectSkill`, `ProjectCategory`, `TaskSkill`, would go here

- `CodeCorps.Funding/.Stripe/.Payments/.Subscriptions` - Stripe/payment stuff
- `CodeCorps.GithubIntegration`

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。