From c7b1d25c2dac574a9cce9755ee1898da1b20ac3e Mon Sep 17 00:00:00 2001 From: acaptutorials Date: Tue, 3 Sep 2024 08:10:21 +0800 Subject: [PATCH 1/3] chore: use include-hidden-files in gh pages deployment to include the .nojekyll file --- .github/workflows/deploy-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 490bf420..4614caa7 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -44,6 +44,7 @@ jobs: - name: Archive Development Artifact uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: main-out path: docs/out retention-days: 3 From f29e10c344d2ed38e59a597ac6e8097c551f0b7a Mon Sep 17 00:00:00 2001 From: acaptutorials Date: Tue, 3 Sep 2024 11:47:53 +0800 Subject: [PATCH 2/3] chore: external link to the acap bicol website --- docs/pages/_meta.json | 6 ++++++ docs/pages/references.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/pages/_meta.json b/docs/pages/_meta.json index 95d3cbc6..a64fe7e4 100644 --- a/docs/pages/_meta.json +++ b/docs/pages/_meta.json @@ -15,6 +15,12 @@ "title": "Articles" }, "troubleshooting": "Troubleshooting", + "acap-bicol": { + "title": "ACAP Bicol", + "href": "https://acap-bicol.github.io", + "type": "page", + "newWindow": true + }, "video": { "title": "Video Tutorials", "type": "page" diff --git a/docs/pages/references.mdx b/docs/pages/references.mdx index f412b937..17a9dd7e 100644 --- a/docs/pages/references.mdx +++ b/docs/pages/references.mdx @@ -2,6 +2,12 @@ This section contains URL links to partners and various online references used by ACAP for development. +### Websites + +
+- [ACAP Bicol Official Website](https://acap-bicol.github.io) +
+ ### Partners and Resources
From 878ddff39e443558c7a8723f65970c6cb1bd136d Mon Sep 17 00:00:00 2001 From: acaptutorials Date: Tue, 3 Sep 2024 11:52:05 +0800 Subject: [PATCH 3/3] chore: update the 2.0 changelog notes --- docs/pages/changelog.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index cd94b881..aacd6036 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -46,8 +46,11 @@ Version 2.0 and later versions may have new requirements that will thrive on new #### Changed -1. Public/admin seasonal recommendations and bulletin PDF generation: removal of the crop stage/s and rainfall condition as triggers -2. Public/admin 10-day recommendations and bulletin PDF generation: removal of the crop stage trigger +1. Public/admin seasonal recommendations and bulletin PDF generation + - Removal of the month trigger for determining the crop stage/s + - Removal of the rainfall condition trigger +2. Public/admin 10-day recommendations and bulletin PDF generation + - Removal of the dates trigger for determining the crop stage/s 3. Deprecation of the **uploaders** group of Node Package Manager (NPM) scripts in favor of cropping calendar/recommendations Excel file upload through the UI 4. Allow creating seasonal bulletin PDFs with more than one (1) page. 5. Text blast recipients by province/municipality instead of individual selection @@ -132,7 +135,7 @@ _June 2023 onwards_ #### Changed -- Used `.env` variables to manage region-specific static text in the front end, ensuring the base model of the application can be extended and adapted for multiple regions with different (text content) requirements and practices, allowing easier regional static text replacement. +- Used `.env` variables to manage region-specific static text in the front end, ensuring the base model of the application can be extended and adapted for multiple regions with different (text content) requirements, allowing easier regional static text replacement. - Use `nda` values for null/empty seasonal weather forecast data in the backend and front end, borrowed from the ongoing ACAP-RCMAS API development.