-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Complete Profile Feature (#170) * Add new words to app_en.arb and app_de.arb. Adjust app_en.arb and app_de.arb. * Create new words in app_de.arb an app_en.arb. Create updateEntry methode in backend.dart. Complete the profile feature in profile_screen.dart. * Create _fetchPatientFuture to call only once, if the state is initiated, and not every time the state is updated. * Create getEntryDirect in backend.dart. Adjust profile_screen.dart. * Delete unused getEntryDirect methode in backend.dart. * Improving the performance * Bugfixes with Special character and Loading the Data in Frontend * Execute perform tests * Adjust profile_screen.dart * Fetch the data every time * Add new words in app_en.arb and app_de.arb. Set Error/Successes Messages for all Fields. * refactor the code (first round) * refactor the code (second round) * refactor the code (third round) * refactor the code (fourth round) * Add measureTime for testing * refactor the code (5. round) * The 'Birthday' field in 'PatientData' accepts birth dates up to 100 years ago. (#175) * Study nurse Config Screen Persistence (#174) * Bugfix: Study nurse Config Screen Persistence. * Add comments. * Format the Code. * Bugfix: first page don't cached entries when you click back * Save password (#172) * commented code removed * flutter secure storage introduced * flutter secure storage class added * checkbox implemented * Localizations * Lint warnings resolved * Refactor the Code (first round) * Refactor the Code (second round) * Refactor the Code (third round) --------- Co-authored-by: AzureAD\FaysalQurabi <[email protected]> * Comma input is directly replaced by period. (#176) * Comma input is directly replaced by period. * ReplaceCommaFormater stored in an own file * replace comma with period * inputFormatters edited * redundant file deleted (#177) * Update yaml file (#178) --------- Co-authored-by: mustiwebp <[email protected]>
- Loading branch information
1 parent
258eb6c
commit 393c3c9
Showing
40 changed files
with
828 additions
and
271 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.