Closed dakshbhardwaj closed 1 year ago
This pull request introduces several enhancements to the task management feature of the Android application. It includes changes to handle user name updates, task creation and deletion, and UI improvements. The version code for the staging build has also been updated.
File | Summary |
---|---|
app/build.gradle.kts |
Updated versionCode from 1 to 6 for the staging build variant. |
.../common_components/*.kt |
Introduced new components and updated existing ones to handle user name updates and task management. |
.../sales/models/SaveNote.kt |
Added a new optional property task_id to the Tasks data class. |
.../sales/repository/TasksRepository.kt |
Removed a blank line in the code. |
.../sales/screens/*.kt |
Enhanced screens to handle task creation, deletion, and user name updates. |
.../sales/services/NavigationService.kt |
Simplified the URL structure for the TaskScreen . |
.../sales/util/Screens.kt |
Modified the TaskScreen route by removing the {id} parameter. |
.../sales/viewmodals/TasksViewModal.kt |
Updated the view model to track selected user name, user ID, and due date. |
🐇💻
Code hopping through the day,
Making tasks easier in every way.
User names update with a click,
And tasks are managed, quick as a tick!
So here's to the code, so neat and fine,
Celebrating changes, as they intertwine! 🎉🥕
Summary:
Changelog:
Summary by CodeRabbit
SearchNameBottomSheet
andSearchNameSheetContainer
.TaskDetailsHeader
component.TaskScreen
route and function.build.gradle.kts
.