Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Refactor video template #86

@pauljickling

Description

@pauljickling

The video template is a complicated mechanism for generating multiple video pages. There are a lot of variables, UI components, and moving pieces. It is currently a bit difficult to make changes because it can be difficult to keep everything in your head. So this calls out for some refactoring work.

Solution:

  • Make sure all variables that are logically connected are grouped together
  • Remove any potentially unnecessary variables
  • Rename any variables with unclear names
  • Create separate, smaller UI components where it makes sense (the pagination UI is a strong candidate for this, especially since it appears more than once on a page)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions