marc-danie | c91302a1da3 | Reverted changes for HCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times doe... | | |
marc-danie | a38e2e66448 | improved the it performs pagination after navigation Jasmine test | | |
Xavier | ac2393cad4c | sonarqube scanning now incorporates javascript coverage with java coverage! needs refining. | | |
marc-danie | a1dbbf10f37 | HCCRCSCHEDULING-6278 - Home Calendar view: When a new resource is added/edited to an inpatient appointment with an in... | | |
Carl Woolf | 861fa4f05a8 | Merge branch '3.6.0-SNAPSHOT' into javascript-reorg
# Conflicts:
# web/src/main/webapp/js/AppointmentResource/appoin... | | |
marc-danie | 7f296401c2b | HCCRCSCHEDULING-6280 - IE 11 : Appointment - Search Wizard: Date picker pop-up with months and date reappears even af... | | |
Carl Woolf | 8fa827e6053 | Merge pull request #124 in HCCRCSCHEDULER/scheduler from 3.6-visit-type to 3.6.0-SNAPSHOT
* commit '0fead087287ac923... | | |
Carl Woolf | 0fead087287 | changes per pull request comments | | |
marc-danie | 9ac38038975 | HCCRCSCHEDULING-6280 - IE 11 : Appointment - Search Wizard: Date picker pop-up with months and date reappears even af... | | |
Carl Woolf | fb52603fdd8 | Merge remote-tracking branch 'origin/javascript-reorg' into javascript-reorg | | |
Carl Woolf | 2c97c94bbf9 | Merge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into javascript-reorg | | |
Carl Woolf | 2466a77f491 | changes per pull request comments | | |
marc-danie | 9e71e3a2c9f | fixed failing Jasmine tests | | |
marc-danie | 036046ae95a | HCCRCSCHEDULING-6287 - Bug: Tables Search filter fields > The table below are not getting restored to their original ... | | |
Carl Woolf | 0b826cc8e9c | move static strings that are only used by tests | | |
Carl Woolf | 4297bb3ca9d | Merge remote-tracking branch 'origin/3.6-visit-type' into 3.6-visit-type | | |
Carl Woolf | fc424faa880 | fix typecast bug in off-unit report | | |
Carl Woolf | 0ade73d71e2 | type cast bug in off unit report | | |
marc-danie | 3c9a9903edb | added syncOffsetEndOfDayQuery to queries list | | |
marc-danie | cbb485d578e | HCCRCSCHEDULING-6261 - Appointments Listview: IE11 specific- "Scheduled start" filter box when is removed by any filt... | | |
marc-danie | ed1634bdd1c | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 65ce4f03b93 | HCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times does not land user to sp... | | |
Carl Woolf | d7e9676c1a3 | Merge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into javascript-reorg | | |
Xavier | a420a3ea4e4 | added some additional logging to fake subjects populator in the hope of seeing the output in the "deploy crick" build | | |
Carl Woolf | cae7f54b14f | Merge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into visit-type-entity
# Conflicts:
# core/src/test/jav... | | |
Carl Woolf | 9eb7f043ce9 | rename visitTypeEntity , dropping Entity | | |
Carl Woolf | 5424daae482 | omit outpatient column | | |
Carl Woolf | 80c5e5003fd | snapshot of current state of experiment | | |
Carl Woolf | 3a59d2222c4 | Merge remote-tracking branch 'remotes/origin/develop' into visit-type-entity | | |
Carl Woolf | 2cc28410df7 | nuke references to the enum, leaving only the VisitTypeEntity | | |
Carl Woolf | cf98ecb10d9 | placing more VisitTypeEntity, ready to take over | | |
marc-danie | 6d3d21f79f2 | HCCRCSCHEDULING-6258 - Bug:Edit Study>App displays 500 error in console & does not saves if before saving user has ed... | | |
Carl Woolf | 4ad5521402a | Merge remote-tracking branch 'remotes/origin/develop' into visit-type-entity | | |
Carl Woolf | ff9eeece7b8 | report builder seems to work with visit_type | | |
marc-danie | b19f5fbca42 | HCCRCSCHEDULING-6273 - Appointment - Search Wizard is launched with a date picker widget on following the steps menti... | | |
marc-danie | 745629f7fd8 | HCCRCSCHEDULING-6274 - Appointment - Search Wizard: On clicking latest End Date date picker widget date format change... | | |
marc-danie | 07f23d461c8 | HCCRCSCHEDULING-6262 - IE11: Appointment List View: Start date or end date disappears on click in and out for any fil... | | |
marc-danie | 73332afdfbf | HCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times does not land user to sp... | | |
Xavier | 79bf85a5bd5 | removed search item list from searchDTO.generateSearchClauseList()'s signature'; got rid of no-longer-needed SearchDT... | | |
Xavier | 97d7db6dc63 | refactored assignQueryParameterValues() to be an instance method of SearchDTO | | |
Xavier | 3b3e75cee98 | refactored mapSearchItemKeyAndValue() to be an instance method of SearchDTO | | |
Xavier | 33eb1cd3038 | modified implementation of OR search items in SearchDTO -- no longer re-entrant, a search item can have a simple key ... | | |
Carl Woolf | ed27ce945ba | place VisitTypeEntity in persistence layer | | |
marc-danie | f224ab8f2f3 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | e1660638e60 | fixed Jamsine test works if NOT using datepicker, WITH maskFormat and added test navigates after filtering | | |
Xavier | 82848ee1476 | small amount of code re-org | | |
Xavier | 227f8dd6a76 | renamed SearchDTO.searchClauseAtomList() to generateSearchClauseList() | | |
Xavier | 12f7b94e3e7 | fixed method calls to SeartchDTO methods which have been changed from static to instance methods;
factored out a meth... | | |
Xavier | ab2b43b2cc2 | made some of the SearchDTO static methods instance methods; moved preparePhoneNumberSearchItems() to MiscUtil | | |
Xavier | df0089362f1 | renamed method for assigning HQL parameter values to parameter names | | |
Xavier | 81e5020536d | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Xavier | b1002a8df48 | Merge key-mapper and value-mapper methods into one.
Fix regression in preparing the phone-number search item for the ... | | |
Xavier | 8c7e1c41f0e | Moved all table filter key and value mapping to the service layer | | |
Xavier | 5c577cf464d | It is possible for the comment to be generated in the same millisecond as the visit start date, so comparison should ... | | |
marc-danie | 870be3e14bc | HCCRCSCHEDULING-6260 - Appointment list view: Unable to select start or end time after applying filter on appointment... | | |
marc-danie | d440ebab403 | modified regex expression | | |
marc-danie | d4bb94d8d7c | disabled failing test until fixed | | |
marc-danie | 5cccf2e5ec3 | HCCRCSCHEDULING-6248 - Bug:Management>Primary contact number>If user enters a phone number & then deletes it complete... | | |
Xavier | f79336f9389 | factored out code which modifies / sets up search items fpr phone numbers, into a single helper function | | |
Xavier | 228d60b656a | use a distinct phone number re-formatting for partial matches, which preserves underscore characters (they match a si... | | |
Xavier | 7de4abff07f | used a "select count" query to get the number of available rows, instead of getting all rows without pagination and c... | | |
Xavier | b400b457ad0 | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Carl Woolf | 38e5dd506ff | setup VisitTypeEntity in java and sql.
initial step: it shadows / apprentices with the current VisitType enum in Book... | | |
marc-danie | f9a17987919 | added Jasmine tests resets the page to one when sorting and resets the page to one when filtering | | |
Carl Woolf | 0010b045d76 | first step, create lonely entity | | |
marc-danie | bb18a373f06 | HCCRCSCHEDULING-6255 - Appointment List View bring false positive filter results on applying filter after selecting a... | | |
marc-danie | be4d2dfba7e | added Jasmine test can identify date navigation mode | | |
marc-danie | 639b57edff3 | HCCRCSCHEDULING-6257 - Appointment List View > On applying filter for any field user is not navigated to page 1. and... | | |
Carl Woolf | c114b1d9495 | poking around function-tracing | | |
Carl Woolf | c5b0a65faad | fix broken paths, smoke of app seems to work | | |
Carl Woolf | d299c5f429c | fix broken paths, smoke of app seems to work | | |
marc-danie | 3d0b421cfcc | HCCRCSCHEDULING-6234 - Appointment list view: Scheduled Start Time date Date picket widget gets displayed with three ... | | |
marc-danie | 4cadf71cc1c | fix for cursor going to end of placeholder text after clicking the x icon | | |
Carl Woolf | 81b280334dc | initial reorg, passes jasmine tests | | |
Xavier | 3df86f1c3c2 | fixed regression introduced in appointment list view | | |
Xavier | a91757241e8 | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
marc-danie | a00cb4d1177 | Merge remote-tracking branch 'origin/develop' into develop | | |
Xavier | f963c0c9d81 | fixed regression introduced in study visit templates template | | |
Xavier | 881a179b252 | merged develop into SearchDTO-refactor-and-test. Merge conflict in StudyDAO for the study-visit-templates table | | |
marc-danie | 993762c3613 | modified so that the page is reset to one when filtering or sorting | | |
Ankit Panchamia | 74cc48ca91b | naming convention cleanup | | |
Carl Woolf | b2476ccc441 | adjust unit test for 'blur' fix from previous commit | | |
Carl Woolf | 6c0800aac9e | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 1a03cf32a7a | new and (we hope) improved way to prevent spurious blur-related reloads | | |
marc-danie | 55ab6d9b795 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 3a2173839e9 | added Jasmine tests for apptCalendarEventMouseout and apptCalendarEventMouseover functions | | |
Carl Woolf | 9f4ccde99f9 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 841164ab614 | jasmine tests for createSearchTextBox | | |
marc-danie | 435a15c52fc | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | fe9837eb699 | added test retrieves values all data in table and fixed getTableData function | | |
Xavier | d6ed477f2d5 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 42ef56a7cf7 | fix bug where total count returned for visit templates query was always the total number of templates for the given s... | | |
marc-danie | aa4429ca9ca | replace magic numbers with static variables | | |
marc-danie | bd5cde4a385 | added testEditVisit and testGetStudyData junit tests | | |
Xavier | de44925a951 | fixed bug where multiple named parameters for the same DB column ended up having the exact same name, when in fact th... | | |
Xavier | a8e094b9ef0 | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Xavier | 22ab8f44c49 | modify how search items for table filtering are passed to the DAO layer and the SearchDTO to create where clauses: pa... | | |
marc-danie | d5ff9c50a48 | added Jasmine test can identify filtered date mode | | |
marc-danie | d639771ad32 | code cleanup | | |
marc-danie | 2879b067b71 | HCCRCSCHEDULING-6237 - Appointment Listview: Filterbox default grey text of "Scheduled end time" font or size should ... | | |
Xavier | 9f649d11c14 | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Xavier | 0d7a45cd86f | fix issue when filtering by a partial string on a field which maps to an Enum | | |
marc-danie | cfaa546a606 | added it performs pagination after navigation Jasmine test | | |
marc-danie | 6f0dadee195 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 983a97b486a | HCCRCSCHEDULING-6243 - Improvement: Take out date displayed in filter when sorting (navigation list only) | | |
Xavier | 4875183f926 | minor comment cleanup | | |
Ankit Panchamia | 8c245eb4031 | fix for HCCRCSCHEDULING-6240: All Filters supporting date mock-up > Click in and out side date input box after select... | | |
marc-danie | 613732a629f | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 1837b410c39 | HCCRCSCHEDULING-6244 - Improvement: Appointment list View: Start time gets auto-populate with previous selected value... | | |
Xavier | b20761f7ab2 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 705ad11379a | HCCRCSCHEDULING-6215 : apply masking to primary contact phone table filter | | |
Carl Woolf | 1294f4863fa | first pass unit test for Filter.initFilter | | |
Carl Woolf | a2061144ccf | for https://open.med.harvard.edu/jira/browse/HCCRCSCHEDULING-6236 . modal 'kicked out' message | | |
Xavier | efe41cbc16a | use named query parameters for table filtering back-end | | |
marc-danie | 3ea72897015 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 45aa1afdabc | fixed spacing of text in date filters and also replaced WidgetUtil.addCloseFunctionToDatePicker with WidgetUtil.addSe... | | |
Ankit Panchamia | 674b782123c | fix for HCCRCSCHEDULING-6241: Home list view > Subject Name column displays "undefined" for all the rows. | | |
Ankit Panchamia | c715e6292ee | fix for HCCRCSCHEDULING-6242 Improvement: Column Heading Change for Appointment List View Table | | |
Xavier | 2c971d2913e | incorporated pull requets comments | | |
Xavier | d155e51c1f5 | moved uppercase+encrypt lambda put of SearchDTO and into decrypter class | | |
Xavier | 208de864a05 | Merge branch 'develop' into SearchDTO-refactor-and-test
# Conflicts:
# core/src/test/java/edu/harvard/catalyst/sched... | | |
Xavier | dec94b03088 | added testFindStudySubjectsByStudyClausically() | | |
Ankit Panchamia | 5e1968410ce | fix for HCCRCSCHEDULING-6238 : Create new resource button not working if there are no resources to start with | | |
marc-danie | a999529aea1 | Fix for values in start and end time filter fields being cleared when focused | | |
Xavier | 6fe63e9cfdd | added testGetStudyMembersHqlQueryString() | | |
marc-danie | ce8d4eecd51 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 90248f71729 | Added jasmine test performs navigation using end date | | |
Xavier | 23aa69751bf | added comment | | |
Xavier | ad5ea5d2a48 | added testFindResourceListWithSublocationQueryString() | | |
Ankit Panchamia | 41709c187cd | updated the query to capture all appointments until end of day | | |
marc-danie | e3050df94f1 | fixed merge error | | |
marc-danie | 355973ba430 | Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
# web/src/main/webapp/js/appt_tables.js | | |
marc-danie | 98710c86374 | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - modifications to... | | |
Carl Woolf | 55314988b44 | add one test, tweak an old one to match new logic under test | | |
Xavier | 33deeb8db1e | added testGetStudyMembersHqlQueryString() | | |
Ankit Panchamia | 8c68a8ed8a2 | fix for HCCRCSCHEDULING-6230: All modules > Pagination feature > Enter outside the current page number in pagination ... | | |
Xavier | 2cfe70ea458 | added testGetStudyList() | | |
Ankit Panchamia | 88995759e95 | minor cleanup | | |
Xavier | 8315e408f7c | code clean up | | |
marc-danie | c226a1960bb | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 92305a78e0f | HCCRCSCHEDULING-6227 - Appointments List view: Pagination controls are not functional when used on the default view. | | |
Xavier | 944d3cc4fcf | implement partial test of StudyDAO.getStudyVisitsByStatus(): verifies that a query was created with the correct HQL s... | | |
Carl Woolf | ffcb35cb502 | remove some empty comments | | |
Carl Woolf | 8779bf0d481 | nuked test since filtering is now allowed even without end-date | | |
Carl Woolf | 20a0ae94663 | temporarily disable front end test while researching / remediating its failure | | |
Carl Woolf | d7de378ac2a | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 29239b7f6dc | allow filtering of other columns, even in absence of end-date | | |
marc-danie | d3603f3ea85 | HCCRCSCHEDULING-6228 - Appointment list view: No option to select Scheduled start and end Time beyond 2017 even after... | | |
Xavier | 703b876bdcc | minor clean-up of tests that got broken with new implementation of SearchDTO.toSearchClause() | | |
marc-danie | 71f76f43f5e | HCCRCSCHEDULING-6229 - Appointment list view: Scheduled end Time date Date picket widget gets displayed with three mo... | | |
Xavier | 00d521aaa4c | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Xavier | e7307b47178 | re-implemented the mapping of search item keys and values so that each caller of toSearchClause() can apply arbitrary... | | |
marc-danie | b900bd0bc86 | Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
# core/src/test/java/edu/harvard/catalyst/sc... | | |
marc-danie | e2d2eb6b14d | added tests for filterByStudyForBookedVisits and adjustForDecryptionAndNA | | |
Xavier | 9f71320a848 | merged develop into SearchDTO-refactor-and-test - some conflicts | | |
Carl Woolf | 365333ccdda | unit test and related tweaks for findBookedVisitsForStudyList | | |
marc-danie | 55533a1ef95 | added test for useTimeRangeForBookedVisits | | |
marc-danie | 8b02746f7c0 | added test for listToWhereString | | |
marc-danie | dc7eba693fc | added unit test for getTimeRangeString | | |
Ankit Panchamia | 445331c5582 | cleaned up filter functionality for study module | | |
marc-danie | 02d38ac7606 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 33fb6396e3a | HCCRCSCHEDULING-6224 - (IE & FF)Bug: Management > On IE the Default text of each search box obtains & retains black c... | | |
Ankit Panchamia | 69af8a332a3 | fix for HCCRCSCHEDULING-6223: All Pagination > Enter 15 characters continuously without pausing for page display box ... | | |
marc-danie | f87e328a4c6 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | e4bf4f52c13 | added check the current rest url matches ApptTables.lastRequestUrl | | |
Carl Woolf | ca92fa8192e | reduce redundancy in 3-query method | | |
Xavier | 2945c4feaf5 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 5f093b53fcc | HCCRCSCHEDULING-6192 : removed front-end unit test assertion on table cell height, which fails on build server but no... | | |
marc-danie | 2a631ee6c02 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 4bf5573985b | removed blockUI call in ApptTables.populateApptListTable and add use of ApptTables.lastRequestUrl for keeping filteri... | | |
Ankit Panchamia | 683475cf193 | Merge pull request #121 in HCCRCSCHEDULER/scheduler from bugfix/HCCRCSCHEDULING-6192-management-user-form to develop
... | | |
Xavier | bc6ee3e4df7 | HCCRCSCHEDULING-5957 : minor tweak to toSearchClause(), added comprehensive unit tests for SearchDTO | | |
marc-danie | ddb7f4cc27b | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed filtering | | |
marc-danie | 62a58a15382 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 450432aa665 | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - added Jasmine te... | | |
Ankit Panchamia | 25a99aaccae | fix for HCCRCSCHEDULING-6223: All Pagination > Enter 15 characters continuously without pausing for page display box ... | | |
marc-danie | 6244f5d4940 | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - removed the init... | | |
marc-danie | 9bbb0037ea4 | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - removed the init... | | |
Xavier | e4a2dc870ac | Merge branch 'develop' into SearchDTO-refactor-and-test | | |
Xavier | cf169ad8909 | HCCRCSCHEDULING-5957 : bif refactoring of code that generates WHERE clauses for table filtering | | |
marc-danie | 7fb36f6e4ba | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | f8b67f090e8 | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed reset of m... | | |
Carl Woolf | 68f6d1d6b99 | adjust unit test to handle blockUI | | |
Carl Woolf | 3c022442d8c | fold separate 'sync' query back into the collective (3 query creation) method.
reinstate blockUI during filtering | | |
marc-danie | ca2a65a0b8d | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - modified so that... | | |
marc-danie | d40c5b8f77b | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed loads data... | | |
marc-danie | 04f3b5bb36e | HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed so that mi... | | |
marc-danie | e50f59fbdaf | Merge remote-tracking branch 'origin/develop' into develop | | |
Next → |