Skip to content

v1.0.0-alpha.20 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 6 additions & 3 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions docs/pages/references.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This section contains URL links to partners and various online references used by ACAP for development.

### Websites

<div className="text-semibold text-sm text-purple-500 no-underline hover:underline">
- [ACAP Bicol Official Website](https://acap-bicol.github.io)
</div>

### Partners and Resources

<div className="text-semibold text-sm text-purple-500 no-underline hover:underline">
Expand Down
Loading