Commit Graph

83 Commits

Author SHA1 Message Date
yasien_gmail cbfa6002be remove app drawer from patient manager sreen 2024-07-25 16:44:50 +02:00
yasien_gmail 50d7f09873 pat widget a signed in user instead of email 2024-07-25 16:44:07 +02:00
yasien_gmail 14b92185e3 correct appuser object to match api output 2024-07-25 16:43:34 +02:00
yasien_gmail 0043c58abb add new route for patient view 2024-07-25 16:42:33 +02:00
yasien_gmail 034f0a1438 remove name & email and add username 2024-07-25 15:01:00 +02:00
yasien_gmail c18ab286f9 add minio url to env 2024-07-25 14:53:08 +02:00
yasien_gmail dab3735b11 personal profile update 2024-07-25 14:52:54 +02:00
yasien_gmail f57dcd2b51 update env baseAPIurl 2024-07-24 14:47:58 +02:00
yasien_gmail c8d0ec654d . 2024-07-24 09:40:46 +02:00
yasien_gmail d3a5a7efa8 . 2024-07-24 09:32:41 +02:00
yasien_gmail 6c770e6334 Remove supabase reference from the app 2024-07-24 09:32:26 +02:00
yasien_gmail 3d97772600 supertoken signout fix 2024-07-23 17:14:59 +02:00
yasien_gmail 02aede01d0 update authentication with supertokens 2024-07-23 15:29:51 +02:00
yasien_gmail 5dd6a70329 Add register and sign up with supertokens 2024-07-23 11:39:21 +02:00
yasien_gmail b13d8a96cf Fix note and file size and loading indicator 2024-07-19 13:46:10 +02:00
yasien_gmail a65081ef7f SignIn Page to detect enter press to submit 2024-07-19 13:34:34 +02:00
yasien_gmail e7862d1638 update app env and nginx to cater for minio 2024-07-18 10:27:27 +02:00
yasien_gmail 9189201229 enviroment variable update 2024-07-18 09:47:09 +02:00
yasien_gmail daa2b95dc3 add api endpoint to nginx server and update env vars 2024-07-18 09:36:18 +02:00
yasien_gmail 640b021495 base file url changed to doamin 2024-07-16 09:39:46 +02:00
yasien_gmail d82a7ae038 update enviroment api base url 2024-07-15 16:03:51 +02:00
yasien_gmail aec55c75f2 12 July 2024 v2 2024-07-12 15:33:30 +02:00
yasien_gmail 380f212c7f appUser file 2024-07-12 13:41:51 +02:00
yaso-meth f24ebab335 Delete Frontend/patient_manager/lib/objects/AppUser.dart 2024-07-12 13:36:28 +02:00
yasien_gmail e14d2565cb 12 July 2024 2024-07-12 13:06:20 +02:00
yasien_gmail 4923f0f426 Update app top cater for env variables 2024-07-11 15:58:55 +02:00
yasien_gmail 1c7db86571 Set up Dev and Prod enviroments and updae docker to build prod enviroment 2024-07-11 15:17:34 +02:00
yasien_gmail 722278a935 Update theme tyo align date picker 2024-07-11 13:31:24 +02:00
yasien_gmail c8f99a03b4 Make app dymanically resizable for phone & web 2024-07-11 13:31:02 +02:00
yasien_gmail f227af0d81 Theme Switcher added to drawers all files updated 2024-07-10 15:58:37 +02:00
yasien_gmail c1493012c9 Create app drawer on home screen 2024-07-10 10:41:29 +02:00
yasien_gmail 162e37f740 UX update to add thene class and apply the theme to entire app 2024-07-09 16:51:00 +02:00
yasien_gmail 8cb311e285 change UP to cater for new med aid fields 2024-07-08 15:10:31 +02:00
yasien_gmail d188dd205f UI Update 2024-07-05 19:13:45 +02:00
yasien_gmail e09ca04e8a UI Update 2024-07-05 18:56:36 +02:00
yasien_gmail f46711de4a Update UI of screens 2024-07-05 18:46:00 +02:00
yasien_gmail f4d83bbd69 remove unused import 2024-07-05 18:24:02 +02:00
yasien_gmail 0bf718d2cd clean code & change look and feel 2024-07-05 18:23:14 +02:00
yasien_gmail cf43c0e305 remove test action button 2024-07-05 18:22:45 +02:00
yasien_gmail cfd9ef1bf9 force a search for patient 2024-07-05 17:48:37 +02:00
yasien_gmail e75137afb5 1) buildmedlist - update data to add unit and form when clicking a medicine 2024-07-05 17:44:27 +02:00
yasien_gmail 65640133a8 added barrierDismissible: false, to the show dialog so it cant be clicked away 2024-07-05 17:42:51 +02:00
yasien_gmail 6176aed650 Clear all controlls when closing perscription pop up 2024-07-05 16:34:32 +02:00
yasien_gmail 3a509dd721 Patient Manager search function fixed to display only matches 2024-07-05 15:25:27 +02:00
yasien_gmail 712a7db2e8 fix icon client to enable error text 2024-07-05 13:41:28 +02:00
yasien_gmail b18f8dd1d0 1) Update search field to cater for ontap of icon and required and editable parameters.
2) remove Unnesasay signed in user from widget, add menu height.
3) add medicine object to cater for results of med api call.
4) update search input to cater for new parameters.
5) create prescriotion popUp widget.
6) Create medicine search pop Up widget
2024-07-05 12:53:36 +02:00
yasien_gmail f95a016273 remove unnessasary comments 2024-07-04 14:25:55 +02:00
yasien_gmail 53f7a12990 update mybutton ton cater for new parameters 2024-07-04 14:25:20 +02:00
yasien_gmail 61ea9f9b44 add required option.
add icon to clear coltroller.
added dynamic title.
all paramater of items for menu in lis<string> format.
2024-07-04 14:24:27 +02:00
yasien_gmail 643f4cd39d add success message to add patient, edit patient,patient notes, patient files.
update note and file view to match UI.
restrict file types in file uploud.
add image viewer
2024-07-04 13:34:55 +02:00