Build: #487 was successful
Job: Build Module was successful
Code commits
Git
-
Darius Jazayeri <jazayeri@alum.mit.edu> 4f3d403a46aadfdbd4e70bdde9ea4554d79a8dd9
Merge pull request #6 from devlucas/master
ER-88 Create a sidebar on the patient.html view to hold a list of possible actions. -
Lucas Oliveira <lgomes@thoughtworks.com> f3001fd34ccbefb6ab7a754d72438e3352cb5759
ER-88 Create a sidebar on the patient.html view to hold a list of possible actions.
Two directives and one service were implementated:
- actionButton to toggle the sidebar;
- actionSidebar to hold the necessary HTML;
- sidebarService to control the sidebar behavior;
The backButton was refactored in order to work on the navigation header on the patient.html.
The directives-test.js was created to hold all the necessary tests.- omod/pom.xml (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/compass/sass/style.scss (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/compass/sass/tablet-style/header.scss (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/compass/sass/tablet-style/sidebar.scss (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/webapp/resources/html/tabletapp/templates/patient.html (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/webapp/resources/html/tabletapp/templates/patient/overview.html (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/webapp/resources/html/tabletapp/templates/sidebar.html (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/webapp/resources/scripts/tabletapp/directives.js (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/main/webapp/resources/scripts/tabletapp/patients.js (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)
- omod/src/test/webapp/resources/scripts/tabletapp/directives-test.js (version f3001fd34ccbefb6ab7a754d72438e3352cb5759)