Muhamad_Syaroful_Anam/agrilinkvocpro/growth_recipe_feature/src
Cutiful e274873e43 feat: add cluster screen for displaying recommendation
This commit introduces the `ClusterScreen.kt` composable, which displays plant care recommendations.

The screen includes:
- A top app bar with the title "Rekomendasi Perawatan".
- Pull-to-refresh functionality to update recommendations.
- Display of an image based on the cluster number (1, 2, or 3).
- "Diperbarui Pada" (Updated On) timestamp, formatted to Indonesian locale.
- A "Rekomendasi" section showing general advice and specific care instructions.
- An image of a plant.
- `ListItemClustering` to display humidity, temperature, and pH values.
- Loading and error states handling.

A private `formatDate` utility function is included to format timestamps to "dd MMMM yyyy, HH:mm" in Indonesian.
2025-07-10 18:17:55 +07:00
..
androidTest/java/com/syaroful/agrilinkvocpro/growth_recipe_feature feat: implement commodity price prediction and plant disease detection features 2025-06-12 11:36:41 +07:00
main feat: add cluster screen for displaying recommendation 2025-07-10 18:17:55 +07:00
test/java/com/syaroful/agrilinkvocpro/growth_recipe_feature feat: implement commodity price prediction and plant disease detection features 2025-06-12 11:36:41 +07:00