diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index be7b5eb6..5779117d 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -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 @@ -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 @@ -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 @@ -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 @@ -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