Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How would this app look in Phoenix 1.3? #16

Open
abitdodgy opened this issue Mar 13, 2018 · 3 comments
Open

How would this app look in Phoenix 1.3? #16

abitdodgy opened this issue Mar 13, 2018 · 3 comments

Comments

@abitdodgy
Copy link

Does the introduction of contexts in Phoenix 1.3 change the way this app is structured?

@wojtekmach
Copy link
Owner

wojtekmach commented Mar 13, 2018

@abitdodgy there would be minor changes, yes, but not much:

  1. the app is already broken up into domain and web part, similarly how mix phx.new --umbrella would do it
  2. there's already e.g. Ledger context with some schemas underneath: ledger.ex, ledger/

I was very lucky to have had some conversations with Chris around these ideas so this project is certainly inspired by that.

I plan to update it to phoenix v1.3 structure one of these days, probably leaving existing code on a branch so that it still matches talk content.

Thanks!

@abitdodgy
Copy link
Author

Thanks. If you don't mind, I'll rename and leave this issue open as an invitation to anyone interested in converting the app to Phoenix 1.3.

@gainhad
Copy link

gainhad commented Dec 18, 2019

@wojtekmach Currently looking at following a similar structure in a project, but really curious about how the project structure would change due to phoenix contexts. Do you mind giving a quick overview of the differences?

Thanks!

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

No branches or pull requests

3 participants