The idea is to get stuff running and try things out in practice as soon as possible, with confidence in the development process.
- Set up test suite
- Implement navigation functions
- Find controller
- Find view
- Find template
- Find seed file (
priv/repo/seeds.exs
) -
Find test fileProjectile does that already withprojectile-find-test-file
- Find migrations
- Find mix tasks
Should have stable specs and (maybe) a better UI.
As an Elixir developer I want to navigate through Phoenix projects in an easier and quicker way So I can work on development faster and with more comfort
As an Emacs Lisp developer I want to be able to modify the code with ease and confidence So I can get the necessary work done to adapt the package to my needs in a quick and easy way.