Call-in Information
Panel |
---|
Call+1-712-432-0075* or Skype a voice call to freeconferencing |
Screen sharing
Attendance
- Jeremy Keiper
- Sy Haas
- Wyclif Luyima
- Ben Wolfe
- Darius Jazayeri
- Burke Mamlin
- Win Ribeka
Tickets to review
- archive:TRAC-2032@ticket (wyclif) Move Hl7_in_archive to filesystem
- archive:TRAC-1740@ticket (jkeiper) Store relationships under the patient element of the form schema
- archive:TRAC-1947@ticket (syhaas) Add a daemon user that will be used by modules during startup
Ticket 2032
Panel |
---|
*Move*KEY properties to hl7constants |
- Remove USerContext parameter from Hl7InArchivesMigrateThread constructor
- Remove UserContext parameter from startArchiveMigration method
- Get at least 10,000 hl7 in archives and test it
Ticket 1740
- Uh, approved?
Ticket 1947
- Look up java security to check for what methods you can or cannot call. Lock down Context.becomeDaemonUser() to only be able to be called from AbstractTask.authenticate();
- add java secutiry to UserContext.becomeDaemonUser as well (or make it protected)
- Email devsec or dev list about what java provides
(Other TODO)
- Look into looking down Context.addProxyPrivilege() with java method security