-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I should theoretically be able to display a loading bar when collecting comment information. Astro currently collects video metadata before collecting the comments for said video, so I will have access to the commentCount
data.
This would require that the main Videos
table track commentCount
(and likely the other *Count
data) in a column initialized to 0. This would allow me to check the commentCount
column for the video prior to initializing comment collection, giving me a start and end point for comment collection (i.e. starting at 3 comments, video metadata shows commentCount=12
, so we're collecting 9 comments).
There should be some nice loading bar modules out there to use as well.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request