shahryarjb

shahryarjb

How to force Phoenix DDD project to load the way I want

Hello, I have seven sub-projects under my domain drive phoenix project that I need to sort when I start iex mix phx.server as a priority concerned with what I need.

for example, I have these projects under my umbrella:

mishka_api
mishka_content
mishka_database
mishka_file
mishka_html
mishka_translator
mishka_user

But I need to sort them like this as my priority strategy:

1 → mishka_translator
2 → mishka_database
3 → mishka_user
4 → mishka_file
5 → mishka_content
6 → mishka_api
7 → mishka_html

By the way, every project above has some ‘GenServer’ and dependencies that I know of, Hence I sorted them based on the dependencies they require above.

Thank you

Marked As Solved

LostKobrakai

LostKobrakai

Last Post!

shahryarjb

shahryarjb

:pensive: :thinking: I asked before and could not remember this :frowning:

Where Next?

Popular in Questions Top

vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New

Other popular topics Top

KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36654 110
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 49084 226
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement