Skip to content

Add loading bar #37

@AustinCullar

Description

@AustinCullar

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions