250 Commits

Author SHA1 Message Date
9ad8bdc893 fix: Update button onPressed to null and adjust background color in Layout 2025-05-31 12:02:01 +05:30
08991f2095 refactor: Improve LoginController and LoginScreen structure and readability 2025-05-31 10:43:39 +05:30
ad4b24dd78 feat: Add beta environment indicator to layout 2025-05-30 15:12:35 +05:30
938bf58ff6 feat: Enhance ReportTaskController with image picking and form field management
- Added image picking functionality using ImagePicker for selecting images from camera or gallery.
- Refactored form field controllers in ReportTaskController for better management and disposal.
- Updated reportTask and commentTask methods to use the new controller references.
- Implemented image removal functionality in ReportTaskController.
- Modified ReportTaskBottomSheet to clear fields upon initialization and added a callback for successful reports.
- Updated attendance and regularization logs UI for better loading states and error handling.
- Improved logout functionality in LocalStorage and integrated it into layout and left bar components.
- Adjusted initial route logic in main.dart to redirect users based on authentication status.
2025-05-30 14:41:04 +05:30
8b01161448 Implement forgot password functionality and enhance UI in the authentication flow 2025-05-29 13:11:27 +05:30
915471f4c0 Add date formatting function and display current date in employee list tab 2025-05-28 18:14:46 +05:30
34100a4d9e -- Enhance layout with floating action button and navigation improvements
- Added a floating action button to the Layout widget for better accessibility.
- Updated the left bar navigation items for clarity and consistency.
- Introduced Daily Progress Report and Daily Task Planning screens with comprehensive UI.
- Implemented filtering and refreshing functionalities in task planning.
- Improved user experience with better spacing and layout adjustments.
- Updated pubspec.yaml to include new dependencies for image handling and path management.
2025-05-28 17:35:42 +05:30
6cb8cc8486 Add Daily Task Planning navigation item to the left bar 2025-05-22 14:55:40 +05:30
8408b67aa0 Refactor code structure for improved readability and maintainability, Changed the Attendance Screen UI 2025-05-21 17:57:09 +05:30
1f221194cf Refactor TopBar: remove unused imports, simplify layout, and integrate employee info display 2025-05-21 16:46:25 +05:30
c6f45b8852 Remove unused UI screens: ModalScreen, NotificationScreen, TabsScreen, ToastMessageScreen 2025-05-21 16:45:46 +05:30
f28f98536c Update attendance log display: change header row color and adjust text style for better readability 2025-05-17 17:58:39 +05:30
284e67b433 Update AttendanceScreen layout: change tab label to 'Today’s', adjust height, and add current date display 2025-05-17 17:54:49 +05:30
19e705f428 Refactor DailyTask and ReportTask screens for improved UI and functionality; update project selection and team member display logic. 2025-05-16 16:53:09 +05:30
b66878bc0d Refactor EmployeeScreen to use Flexible widget for better layout and enhance project selection display with dropdown icon 2025-05-16 16:38:43 +05:30
501bec819f Refactor AttendanceScreen to improve project selection and refresh logic 2025-05-16 16:24:11 +05:30
628aaa0387 Add comment task feature with API integration and UI updates 2025-05-13 17:02:31 +05:30
932cfe81e7 Refactor attendance button UI and improve feedback messages 2025-05-13 12:06:00 +05:30
f366691b07 Add Comment Task feature with controller and UI integration 2025-05-13 12:03:35 +05:30
a41459f16b Add Report Task feature with controller, model, and UI integration 2025-05-12 16:27:38 +05:30
db0b525e87 Add Daily Task feature with controller, model, and UI integration
- Implement DailyTaskController for managing daily tasks and fetching projects.
- Create TaskModel to represent task data structure.
- Develop DailyTaskScreen for displaying tasks with filtering options.
- Update routes to include Daily Task navigation.
- Enhance DashboardScreen to link to Daily Task.
- Add Daily Task option in the left navigation bar.
2025-05-12 11:13:22 +05:30
23de99432a Enhance attendance functionality by adding optional markTime parameter in uploadAttendanceImage method, and refactor attendance button logic using AttendanceButtonHelper for improved readability and maintainability. 2025-05-10 15:19:36 +05:30
eeddee5168 Refactor loading animation in LoadingComponent to use SingleChildScrollView for better layout handling 2025-05-09 10:49:34 +05:30
fb2823c340 Refactor EmployeeScreen to use Obx for loading state and remove commented-out action buttons 2025-05-09 10:41:30 +05:30
7281794fcf Remove commented-out action buttons from employee list table 2025-05-09 10:19:23 +05:30
db8a811a63 Refactor AddEmployeeScreen for improved readability and consistency 2025-05-09 10:13:00 +05:30
1ea960b0ec Add employee management features including controller, models, and UI
- Implemented AddEmployeeController for handling employee creation logic.
- Created EmployeeScreen and AddEmployeeScreen for employee management UI.
- Added API endpoints for fetching and creating employees.
- Updated EmployeeModel to include additional fields: jobRole, email, and phoneNumber.
- Refactored MyRefreshWrapper to MyRefreshableContent for consistency.
- Enhanced navigation to include employee management routes.
2025-05-09 09:58:44 +05:30
fb21885c32 handelled the condition 2025-05-07 10:11:44 +05:30
be96ac0de7 increased date text size 2025-05-06 18:18:51 +05:30
6871eb3c92 sorted the log view and removed close button 2025-05-06 18:08:47 +05:30
488a921f45 added loading for regularization tab 2025-05-06 17:53:57 +05:30
defd753ab0 made chnages into attendence screen 2025-05-06 17:47:43 +05:30
f2c125172d grouped the attendence logs 2025-05-05 15:49:46 +05:30
3b7dfd09ff displayed only accesable projects 2025-05-05 13:09:59 +05:30
0ac896e933 made int type chnages for guid 2025-05-05 10:55:37 +05:30
7a103c8f22 added location on view attendence logs 2025-05-03 15:53:48 +05:30
dcbb5bf34a displayed latest logs at start 2025-05-03 15:39:34 +05:30
35b16dc8ed handelled the requested button 2025-05-03 15:30:12 +05:30
a026242319 handelled button action 2025-05-03 15:06:02 +05:30
70943aad01 handelled the left bar employee names 2025-05-03 12:08:25 +05:30
5a86f242f9 enhanced the api calling 2025-05-03 11:15:07 +05:30
bf003bac63 handelled the requests 2025-05-03 10:58:22 +05:30
4207e235e5 added loading componant 2025-05-02 15:27:19 +05:30
daf40ab2ce implemented peginated table 2025-04-30 17:55:09 +05:30
29254dac11 configured the current user info for displaying on sidebar and topbar 2025-04-30 16:03:07 +05:30
ed0ebbb29b added dashboard page 2025-04-30 10:17:19 +05:30
8da8ee8371 made chnages for check in and check out 2025-04-25 12:13:41 +05:30
7936072b74 Add attendance log and regularization log models; enhance attendance screen with date range selection and regularization tab 2025-04-24 16:49:33 +05:30
fd14243f5a Implement date range selection for attendance logs and refactor attendance screen layout 2025-04-23 16:18:44 +05:30
a5dd5e19fc Add Windows runner implementation for Flutter application
- Created CMakeLists.txt for Flutter and runner components.
- Implemented resource script (Runner.rc) for application metadata.
- Developed main entry point (main.cpp) for the Windows application.
- Added FlutterWindow class to manage the Flutter view within a Win32 window.
- Implemented utility functions for console management and command line argument parsing.
- Established Win32Window class for high DPI-aware window handling.
- Included application icon and manifest for proper Windows integration.
- Set up build configurations and dependencies for the Flutter application on Windows.
2025-04-23 09:55:31 +05:30