Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix handling of holes in threads #1513
Comments
gergely-ujvari
added
Bug
labels
Sep 18, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Changing the title of this to "Holes in threads". |
tilgovi
changed the title from
Message not available vs sorting the viewer by Newest
to
Design behavior when threads have holes
Sep 23, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
"Design behavior when threads have holes" is what I went with. |
This was referenced Sep 23, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tilgovi
Sep 26, 2014
Contributor
Just want to call out my comment in #1525 as particularly relevant for anyone tackling this. #1525 (comment)
|
Just want to call out my comment in #1525 as particularly relevant for anyone tackling this. #1525 (comment) |
tilgovi
referenced this issue
Sep 27, 2014
Closed
Deleted annotations with replies should show as stubs in viewer #739
JakeHartnell
added
the
Soft Launch
label
Oct 5, 2014
tilgovi
added
the
1 - Ready
label
Oct 7, 2014
tilgovi
changed the title from
Design behavior when threads have holes
to
As a user, I should see where annotations are unavailable
Oct 8, 2014
tilgovi
changed the title from
As a user, I should see where annotations are unavailable
to
As a user, I should see when annotations are unavailable in a thread
Oct 8, 2014
tilgovi
added
the
Story
label
Oct 8, 2014
nickstenning
added
0 - Uncategorized
and removed
1 - Backlog
labels
Oct 23, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
JakeHartnell
Oct 30, 2014
Contributor
This bug is even more annoying on the stream, we have 2 annotations that just sit at the top now even though they were made awhile ago:

You can see this live on https://hypothes.is/stream
We should probably tackle this quickly, since deleted "Message Not Available" annotations push down everything else on the stream.
|
This bug is even more annoying on the stream, we have 2 annotations that just sit at the top now even though they were made awhile ago: You can see this live on https://hypothes.is/stream We should probably tackle this quickly, since deleted "Message Not Available" annotations push down everything else on the stream. |
JakeHartnell
referenced this issue
Oct 30, 2014
Closed
Stream: Sort by newest does not (always) work #1608
JakeHartnell
added
1 - Backlog
and removed
0 - Uncategorized
labels
Oct 30, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
JakeHartnell
Oct 31, 2014
Contributor
Part of this has been addressed by 5a5368b, annotations are no longer piled on top of the stream.
|
Part of this has been addressed by 5a5368b, annotations are no longer piled on top of the stream. |
JakeHartnell
removed
the
Soft Launch
label
Nov 3, 2014
nickstenning
removed
the
Story
label
Nov 4, 2014
nickstenning
changed the title from
As a user, I should see when annotations are unavailable in a thread
to
Fix handling of holes in threads
Nov 4, 2014
dwhly
referenced this issue
Nov 6, 2014
Closed
Many annotations in the stream make no sense because they have no reference to the original page or discussion #1644
Treora
added
3 - Done
and removed
1 - Backlog
labels
Nov 18, 2014
JakeHartnell
added
1 - Backlog
and removed
3 - Done
labels
Nov 18, 2014
aron
added
the
2 - In Progress
label
Nov 24, 2014
aron
removed
the
1 - Backlog
label
Nov 24, 2014
aron
self-assigned this
Nov 24, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
aron
Nov 24, 2014
Contributor
Could someone give me an up-to-date summary of this ticket and steps to reproduce the remaining to-dos. Currently I only have the proposed solution to #1525 to go on. /cc @gergely-ujvari
|
Could someone give me an up-to-date summary of this ticket and steps to reproduce the remaining to-dos. Currently I only have the proposed solution to #1525 to go on. /cc @gergely-ujvari |
dwhly
referenced this issue
Nov 24, 2014
Closed
Ensure replies in the stream link to their parents. #1712
aron
referenced this issue
Nov 25, 2014
Closed
Decide how and when to attempt to load more context in the stream #1713
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
aron
Nov 25, 2014
Contributor
I'm breaking this ticket up, to leave this one just dealing with bugs around holes in the thread across the application.
I've moved the issue of how we deal with conversations in the stream to #1713. This can encompass #1644 and #1712. I think we need to take a more detailed look at the stream what it's supposed to be doing compared to what it's currently doing and go from there.
|
I'm breaking this ticket up, to leave this one just dealing with bugs around holes in the thread across the application. I've moved the issue of how we deal with conversations in the stream to #1713. This can encompass #1644 and #1712. I think we need to take a more detailed look at the stream what it's supposed to be doing compared to what it's currently doing and go from there. |
gergely-ujvari commentedSep 18, 2014
This first part has been fixed. See below for bug description.
Currently if you sort by the viewer by
Newestand if you have a hole annotation (Saying message not available) then this climbs at the top, because of our sorting alg.This is not ideal because I want my most recently created annotations to be in top.
EDITED by @tilgovi
The stream also has holes when replies load before parents. We should probably do something smarter here like show the replies and load the parents on click, something like what Twitter is doing.
Decide how and when to attempt to load more context in the streammoved to #1713