From 441f1222f7f211618fd1ba17945e04836094c5cb Mon Sep 17 00:00:00 2001 From: agrilink Date: Mon, 30 Dec 2024 05:12:04 +0000 Subject: [PATCH] update readme --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.md b/README.md index 50f343c..f2e104a 100644 --- a/README.md +++ b/README.md @@ -85,39 +85,6 @@ Berikan deskripsi singkat tentang struktur folder dan file penting di dalam proy - `pubspec.yaml`: Project dependencies and configurations. -## Progress Report - -| Date | Type | Description | -|------------|-------|------------------------------------------------------------------------------------------------------| -| 2024-09-09 | feat | Created basic app structure for Agrilink Vocpro. | -| 2024-09-10 | feat | Sliced splash screen and login screen. | -| 2024-09-11 | feat | Sliced home page for Agrilink Vocpro. | -| 2024-09-12 | fix | Revamped home page for Agrilink Vocpro. | -| 2024-09-13 | feat | Created and animated graph or flowchart with `fl_chart`. | -| 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 1. Fork the repository.