Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/patient list UI custom configs (#133)
* updates to allow patient list ui displays configurable * bug fix * remove un-intended file * account for multiple launch apps * fix variable names, remove commented out code * lint fixes * lint fixes * black fix * fix iss param * lint fix * fix config name based on feedback, add check for required roles * read resource roles from api * lint fix * black fix * expose access token to frontend * rename variable, fix config * fix casing * remove whitespace * remove un-intended changes, fix error handling * bug fix * bug fix * lint * Support PUT (as well as POST) for HAPI requests. * role check bug fix * add patient id to launch param * handle patient search when no sof client * enable hapi put parameters (#135) * give py.test an empty top-level conftest.py file for cmd line runs * If parameters are included, pass through to HAPI. * Support query string args in audit_HAPI_change logging * Support PUT (as well as POST) for HAPI requests. (cherry picked from commit 9776404) * Fix black whitespace issues. * black whitespace Co-authored-by: Paul F Bugni <pbugni@uw.edu> * lint fix * fix broken launch on new patient * bug fix * Adding logo for DEM * Enable swapping favicons by PROJECT_NAME and add one for DEM * front-end favicon & title fix. includes TODOs where dynamic lookup of configuration is needed * fix title, favico href per feedback * lint fix * lint fix * remove unused code * fix setting retrieval * fix typo * fix clear timeout * fix launching issue * lint fix * add debugging statements * more debug statement * add un-checked in code * bug fix, remove debug statements * adjust table cell width for delete icon * fix function syntax * lint fixes * refactor code * code cleanup, bug fix from previous commit * lint fix * fix possible memory leak * fix error handling * fix bug from last commit * bug fix, refactor * lint fix * bug fix * fix alignment issue * fix clear * fix code syntax * put code back * add refresh list after error * lint, bug fix * fix typo * fix error handling * settings check fix * fix React warning * minor syntax fix * lengthen timeout * minor column width fix * add changes to make columns configurable * lint and bug fixes * black fix * flake8 fix * variable name fix, black fix * more black fix * replace single quotes * Update config.py * Update PatientListTable.js * fix app lauch dialog closing * remove unused files * update DEM logo * change DEM to DCW project ID * use existing function * add react lint plugin, lint code * remove unneeded code * minor refactor * move duplicate code to component * code linting and reformatting * remove ference to undeclared variable * fix bug from last commit * remove unnecessary state check, minor styling fix * code linting, remove unneeded variables * address react warning * remove unnecessary variables * move files to folders for better organization * move util to folder * code clean up, add comments * remove unwanted change * lint fix * fix typos * remove un-used variables Co-authored-by: Amy Chen <clone@cesium.cirg.washington.edu> Co-authored-by: Paul F Bugni <pbugni@uw.edu> Co-authored-by: pbugni <pbugni@u.washington.edu>
- Loading branch information