erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Move core plugins to apps directory #27

Open arkgil opened 7 years ago

arkgil commented 7 years ago

Since we're using umbrella layout, I thought it might be a good idea to move epl_traffic and epl_dashboard as a standalone applications in apps/ directory. We could also merge epl_st with this repo and move it there.

This way we get nice and clean project structure.

(We could rename epl app to epl_core to distinguish it from other plugins)

michalslaski commented 7 years ago

Standalone applications would allow us to list all started plugins too. Also, I can imagine one day there will be many plugins and people will define in ~/.epl file which plugins they actually want to see in the menu.

At first glance I don't see any arguments against your idea and I like it.

arkgil commented 7 years ago

46 partially addresses this one, we moved epl_st to apps/ from external repository.