bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 138 forks source link

Suggested tags feature implemeted for edit page #372

Closed rakeshmahadasa closed 10 years ago

mitechie commented 10 years ago

Thanks so much for this branch. This is REALLY exciting as it's the start of a feature I always wanted Bookie to get built in.

There's a few small tweaks we need to look into before landing. Please let me know if any of the comments are unclear.

mitechie commented 10 years ago

This is looking very good. A couple of suggestions. I'll test it out after you peek at my comments.

mitechie commented 10 years ago

This is awesome and I've pulled it in.

Please make sure to check out the hacking doc. I had to do a lot of cleanup because you had a bug fix in place that didn't work around lower casing the username on signup. That should have been a different branch. It appears you're working in the develop branch all the time and the hacking doc will help suggest a better git workflow.