Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 942 Bytes

DESIGN.md

File metadata and controls

25 lines (21 loc) · 942 Bytes

What we need for version 0.1

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 file Projectile does that already with projectile-find-test-file
    • Find migrations
    • Find mix tasks

Version 1.0

Should have stable specs and (maybe) a better UI.

User Experience

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

Developer Experience

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.