update: readme for logbook

This commit is contained in:
Syaroful 2024-11-06 09:19:40 +07:00
parent 0e2b194e20
commit ecfd6e7145

View File

@ -76,13 +76,35 @@ Berikan deskripsi singkat tentang struktur folder dan file penting di dalam proy
## Progress Report ## Progress Report
| Date | Type | Description | | Date | Type | Description |
|------------|-------|-----------------------------------------------------------------------------------------------------| |------------|-------|------------------------------------------------------------------------------------------------------|
| 2024-10-09 | feat | Completed the integration of MQTT for sensor data and IoT device control. | | 2024-09-09 | feat | Created basic app structure for Agrilink Vocpro. |
| 2024-10-02 | fix | Implemented auto-reconnect for MQTT on app open/close. | | 2024-09-10 | feat | Sliced splash screen and login screen. |
| 2024-09-30 | feat | Added UI for displaying soil pH level with a linear bar. | | 2024-09-11 | feat | Sliced home page for Agrilink Vocpro. |
| 2024-09-27 | feat | Finalized group display for 'Doses' in ExpansionTile for medicine dosage recommendations. | | 2024-09-12 | fix | Revamped home page for Agrilink Vocpro. |
| 2024-09-24 | feat | Completed sorting dialog functionality with single sorter selection capability. | | 2024-09-13 | feat | Created and animated graph or flowchart with `fl_chart`. |
| 2024-09-20 | feat | Implemented patient data creation form with validation and state management using dialogs. | | 2024-09-16 | learn | Learned about implementing graphics UI in Flutter. |
| 2024-09-17 | feat | Created bottom nav bar and revamped data display widgets in Agrilink app. |
| 2024-09-18 | feat | Added detail screen for Potassium, Nitrogen, and Phosphorus. |
| 2024-09-19 | feat | Created custom screen for soil pH data. |
| 2024-09-20 | feat | Handled POST requests with dialog. |
| 2024-09-23 | feat | Added basic app routes for Agrilink app. |
| 2024-09-24 | fix | Revamped home page again in Agrilink app. |
| 2024-09-25 | feat | Created detail screen for temperature and light intensity features. |
| 2024-09-26 | feat | Sliced setting screen. |
| 2024-09-27 | feat | Implemented infinite scroll with `infinite_scroll_pagination` package. |
| 2024-10-01 | meet | Conducted progress report with Pak Vipkas. |
| 2024-10-02 | feat | Connected Flutter with MQTT broker using `mqtt_client` dependency. |
| 2024-10-03 | feat | Created request to publish message to MQTT broker. |
| 2024-10-04 | test | Tested subscribe and publish message to real device. |
| 2024-10-07 | feat | Added error and no data screens in Agrilink Vocpro. |
| 2024-10-08 | fix | Revamped graph UI in Agrilink app; integrated relay control with backend. |
| 2024-10-09 | doc | Created project documentation in `README.md` on GitLab. |
| 2024-10-10 | fix | Revamped detail screen for each DHT data sensor. |
| 2024-10-11 | fix | Revamped detail screen for each NPK data sensor. |
| 2024-10-14 | feat | Integrated REST API for fetching current data. |
| 2024-10-15 | feat | Integrated REST API for fetching historical data and displaying it in a graph. |
| 2024-10-16 | feat | Integrated REST API for controlling relay. |
| 2024-11-06 | feat | Tidy up the code |
## Contributing ## Contributing