marnen / contraq

Contract tracker for musicians and other freelancers
MIT License
0 stars 2 forks source link

Try porting to Phoenix #70

Open marnen opened 6 years ago

marnen commented 6 years ago

I think this might be a good application for me to learn Phoenix, especially now that I have some functionality already implemented in Rails. I tried this once before, at http://www.github.com/marnen/contraq-elixir, but at that time, I didn't have the functionality implemented, and it turned out that learning a new environment and simultaneously implementing an application was too much to do at once.

Phoenix has changed a good deal since my last attempt, so I think I'm going to start the port pretty much from scratch, though I'll use code from the older attempt as necessary.

marnen commented 6 years ago

I thought we'd need ex_machina for factories, but we may just be able to use Ecto.

marnen commented 6 years ago

https://github.com/batate/blacksmith also looks interesting for factories.