docs: Migrate development tracking from Trello to GitHub Projects (#1696)

* docs: Migrate development tracking from Trello to GitHub Projects

* docs: Replace non-template based references and correct templates
This commit is contained in:
Adrian Gallagher
2024-11-08 10:10:49 +11:00
committed by GitHub
parent 199d30d442
commit 69bb645fc2
143 changed files with 352 additions and 360 deletions

View File

@@ -43,14 +43,16 @@ Example:
Assets and pairs should be output in the sequence in AssetPairs since text/template range function uses an sorted order for map keys.
Template functions may modify AssetPairs to update the subscription's pairs, e.g. Filtering out margin pairs already in spot subscription
Template functions may modify AssetPairs to update the subscription's pairs, e.g. Filtering out margin pairs already in spot subscription.
We use separators like this because it allows mono-templates to decide at runtime whether to fan out.
See exchanges/subscription/testdata/subscriptions.tmpl for an example mono-template showcasing various features
See exchanges/subscription/testdata/subscriptions.tmpl for an example mono-template showcasing various features.
Templates do not need to worry about joining around separators; Trailing separators will be stripped automatically.
Template functions should panic to handle errors. They are caught by text/template and turned into errors for use in `subscription.expandTemplate`.
{{template "contributions"}}
{{template "donations" .}}
{{end}}