Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] [Eusm] UX enhancements/ Bug fixes from dev QA #1372

Open
3 of 11 tasks
peterMuriuki opened this issue Apr 11, 2024 · 1 comment
Open
3 of 11 tasks

[Epic] [Eusm] UX enhancements/ Bug fixes from dev QA #1372

peterMuriuki opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels

Comments

@peterMuriuki
Copy link
Collaborator

peterMuriuki commented Apr 11, 2024

  • [ Enhancement] Create an alternative to PaginatedAsyncSelect that supports local search, this will be used for fields like the product dropdown in inventory form that works with resources that do not yet have server side paginated async OR get custom search parameters working for our fhir servers.
  • [Enhancement] Refactor ValueSet async Select to search for a value set using the url instead of an id. i.e. instead of making the request as /fhir/ValueSet/<value-set-id>/$expand, we would make a request as fhir/ValueSet/$expand?url=<value-set-url>. The urls would be hard-coded as it is the case for the valueset ids
  • [Enhancement] Update helm charts with added envs since then.
  • [Bug] Account for a switch in the location type in the geo-data fields in the location form. Harmonize this fields since they represent the same thing. e.g Editing a jurisdiction with a polygon geometry to a structure should invalidate existing geometry.
  • [Enhacement] Update Add Edit location view to take in an optional query parameter that can be used to override where the form redirects to after a user is done on the location form view.
  • [Enhancement] UX updates to the user management view details view to have a similar look and feel as the mockups: #1373
  • [Enhacement] Update location view details view to include a back link below the pageTitle that takes users back to the location listing view that they came from. This should a prop implemented using the Inversion of control pattern.
  • [Enhancement] Attempt to delete the product catalogue Binary if its detached from the product.
  • [Enhancement] Add a soft delete button to locations.  #1377
  • [Enhacement] Style update to the geometry property render in the location view details.
  • [Bug] Improve branch test coverage; Pass CI #1425
@ciremusyoka
Copy link
Collaborator

[Enhacement] Update location view details view to include a back link below the pageTitle that takes users back to the location listing view that they came from. This should a prop implemented using the Inversion of control pattern.

The updated designs have a back button on the page title. Instead of adding a back button below the title we can follow the designs when working on this ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

3 participants