From 75eedb8c6b910801dfafd3ab812b720b6a70d3ed Mon Sep 17 00:00:00 2001 From: Syaroful Date: Thu, 10 Oct 2024 16:38:27 +0700 Subject: [PATCH] feat: update documentation --- .idea/.gitignore | 3 + .idea/misc.xml | 12 ++ .idea/mobile-smartfarming.iml | 37 ++++ .idea/modules.xml | 8 + .idea/other.xml | 329 ++++++++++++++++++++++++++++++++++ .idea/vcs.xml | 6 + README.md | 16 +- 7 files changed, 407 insertions(+), 4 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/mobile-smartfarming.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/other.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f5ef216 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/mobile-smartfarming.iml b/.idea/mobile-smartfarming.iml new file mode 100644 index 0000000..1444d2b --- /dev/null +++ b/.idea/mobile-smartfarming.iml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4b823a0 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 0000000..a76f118 --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,329 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 85f041f..063adaf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ This project uses several packages to support various functionalities. Below is ``` if it does't work try: ```bash - flutter upgrade + flutter outdated + //follow with + flutter pub upgrade --major-versions ``` or check your latest dart version make sure it compatible with this project 4. Run the project: @@ -72,9 +74,15 @@ Berikan deskripsi singkat tentang struktur folder dan file penting di dalam proy ## Progress Report -- **[2024-August]**: Completed a project initialization and project starter. -- **[2024-September]**: Completed Application UI. -- **[Ongoing]**: Implemented the integration with API for sensor data and IoT device control + +| Date | Type | Description | +|------------|-------|-----------------------------------------------------------------------------------------------------| +| 2024-10-09 | feat | Completed the integration of MQTT for sensor data and IoT device control. | +| 2024-10-02 | fix | Implemented auto-reconnect for MQTT on app open/close. | +| 2024-09-30 | feat | Added UI for displaying soil pH level with a linear bar. | +| 2024-09-27 | feat | Finalized group display for 'Doses' in ExpansionTile for medicine dosage recommendations. | +| 2024-09-24 | feat | Completed sorting dialog functionality with single sorter selection capability. | +| 2024-09-20 | feat | Implemented patient data creation form with validation and state management using dialogs. | ## Contributing