facundobatista / kilink

A next generation pastebin
GNU General Public License v3.0
25 stars 30 forks source link

Python Sprint in Rosario #93

Closed matibarriento closed 8 years ago

matibarriento commented 9 years ago

Fixed issues #21 #50 #62

On issue #62 there isn't a notification, the three div reload itself when a new version is submited.

I hope our work make kilink/linkode better.

matibarriento commented 9 years ago

Fixed issues #21 #50 #62

On issue #62 there isn't a notification, the three div reload itself when a new version is submited.

I hope our work make kilink/linkode better.

facundobatista commented 9 years ago

Ok, starting now to seriously take a look at this.

Really you should consider proposing different PRs, one for each problem solved. Considering all mixed up makes this too complex. I'll try to comment on different branches/issues, though.

But please, propose a PR for each issue to fix.

Regarding issue #21

Regarding issue #50

I like it. Can we separate this code so I merge it? Thanks!

Regarding issue #62

It seems to work, but it's polling, every 30 seconds or so!! We should be using push, not poll, and in the issue we talked about

http://stackoverflow.com/questions/12232304/how-to-implement-server-push-in-flask-framework

What happened with that??

Thanks for all your effort and time!!

facundobatista commented 9 years ago

BTW, sorry for all the delay in handling this... it has been some complicated weeks.

matibarriento commented 9 years ago

Issie #62 About the link, we try to implement that, but it requiere Gevent or something like that. We can't make it work, so we choose that way to have the code in the backend ready, and when any solution appear, change the stuff on the client to recive the updates on the tree.

It's not a elegant solution, and misses the notification (only update the div) but it's a start. Also, we don't find a solution using uwsgi.

matibarriento commented 8 years ago

I close this pull request because the useful things are in separate pull requests.