feat: Add ICU and nursery request features with detailed screens#6
Open
feat: Add ICU and nursery request features with detailed screens#6
Conversation
Collaborator
eslam664
commented
Apr 24, 2026
- Implemented IcuRequestCard for displaying ICU requests.
- Created IcuRequestDetailsScreen to show detailed information about ICU requests.
- Added IcuRequest model to represent ICU request data.
- Developed IcuRequestsScreen to list all ICU requests.
- Introduced NurseryRequest model for nursery requests.
- Created RequestCard for displaying nursery requests.
- Implemented RequestDetailsScreen for detailed nursery request information.
- Added NurseBooking model for nurse bookings.
- Developed NurseBookingCard to display nurse booking details.
- Created NurseBookingsScreen to list all nurse bookings.
- Implemented NurseBookingDetailsScreen for detailed nurse booking information.
- Implemented IcuRequestCard for displaying ICU requests. - Created IcuRequestDetailsScreen to show detailed information about ICU requests. - Added IcuRequest model to represent ICU request data. - Developed IcuRequestsScreen to list all ICU requests. - Introduced NurseryRequest model for nursery requests. - Created RequestCard for displaying nursery requests. - Implemented RequestDetailsScreen for detailed nursery request information. - Added NurseBooking model for nurse bookings. - Developed NurseBookingCard to display nurse booking details. - Created NurseBookingsScreen to list all nurse bookings. - Implemented NurseBookingDetailsScreen for detailed nurse booking information.
M0SAD67
requested changes
Apr 26, 2026
| children: [ | ||
| Positioned.fill( | ||
| child: Image.asset( | ||
| 'assets/images/background/background-reduce-opacity.png', |
Comment on lines
+56
to
+65
| decoration: BoxDecoration( | ||
| color: Colors.white.withOpacity(0.0), | ||
| boxShadow: [ | ||
| BoxShadow( | ||
| color: Colors.black.withOpacity(0.04), | ||
| blurRadius: 6, | ||
| offset: const Offset(0, 2), | ||
| ), | ||
| ], | ||
| ), |
Owner
There was a problem hiding this comment.
الوان ثابته و بلور تاثير على الاداء
| ), | ||
| child: ClipOval( | ||
| child: Image.asset( | ||
| 'assets/images/onboard/onboard-2.png', |
| ), | ||
| const SizedBox(width: 12), | ||
| const Text( | ||
| 'طلبات حجز عنايات مركزة', |
| return Container( | ||
| margin: const EdgeInsets.symmetric(horizontal: 16, vertical: 10), | ||
| decoration: BoxDecoration( | ||
| color: Colors.white.withOpacity(0.4), |
| ), | ||
| ), | ||
| const Text( | ||
| 'بيانات الحجز', |
Comment on lines
+50
to
+53
| _buildInfoRow('اسم المريض:', booking.patientName), | ||
| _buildInfoRow('رقم التليفون:', booking.phone), | ||
| _buildInfoRow('الحالة:', booking.status), | ||
| _buildInfoRow('نوع الخدمة:', booking.serviceType), |
| borderRadius: BorderRadius.circular(15), | ||
| ), | ||
| child: const Text( | ||
| 'تفاصيل الحجز', |
| ), | ||
| child: ClipOval( | ||
| child: Image.asset( | ||
| 'assets/images/onboard/onboard-3.png', |
| ), | ||
| const SizedBox(width: 12), | ||
| const Text( | ||
| ' طاقم طبي', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.