Skip to content

v1.0.0-alpha.14 #25

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
Aug 11, 2024
Merged
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
10 changes: 5 additions & 5 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Version 2.0 and later versions may have new requirements that will thrive on new
- Phonebook: tag a contact to a province/municipality
4. Use of tropical cyclone wind signals as a trigger for generating special weather recommendations
5. Allow the creation of "general" special weather recommendations
6. Optional search engine optimization (SEO) settings with Google Search Console
6. Optional search engine optimization [(SEO) settings](/post-installation/google-search) with Google Search Console
7. REST APIs (NodeJS)
- New endpoints for processing cropping calendar and recommendations Excel file uploads
- Migration of the ACAP-RCMAS APIs from the (forked) mirror environment with optional activation
Expand Down Expand Up @@ -74,7 +74,7 @@ Version 1.0 marks the initial ACAP Bicol release used as a base model or templat
1. Login and User Authentication
2. User (Admin) Accounts Management
3. PDF Bulletins Generator
- [Generated bulletins](/articles/pdf-development) matches the given JPEG layout and all content fits in one (1) page
- [Generated bulletins](/articles/pdf-development) match the given JPEG layout, and all content fits on one (1) page
4. Site Search
5. Public Pages
- Home Page
Expand All @@ -84,7 +84,7 @@ Version 1.0 marks the initial ACAP Bicol release used as a base model or templat
- Special Weather Forecast Summary
- Cropping Calendar: support for one (1) crop (Rice)
- Crop Recommendations Generator
- Seasonal Climate Outlook and Advisory Recommendations (using month, crop stages, and rainfall condition as triggers)
- Seasonal Climate Outlook and Advisory Recommendations (using month, crop stages, and rainfall conditions as triggers)
- 10-Day Farm Weather Outlook and Advisory Recommendations (using current date and crop stage/s as triggers)
- PDF Bulletins Downloads
6. Admin Pages
Expand All @@ -109,7 +109,7 @@ Version 1.0 marks the initial ACAP Bicol release used as a base model or templat
- Manual wind speed list and affected municipalities editor
- User Profile Management
7. Cloud deployment setup to **development** and **production** environments using GitHub Actions
- Automatic deployment to Heroku/Render (backend), and Firebase Hosting/GitHub Pages (frontend)
- Automatic deployment to Heroku/Render (backend) and Firebase Hosting/GitHub Pages (frontend)
8. Docker setup for development and Render deployment
9. REST API Endpoints
- A set of secure and authenticated REST API endpoints for allowing signed-in admins to mutate ACAP data over HTTPS
Expand All @@ -121,7 +121,7 @@ Version 1.0 marks the initial ACAP Bicol release used as a base model or templat
11. Data Processing and Upload Scripts
- NPM scripts for uploading cropping calendar data (CSV file) and crop recommendations (Excel file) to the database
- NPM scripts for seeding the Firestore database with default data
12. Creation of software development project planning documentation documents (avaliable at [link](https://github.com/amia-cis/acap-v2/tree/dev/docs)).
12. Software development planning documentation (available at [link](https://github.com/amia-cis/acap-v2/tree/dev/docs)).

#### Changed

Expand Down
Loading