From 5cab64fad07838e3c11a3d5003e233542f338a16 Mon Sep 17 00:00:00 2001 From: Kyle Danny Date: Mon, 17 Apr 2023 13:24:56 +0200 Subject: [PATCH 1/2] updated docs for parts that are server side rendered --- docs/PartRendering.md | 44 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/docs/PartRendering.md b/docs/PartRendering.md index ae74cb1c5..5936bf0d8 100644 --- a/docs/PartRendering.md +++ b/docs/PartRendering.md @@ -23,30 +23,58 @@ return { ### List of parts that needs to be changed - [ ] dashboard +- [x] accordion +- [x] article - [x] articleArchive +- [x] articleList - [ ] attachmentTablesFigures -- [ ] bkibolCalculator +- [x] bkibolCalculator +- [x] categoryLinks - [ ] contactForm - [x] divider +- [x] downloadLink +- [x] employee +- [x] employeeList +- [x] endedStatistics - [ ] entryLinks - [ ] externalCard +- [x] factBox - [ ] frontpageKeyFigures +- [x] highmap - [ ] husleieCalculator -- [ ] kpiCalculator -- [ ] links -- [ ] localSearch +- [x] infoGraphics +- [x] keyFigure +- [x] kpiCalculator +- [x] links +- [x] localSearch - [ ] mailChimpForm -- [ ] menuBox +- [x] maths +- [x] menuBox - [ ] menuDropdown - [ ] nameSearch -- [x] pictureCardLink -- [ ] pifCalculator +- [x] omStatistikken +- [x] pictureCardLinks +- [x] pifCalculator +- [x] profiledBox +- [x] profiledLinkIcon +- [x] project - [x] pubArchiveCalenderLinks - [x] publicationArchive -- [ ] relatedFactPage +- [x] relatedArticles +- [x] relatedExternalLinks +- [x] relatedFactPage +- [x] relatedKostra +- [x] relatedStatistics - [x] releasedStatistics +- [x] searchResult +- [x] standardCardsList - [ ] statbankBox +- [x] statbankFrame +- [x] statbankSubjectTree +- [x] staticVisualization - [ ] statbankLinkList - [x] statistics +- [x] subjectArticleList - [ ] table - [x] upcomingReleases +- [x] variables From 2610b5f339da62bc1b739fd55783be6898573214 Mon Sep 17 00:00:00 2001 From: Kyle Danny Date: Mon, 17 Apr 2023 13:29:32 +0200 Subject: [PATCH 2/2] added bestbet and dashboard to list of admin tools to be changed to server side rendering --- docs/PartRendering.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/PartRendering.md b/docs/PartRendering.md index 5936bf0d8..edfc14788 100644 --- a/docs/PartRendering.md +++ b/docs/PartRendering.md @@ -20,9 +20,13 @@ return { }; ``` -### List of parts that needs to be changed +### List of admin tools that needs to be changed +- [ ] bestbet - [ ] dashboard + +### List of parts that needs to be changed + - [x] accordion - [x] article - [x] articleArchive