bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 407 forks source link

Dropping over title of group #14

Open TylerL-uxai opened 8 years ago

TylerL-uxai commented 8 years ago

When you drop an item over the title of the gray box, it won't work.

bigardone commented 8 years ago

Yes, you're right :) This is related to https://github.com/bigardone/phoenix-trello/issues/1 I have to find a better way of handling drag and drop events.

TylerL-uxai commented 8 years ago

I'm interested in playing around with this maybe. Can you tell me a little more about why you chose the phoenix framework for this? Is this promotional for their framework? Thanks!

bigardone commented 8 years ago

I chose the Phoenix framework basically for two reasons:

  1. I'm learning Elixir and Phoenix is its most popular framework.
  2. Its real-time features. Phoenix makes it real simple and easy thanks to its sockets and channels. To test this open two different browsers and sign in as different users. Add one the a board owned by the other one and start making changes while both are in the same board.

Cheers!

leolorenzoluis commented 8 years ago

@bigardone Is there a reason why you didn't choose ASP.NET's SignalR for real time features?

bigardone commented 8 years ago

@leolorenzoluis the main reason is that I don't know any ASP.NET at all :)