timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
Showing only changes of commit 9f86dd9e69 - Show all commits

View File

@ -2,6 +2,10 @@ package pis
// Downloads the release tarball, extracts then applies to database
func runUpdate(tarballUrl string) error {
// Download and extract tarball
// load PIS yaml files
// Run code deduplication
// Replace database collection with new data
// Ensure indeces are present
return nil
}