~petersanchez

Los Angeles, CA

https://www.petersanchez.com

LA, CA USA - Managua, Nicaragua

Trackers

~petersanchez/django-impersonate

Last active a month ago

~petersanchez/gohome

Last active 1 year, 3 months ago

~petersanchez/tago

Last active 1 year, 4 months ago

~petersanchez/honk

Last active 2 years ago

~petersanchez/migrate

Last active 3 years ago

~petersanchez/carrier

Last active 3 years ago

~petersanchez/djeploy

Last active 4 years ago

~petersanchez/djpubsubhubbub

Last active 4 years ago

#106 Handler to list what users/orgs saved the same bookmark 2 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 6d9a153.

REPORTED RESOLVED IMPLEMENTED

#90 Order link feed by date added 2 days ago

task added by ~petersanchez on ~netlandish/links

#107 NewTagQuery for tag filtering is very inefficient and probably unnecessary 2 days ago

task added by ~petersanchez on ~netlandish/links

#106 Handler to list what users/orgs saved the same bookmark 2 days ago

feature added by ~petersanchez on ~netlandish/links

#107 NewTagQuery for tag filtering is very inefficient and probably unnecessary 2 days ago

Ticket created by ~petersanchez on ~netlandish/links

Review the NewTagQuery helper and TagQuery struct that lives in links/helpers.go. I am not sure why it's needed and why there was a decision to use subqueries here. This feels very inefficient and as the database continues to grow, I think this will just get slower and slower.

There are probably a few things to review and see the best way to change it. I think first things first is simply adding sq.Eq{"t.slug": tags} and sq.NoEq...

The joins are already present on most cases. Maybe it's fine for listings and shorts but I think even there the main "Get" helper functions can simply be adjusted with a join and query change.

#95 Add tag cloud pages for organizations 3 days ago

Comment by ~petersanchez on ~netlandish/links

Wow thanks! It is staying for sure!

#106 Handler to list what users/orgs saved the same bookmark 3 days ago

Ticket created by ~petersanchez on ~netlandish/links

A new handler and resolver to show who all saved the same bookmark.

It should take the BaseURL hash ID and then display all public, or permission orgs, links that are linked to the same bookmark.

#105 go: OrgLink.BaseURLID is a sql.NullInt64 field - it shouldn't be 4 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit 26fba77.

REPORTED RESOLVED IMPLEMENTED

#95 Add tag cloud pages for organizations 4 days ago

Comment by ~petersanchez on ~netlandish/links

This has been added and pushed live. Let me know how it's working for you. I am watching for any errors etc as I work on unit tests for this but I wanted to get it live for real testing.

#95 Add tag cloud pages for organizations 4 days ago

Comment by ~petersanchez on ~netlandish/links

Peter Sanchez referenced this ticket in commit a3b9037.

REPORTED RESOLVED IMPLEMENTED