Feature: Import collections from a Git URL #97
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_slides#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently there is no way to pull a set of slides into hero_slides from an external Git repository. Users need a way to import and sync slide collections.
Proposed solution
Add a command (or UI flow) that takes a Git URL, clones/pulls the repo into the correct local location, and registers it as a collection in hero_slides.
We already have hero_lib code for Git operations (clone, pull, resolve to the right path), so the implementation can lean on that rather than rolling our own.
Acceptance criteria
pull/syncNotes
hero_lib already provides Git helpers — look for the existing module before implementing anything custom.