From 9f86dd9e69507d4e251524a0ff3c424152bd318f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 15 Oct 2024 19:39:11 +0100 Subject: [PATCH] Add notes for next development step --- pis/update.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pis/update.go b/pis/update.go index 374a31f..2f7b436 100644 --- a/pis/update.go +++ b/pis/update.go @@ -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 }