-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Phani, Bindu | BAH-3117 | Ability to add, display and update Notes se…
…ction in OT Scheduling (#647) * Add Modal to create OT Notes * Make notes scrollable * Add Redirection on Save * Add ToolTip * Fix css for day view. * Add tests * Add Validations for Create Note * BAH-3092 | Show primary diagnoses in OT list view (#631) * BAH-3092 | add capability to show primary diagnosis in OT list view * BAH-3092 | refactor to display latest diagnoses and test fixes --------- Co-authored-by: Ashish Kurian <[email protected]> * Fix build issues * Integrate with Backend for Day view * Update CSS and date * Bindu | add notes save and get support for week view * Bindu, Phani | BAH-3117 | Integrate Update API to the UI * Bindu | Fix test cases * Bindu | Change note resource to notes * Fix tests * Phani | A-1205015570874061 | Ability to delete existing notes on the OT Scheduling page. (#650) * Make css of notes text configurable and Add notes delete template * Add css for hover and fix translation * Fix Update notes functionality * Add delete note functionality * Fix fetch date issue * Fix tests * Fix UI validations and CSS * Fix CSS in notes modal --------- Co-authored-by: Phanindra-tw <[email protected]> Co-authored-by: kavitha-sundararajan <[email protected]> Co-authored-by: Ashish Kurian <[email protected]> Co-authored-by: Phanindra-tw <[email protected]>
- Loading branch information
1 parent
2efd6d0
commit 9ea001c
Showing
13 changed files
with
708 additions
and
33 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
'use strict'; | ||
|
||
angular.module('bahmni.ot') | ||
.directive('otNotes', [function () { | ||
return { | ||
restrict: 'E', | ||
require: '^otCalendar', | ||
templateUrl: "../ot/views/notesModal.html" | ||
}; | ||
}]); |
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.