Skip to content

Commit

Permalink
Feature/patient list UI custom configs (#133)
Browse files Browse the repository at this point in the history
* 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
4 people authored Oct 11, 2022
1 parent fe58e68 commit 4151a77
Show file tree
Hide file tree
Showing 46 changed files with 2,712 additions and 2,068 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@
},
"plugins": [
"react",
"compat"
"react-hooks"
],
"rules": {
"semi": "error",
"compat/compat": "warn",
"react/react-in-jsx-scope": "off",
"react/display-name": "off",
"no-useless-escape": "off"
"no-useless-escape": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
}
Empty file added conftest.py
Empty file.
Loading

0 comments on commit 4151a77

Please sign in to comment.