Skip to content

v1.2.7 #76

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 1 commit into from
Dec 27, 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
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ The **crop stage codes** should match those defined in the [ACAP 2.0 crop recomm
Update the frontend and backend codes with necessary data for supporting other crops, with data formats described in the [Data Format](#data-format) and [Crop Stage Codes and Labels](#crop-stage-codes-and-labels) section.

<Callout type="info" emoji="ℹ️">
**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_cropping_calendar.xlsx`** and **`corn_cropping_calendar.xlsx`** in the **server** directory with the **regional cropping calendar files** to change the default sample Excel templates during live deployment.
**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_cropping_calendar.xlsx`** and **`corn_cropping_calendar.xlsx`** in the **server** directory with the correct **regional cropping calendar files** to change the default sample Excel templates during live deployment.

Also, change the values of the environment variables (`CROPPING_CALENDAR_RICE_EXCEL_FILE`, `CROPPING_CALENDAR_CORN_EXCEL_FILE`) associated with its file names in the **client** `.env` file and **GitHub Secrets** if there is a need to use different file names or add new templates.

> **NOTE**: This step is only compatible until @commit **ee49568** (pre-ACAP 2.1) in the **acap-v2 dev** branch. Kindly chat the ACAP group chat for more information about the new Cropping Calendar Excel file format and management for ACAP 2.1 if it's missing in the online documentation.
> **NOTE:** This step is compatible until @commit **95a97cd** (latest updates) in the **acap-v2 dev** branch. However, the default cropping calendar Excel templates inside the repository only work until the previous updates @commit **ee49568** (pre-ACAP 2.1). Kindly chat the ACAP group chat for more information about the new Cropping Calendar Excel file format and management for ACAP 2.1 if it's missing in the online documentation.
</Callout>

### Login as Admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ The **crop stage labels** should match the **crop stage codes** defined in the [
Update the frontend and backend codes with necessary data for supporting other crops, with data formats described in the [Data Format](#data-format) section.

<Callout type="info" emoji="ℹ️">
**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_recommendations_v4.xlsx`** and **`corn_recommendations_v3.xlsx`** in the **server** directory with the **regional recommendation files** to change the default sample Excel templates during live deployment.
**Overwrite** and **commit** the sample cropping calendar Excel template files **`rice_recommendations_v4.xlsx`** and **`corn_recommendations_v3.xlsx`** in the **server** directory with the correct **regional recommendation files** to change the default sample Excel templates during live deployment.

Also, change the values of the environment variables (`RECOMMENDATIONS_RICE_EXCEL_FILE`, `RECOMMENDATIONS_CORN_EXCEL_FILE`) associated with its file names in the **client** `.env` file and **GitHub Secrets** if there is a need to use different file names or add new templates.

> **NOTE:** This step is only compatible until @commit **ee49568** (pre-ACAP 2.1) in the **acap-v2 dev** branch. Kindly chat the ACAP group chat for more information about the new Crop Recommendations Excel file format and management for ACAP 2.1 if it's missing in the online documentation.
> **NOTE:** This step is compatible until @commit **95a97cd** (latest updates) in the **acap-v2 dev** branch. However, the default crop recommendations Excel templates inside the repository only work until the previous updates @commit **ee49568** (pre-ACAP 2.1). Kindly chat the ACAP group chat for more information about the new Crop Recommendations Excel file format and management for ACAP 2.1 if it's missing in the online documentation.
</Callout>

### Login as Admin
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Manually test and ensure, using the Firebase Storage Web APIs, that:

## Codebase

- Ensure that forked **climate-services-webportal-v1** (ACAP 1.0) or **acap-v2** (ACAP 2.0) monorepo code base or copies remain PRIVATE in GitHub.
- Ensure that forked **climate-services-webportal-v1** (ACAP 1.0) or **acap-v2** (ACAP 2.0) monorepo code base or copies remain PRIVATE in GitHub and other public platforms.



Expand Down
Loading