diff --git a/10 Notes/Creating History Archives - InitHistoryArchiveTasks.md b/10 Notes/Creating History Archives - InitHistoryArchiveTasks.md index b9e6c1b..8457476 100644 --- a/10 Notes/Creating History Archives - InitHistoryArchiveTasks.md +++ b/10 Notes/Creating History Archives - InitHistoryArchiveTasks.md @@ -1,6 +1,6 @@ --- related-to: - - "[[Team-NLBR Solution Proposal]]" + - "[[High-Level Solution Proposal]]" - "[[status-go publishing magnet links]]" - "[[status-go processing magnet links]]" - "[[status-go-codex integration - design notes]]" diff --git a/10 Notes/Team-NLBR Solution Proposal.md b/10 Notes/High-Level Solution Proposal.md similarity index 99% rename from 10 Notes/Team-NLBR Solution Proposal.md rename to 10 Notes/High-Level Solution Proposal.md index 75dae04..850f92b 100644 --- a/10 Notes/Team-NLBR Solution Proposal.md +++ b/10 Notes/High-Level Solution Proposal.md @@ -1,6 +1,6 @@ --- related-to: - - "[[Team-NLBR Solution Proposal]]" + - "[[High-Level Solution Proposal]]" - "[[status-go publishing magnet links]]" - "[[status-go processing magnet links]]" - "[[status-go-codex integration - design notes]]" diff --git a/10 Notes/status-go processing magnet links.md b/10 Notes/status-go processing magnet links.md index 4e77945..558140e 100644 --- a/10 Notes/status-go processing magnet links.md +++ b/10 Notes/status-go processing magnet links.md @@ -1,6 +1,6 @@ --- related-to: - - "[[Team-NLBR Solution Proposal]]" + - "[[High-Level Solution Proposal]]" - "[[status-go publishing magnet links]]" - "[[status-go processing magnet links]]" - "[[status-go-codex integration - design notes]]" diff --git a/10 Notes/status-go publishing magnet links.md b/10 Notes/status-go publishing magnet links.md index caa213e..40be201 100644 --- a/10 Notes/status-go publishing magnet links.md +++ b/10 Notes/status-go publishing magnet links.md @@ -1,6 +1,6 @@ --- related-to: - - "[[Team-NLBR Solution Proposal]]" + - "[[High-Level Solution Proposal]]" - "[[status-go publishing magnet links]]" - "[[status-go processing magnet links]]" - "[[status-go-codex integration - design notes]]" diff --git a/10 Notes/status-go-codex integration - design notes.md b/10 Notes/status-go-codex integration - design notes.md index 6df8d2f..bed2500 100644 --- a/10 Notes/status-go-codex integration - design notes.md +++ b/10 Notes/status-go-codex integration - design notes.md @@ -1,6 +1,6 @@ --- related-to: - - "[[Team-NLBR Solution Proposal]]" + - "[[High-Level Solution Proposal]]" - "[[status-go publishing magnet links]]" - "[[status-go processing magnet links]]" - "[[status-go-codex integration - design notes]]" @@ -11,7 +11,7 @@ The notes in this document aim at recording our path towards the Codex integrati ## Codex for History Archives -As indicated in the [[Team-NLBR Solution Proposal]], the central entry point to the history management is [InitHistoryArchiveTasks](https://github.com/status-im/status-go/blob/6322f22783585474803cfc8a6f0a914757d763b5/protocol/messenger_communities.go#L3783). `InitHistoryArchiveTasks` is called from **two main places**: +As indicated in the [[High-Level Solution Proposal]], the central entry point to the history management is [InitHistoryArchiveTasks](https://github.com/status-im/status-go/blob/6322f22783585474803cfc8a6f0a914757d763b5/protocol/messenger_communities.go#L3783). `InitHistoryArchiveTasks` is called from **two main places**: - During `Messenger.Start()` (startup) - When enabling archive protocol diff --git a/10 Notes/testing codex-status-go integration.md b/10 Notes/testing codex-status-go integration.md index b492439..8127e12 100644 --- a/10 Notes/testing codex-status-go integration.md +++ b/10 Notes/testing codex-status-go integration.md @@ -2,7 +2,7 @@ related-to: - "[[status-go-codex integration - design notes]]" --- -In [[Running Unit Tests for status-go]] we provide general notes on running unit tests in the status-go project. And then we have a similar note about functional tests in [[Running functional tests in status-go]]. + In [[Running Unit Tests for status-go]] we provide general notes on running unit tests in the status-go project. And then we have a similar note about functional tests in [[Running functional tests in status-go]]. Also, to learn the history archive creation/upload and download/processing flows (recorded AI conversation with some edits), please check: