HCCRC Scheduler
  1. HCCRC Scheduler

scheduler

Public
  1. HCCRC Scheduler
  2. scheduler

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
marc-daniemarc-danie
c91302a1da3Reverted changes for HCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times doe...
marc-daniemarc-danie
a38e2e66448improved the it performs pagination after navigation Jasmine test
XavierXavier
ac2393cad4csonarqube scanning now incorporates javascript coverage with java coverage! needs refining.
marc-daniemarc-danie
a1dbbf10f37HCCRCSCHEDULING-6278 - Home Calendar view: When a new resource is added/edited to an inpatient appointment with an in...
Carl WoolfCarl Woolf
861fa4f05a8Merge branch '3.6.0-SNAPSHOT' into javascript-reorg # Conflicts: # web/src/main/webapp/js/AppointmentResource/appoin...
marc-daniemarc-danie
7f296401c2bHCCRCSCHEDULING-6280 - IE 11 : Appointment - Search Wizard: Date picker pop-up with months and date reappears even af...
Carl WoolfCarl Woolf
8fa827e6053Merge pull request #124 in HCCRCSCHEDULER/scheduler from 3.6-visit-type to 3.6.0-SNAPSHOT * commit '0fead087287ac923...
Carl WoolfCarl Woolf
0fead087287changes per pull request comments
marc-daniemarc-danie
9ac38038975HCCRCSCHEDULING-6280 - IE 11 : Appointment - Search Wizard: Date picker pop-up with months and date reappears even af...
Carl WoolfCarl Woolf
fb52603fdd8Merge remote-tracking branch 'origin/javascript-reorg' into javascript-reorg
Carl WoolfCarl Woolf
2c97c94bbf9Merge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into javascript-reorg
Carl WoolfCarl Woolf
2466a77f491changes per pull request comments
marc-daniemarc-danie
9e71e3a2c9ffixed failing Jasmine tests
marc-daniemarc-danie
036046ae95aHCCRCSCHEDULING-6287 - Bug: Tables Search filter fields > The table below are not getting restored to their original ...
Carl WoolfCarl Woolf
0b826cc8e9cmove static strings that are only used by tests
Carl WoolfCarl Woolf
4297bb3ca9dMerge remote-tracking branch 'origin/3.6-visit-type' into 3.6-visit-type
Carl WoolfCarl Woolf
fc424faa880fix typecast bug in off-unit report
Carl WoolfCarl Woolf
0ade73d71e2type cast bug in off unit report
marc-daniemarc-danie
3c9a9903edbadded syncOffsetEndOfDayQuery to queries list
marc-daniemarc-danie
cbb485d578eHCCRCSCHEDULING-6261 - Appointments Listview: IE11 specific- "Scheduled start" filter box when is removed by any filt...
marc-daniemarc-danie
ed1634bdd1cMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
65ce4f03b93HCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times does not land user to sp...
Carl WoolfCarl Woolf
d7e9676c1a3Merge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into javascript-reorg
XavierXavier
a420a3ea4e4added some additional logging to fake subjects populator in the hope of seeing the output in the "deploy crick" build
Carl WoolfCarl Woolf
cae7f54b14fMerge remote-tracking branch 'remotes/origin/3.6.0-SNAPSHOT' into visit-type-entity # Conflicts: # core/src/test/jav...
Carl WoolfCarl Woolf
9eb7f043ce9rename visitTypeEntity , dropping Entity
Carl WoolfCarl Woolf
5424daae482omit outpatient column
Carl WoolfCarl Woolf
80c5e5003fdsnapshot of current state of experiment
Carl WoolfCarl Woolf
3a59d2222c4Merge remote-tracking branch 'remotes/origin/develop' into visit-type-entity
Carl WoolfCarl Woolf
2cc28410df7nuke references to the enum, leaving only the VisitTypeEntity
Carl WoolfCarl Woolf
cf98ecb10d9placing more VisitTypeEntity, ready to take over
marc-daniemarc-danie
6d3d21f79f2HCCRCSCHEDULING-6258 - Bug:Edit Study>App displays 500 error in console & does not saves if before saving user has ed...
Carl WoolfCarl Woolf
4ad5521402aMerge remote-tracking branch 'remotes/origin/develop' into visit-type-entity
Carl WoolfCarl Woolf
ff9eeece7b8report builder seems to work with visit_type
marc-daniemarc-danie
b19f5fbca42HCCRCSCHEDULING-6273 - Appointment - Search Wizard is launched with a date picker widget on following the steps menti...
marc-daniemarc-danie
745629f7fd8HCCRCSCHEDULING-6274 - Appointment - Search Wizard: On clicking latest End Date date picker widget date format change...
marc-daniemarc-danie
07f23d461c8HCCRCSCHEDULING-6262 - IE11: Appointment List View: Start date or end date disappears on click in and out for any fil...
marc-daniemarc-danie
73332afdfbfHCCRCSCHEDULING-6271 - Appointment List View > Navigation using start or end date some times does not land user to sp...
XavierXavier
79bf85a5bd5removed search item list from searchDTO.generateSearchClauseList()'s signature'; got rid of no-longer-needed SearchDT...
XavierXavier
97d7db6dc63refactored assignQueryParameterValues() to be an instance method of SearchDTO
XavierXavier
3b3e75cee98refactored mapSearchItemKeyAndValue() to be an instance method of SearchDTO
XavierXavier
33eb1cd3038modified implementation of OR search items in SearchDTO -- no longer re-entrant, a search item can have a simple key ...
Carl WoolfCarl Woolf
ed27ce945baplace VisitTypeEntity in persistence layer
marc-daniemarc-danie
f224ab8f2f3Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
e1660638e60fixed Jamsine test works if NOT using datepicker, WITH maskFormat and added test navigates after filtering
XavierXavier
82848ee1476small amount of code re-org
XavierXavier
227f8dd6a76renamed SearchDTO.searchClauseAtomList() to generateSearchClauseList()
XavierXavier
12f7b94e3e7fixed method calls to SeartchDTO methods which have been changed from static to instance methods; factored out a meth...
XavierXavier
ab2b43b2cc2made some of the SearchDTO static methods instance methods; moved preparePhoneNumberSearchItems() to MiscUtil
XavierXavier
df0089362f1renamed method for assigning HQL parameter values to parameter names
XavierXavier
81e5020536dMerge branch 'develop' into SearchDTO-refactor-and-test
XavierXavier
b1002a8df48Merge key-mapper and value-mapper methods into one. Fix regression in preparing the phone-number search item for the ...
XavierXavier
8c7e1c41f0eMoved all table filter key and value mapping to the service layer
XavierXavier
5c577cf464dIt is possible for the comment to be generated in the same millisecond as the visit start date, so comparison should ...
marc-daniemarc-danie
870be3e14bcHCCRCSCHEDULING-6260 - Appointment list view: Unable to select start or end time after applying filter on appointment...
marc-daniemarc-danie
d440ebab403modified regex expression
marc-daniemarc-danie
d4bb94d8d7cdisabled failing test until fixed
marc-daniemarc-danie
5cccf2e5ec3HCCRCSCHEDULING-6248 - Bug:Management>Primary contact number>If user enters a phone number & then deletes it complete...
XavierXavier
f79336f9389factored out code which modifies / sets up search items fpr phone numbers, into a single helper function
XavierXavier
228d60b656ause a distinct phone number re-formatting for partial matches, which preserves underscore characters (they match a si...
XavierXavier
7de4abff07fused a "select count" query to get the number of available rows, instead of getting all rows without pagination and c...
XavierXavier
b400b457ad0Merge branch 'develop' into SearchDTO-refactor-and-test
Carl WoolfCarl Woolf
38e5dd506ffsetup VisitTypeEntity in java and sql. initial step: it shadows / apprentices with the current VisitType enum in Book...
marc-daniemarc-danie
f9a17987919added Jasmine tests resets the page to one when sorting and resets the page to one when filtering
Carl WoolfCarl Woolf
0010b045d76first step, create lonely entity
marc-daniemarc-danie
bb18a373f06HCCRCSCHEDULING-6255 - Appointment List View bring false positive filter results on applying filter after selecting a...
marc-daniemarc-danie
be4d2dfba7eadded Jasmine test can identify date navigation mode
marc-daniemarc-danie
639b57edff3HCCRCSCHEDULING-6257 - Appointment List View > On applying filter for any field user is not navigated to page 1. and...
Carl WoolfCarl Woolf
c114b1d9495poking around function-tracing
Carl WoolfCarl Woolf
c5b0a65faadfix broken paths, smoke of app seems to work
Carl WoolfCarl Woolf
d299c5f429cfix broken paths, smoke of app seems to work
marc-daniemarc-danie
3d0b421cfccHCCRCSCHEDULING-6234 - Appointment list view: Scheduled Start Time date Date picket widget gets displayed with three ...
marc-daniemarc-danie
4cadf71cc1cfix for cursor going to end of placeholder text after clicking the x icon
Carl WoolfCarl Woolf
81b280334dcinitial reorg, passes jasmine tests
XavierXavier
3df86f1c3c2fixed regression introduced in appointment list view
XavierXavier
a91757241e8Merge branch 'develop' into SearchDTO-refactor-and-test
marc-daniemarc-danie
a00cb4d1177Merge remote-tracking branch 'origin/develop' into develop
XavierXavier
f963c0c9d81fixed regression introduced in study visit templates template
XavierXavier
881a179b252merged develop into SearchDTO-refactor-and-test. Merge conflict in StudyDAO for the study-visit-templates table
marc-daniemarc-danie
993762c3613modified so that the page is reset to one when filtering or sorting
Ankit PanchamiaAnkit Panchamia
74cc48ca91bnaming convention cleanup
Carl WoolfCarl Woolf
b2476ccc441adjust unit test for 'blur' fix from previous commit
Carl WoolfCarl Woolf
6c0800aac9eMerge remote-tracking branch 'origin/develop' into develop
Carl WoolfCarl Woolf
1a03cf32a7anew and (we hope) improved way to prevent spurious blur-related reloads
marc-daniemarc-danie
55ab6d9b795Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
3a2173839e9added Jasmine tests for apptCalendarEventMouseout and apptCalendarEventMouseover functions
Carl WoolfCarl Woolf
9f4ccde99f9Merge remote-tracking branch 'origin/develop' into develop
Carl WoolfCarl Woolf
841164ab614jasmine tests for createSearchTextBox
marc-daniemarc-danie
435a15c52fcMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
fe9837eb699added test retrieves values all data in table and fixed getTableData function
XavierXavier
d6ed477f2d5Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
XavierXavier
42ef56a7cf7fix bug where total count returned for visit templates query was always the total number of templates for the given s...
marc-daniemarc-danie
aa4429ca9careplace magic numbers with static variables
marc-daniemarc-danie
bd5cde4a385added testEditVisit and testGetStudyData junit tests
XavierXavier
de44925a951fixed bug where multiple named parameters for the same DB column ended up having the exact same name, when in fact th...
XavierXavier
a8e094b9ef0Merge branch 'develop' into SearchDTO-refactor-and-test
XavierXavier
22ab8f44c49modify how search items for table filtering are passed to the DAO layer and the SearchDTO to create where clauses: pa...
marc-daniemarc-danie
d5ff9c50a48added Jasmine test can identify filtered date mode
marc-daniemarc-danie
d639771ad32code cleanup
marc-daniemarc-danie
2879b067b71HCCRCSCHEDULING-6237 - Appointment Listview: Filterbox default grey text of "Scheduled end time" font or size should ...
XavierXavier
9f649d11c14Merge branch 'develop' into SearchDTO-refactor-and-test
XavierXavier
0d7a45cd86ffix issue when filtering by a partial string on a field which maps to an Enum
marc-daniemarc-danie
cfaa546a606added it performs pagination after navigation Jasmine test
marc-daniemarc-danie
6f0dadee195Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
983a97b486aHCCRCSCHEDULING-6243 - Improvement: Take out date displayed in filter when sorting (navigation list only)
XavierXavier
4875183f926minor comment cleanup
Ankit PanchamiaAnkit Panchamia
8c245eb4031fix for HCCRCSCHEDULING-6240: All Filters supporting date mock-up > Click in and out side date input box after select...
marc-daniemarc-danie
613732a629fMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
1837b410c39HCCRCSCHEDULING-6244 - Improvement: Appointment list View: Start time gets auto-populate with previous selected value...
XavierXavier
b20761f7ab2Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
XavierXavier
705ad11379aHCCRCSCHEDULING-6215 : apply masking to primary contact phone table filter
Carl WoolfCarl Woolf
1294f4863fafirst pass unit test for Filter.initFilter
Carl WoolfCarl Woolf
a2061144ccffor https://open.med.harvard.edu/jira/browse/HCCRCSCHEDULING-6236 . modal 'kicked out' message
XavierXavier
efe41cbc16ause named query parameters for table filtering back-end
marc-daniemarc-danie
3ea72897015Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
45aa1afdabcfixed spacing of text in date filters and also replaced WidgetUtil.addCloseFunctionToDatePicker with WidgetUtil.addSe...
Ankit PanchamiaAnkit Panchamia
674b782123cfix for HCCRCSCHEDULING-6241: Home list view > Subject Name column displays "undefined" for all the rows.
Ankit PanchamiaAnkit Panchamia
c715e6292eefix for HCCRCSCHEDULING-6242 Improvement: Column Heading Change for Appointment List View Table
XavierXavier
2c971d2913eincorporated pull requets comments
XavierXavier
d155e51c1f5moved uppercase+encrypt lambda put of SearchDTO and into decrypter class
XavierXavier
208de864a05Merge branch 'develop' into SearchDTO-refactor-and-test # Conflicts: # core/src/test/java/edu/harvard/catalyst/sched...
XavierXavier
dec94b03088added testFindStudySubjectsByStudyClausically()
Ankit PanchamiaAnkit Panchamia
5e1968410cefix for HCCRCSCHEDULING-6238 : Create new resource button not working if there are no resources to start with
marc-daniemarc-danie
a999529aea1Fix for values in start and end time filter fields being cleared when focused
XavierXavier
6fe63e9cfddadded testGetStudyMembersHqlQueryString()
marc-daniemarc-danie
ce8d4eecd51Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
90248f71729Added jasmine test performs navigation using end date
XavierXavier
23aa69751bfadded comment
XavierXavier
ad5ea5d2a48added testFindResourceListWithSublocationQueryString()
Ankit PanchamiaAnkit Panchamia
41709c187cdupdated the query to capture all appointments until end of day
marc-daniemarc-danie
e3050df94f1fixed merge error
marc-daniemarc-danie
355973ba430Merge remote-tracking branch 'origin/develop' into develop # Conflicts: # web/src/main/webapp/js/appt_tables.js
marc-daniemarc-danie
98710c86374HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - modifications to...
Carl WoolfCarl Woolf
55314988b44add one test, tweak an old one to match new logic under test
XavierXavier
33deeb8db1eadded testGetStudyMembersHqlQueryString()
Ankit PanchamiaAnkit Panchamia
8c68a8ed8a2fix for HCCRCSCHEDULING-6230: All modules > Pagination feature > Enter outside the current page number in pagination ...
XavierXavier
2cfe70ea458added testGetStudyList()
Ankit PanchamiaAnkit Panchamia
88995759e95minor cleanup
XavierXavier
8315e408f7ccode clean up
marc-daniemarc-danie
c226a1960bbMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
92305a78e0fHCCRCSCHEDULING-6227 - Appointments List view: Pagination controls are not functional when used on the default view.
XavierXavier
944d3cc4fcfimplement partial test of StudyDAO.getStudyVisitsByStatus(): verifies that a query was created with the correct HQL s...
Carl WoolfCarl Woolf
ffcb35cb502remove some empty comments
Carl WoolfCarl Woolf
8779bf0d481nuked test since filtering is now allowed even without end-date
Carl WoolfCarl Woolf
20a0ae94663temporarily disable front end test while researching / remediating its failure
Carl WoolfCarl Woolf
d7de378ac2aMerge remote-tracking branch 'origin/develop' into develop
Carl WoolfCarl Woolf
29239b7f6dcallow filtering of other columns, even in absence of end-date
marc-daniemarc-danie
d3603f3ea85HCCRCSCHEDULING-6228 - Appointment list view: No option to select Scheduled start and end Time beyond 2017 even after...
XavierXavier
703b876bdccminor clean-up of tests that got broken with new implementation of SearchDTO.toSearchClause()
marc-daniemarc-danie
71f76f43f5eHCCRCSCHEDULING-6229 - Appointment list view: Scheduled end Time date Date picket widget gets displayed with three mo...
XavierXavier
00d521aaa4cMerge branch 'develop' into SearchDTO-refactor-and-test
XavierXavier
e7307b47178re-implemented the mapping of search item keys and values so that each caller of toSearchClause() can apply arbitrary...
marc-daniemarc-danie
b900bd0bc86Merge remote-tracking branch 'origin/develop' into develop # Conflicts: # core/src/test/java/edu/harvard/catalyst/sc...
marc-daniemarc-danie
e2d2eb6b14dadded tests for filterByStudyForBookedVisits and adjustForDecryptionAndNA
XavierXavier
9f71320a848merged develop into SearchDTO-refactor-and-test - some conflicts
Carl WoolfCarl Woolf
365333ccddaunit test and related tweaks for findBookedVisitsForStudyList
marc-daniemarc-danie
55533a1ef95added test for useTimeRangeForBookedVisits
marc-daniemarc-danie
8b02746f7c0added test for listToWhereString
marc-daniemarc-danie
dc7eba693fcadded unit test for getTimeRangeString
Ankit PanchamiaAnkit Panchamia
445331c5582cleaned up filter functionality for study module
marc-daniemarc-danie
02d38ac7606Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
33fb6396e3aHCCRCSCHEDULING-6224 - (IE & FF)Bug: Management > On IE the Default text of each search box obtains & retains black c...
Ankit PanchamiaAnkit Panchamia
69af8a332a3fix for HCCRCSCHEDULING-6223: All Pagination > Enter 15 characters continuously without pausing for page display box ...
marc-daniemarc-danie
f87e328a4c6Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
e4bf4f52c13added check the current rest url matches ApptTables.lastRequestUrl
Carl WoolfCarl Woolf
ca92fa8192ereduce redundancy in 3-query method
XavierXavier
2945c4feaf5Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
XavierXavier
5f093b53fccHCCRCSCHEDULING-6192 : removed front-end unit test assertion on table cell height, which fails on build server but no...
marc-daniemarc-danie
2a631ee6c02Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
4bf5573985bremoved blockUI call in ApptTables.populateApptListTable and add use of ApptTables.lastRequestUrl for keeping filteri...
Ankit PanchamiaAnkit Panchamia
683475cf193Merge pull request #121 in HCCRCSCHEDULER/scheduler from bugfix/HCCRCSCHEDULING-6192-management-user-form to develop ...
XavierXavier
bc6ee3e4df7HCCRCSCHEDULING-5957 : minor tweak to toSearchClause(), added comprehensive unit tests for SearchDTO
marc-daniemarc-danie
ddb7f4cc27bHCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed filtering
marc-daniemarc-danie
62a58a15382Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
450432aa665HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - added Jasmine te...
Ankit PanchamiaAnkit Panchamia
25a99aaccaefix for HCCRCSCHEDULING-6223: All Pagination > Enter 15 characters continuously without pausing for page display box ...
marc-daniemarc-danie
6244f5d4940HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - removed the init...
marc-daniemarc-danie
9bbb0037ea4HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - removed the init...
XavierXavier
e4a2dc870acMerge branch 'develop' into SearchDTO-refactor-and-test
XavierXavier
cf169ad8909HCCRCSCHEDULING-5957 : bif refactoring of code that generates WHERE clauses for table filtering
marc-daniemarc-danie
7fb36f6e4baMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
f8b67f090e8HCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed reset of m...
Carl WoolfCarl Woolf
68f6d1d6b99adjust unit test to handle blockUI
Carl WoolfCarl Woolf
3c022442d8cfold separate 'sync' query back into the collective (3 query creation) method. reinstate blockUI during filtering
marc-daniemarc-danie
ca2a65a0b8dHCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - modified so that...
marc-daniemarc-danie
d40c5b8f77bHCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed loads data...
marc-daniemarc-danie
04f3b5bb36eHCCRCSCHEDULING-6082 - Appointment List View: Start and End Date Filtering and Visit Display Logic - fixed so that mi...
marc-daniemarc-danie
e50f59fbdafMerge remote-tracking branch 'origin/develop' into develop