Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

2.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@matteovivona matteovivona released this 28 Sep 08:25
· 1775 commits to master since this release

Features

  • navbar: add hamberger icon for mobile, and dividers (1cf6575)
  • apply select component changes (c38004b)
  • add new script for checking missing translations: translations (9ca5232), closes #1919
  • care plan: fix internationalization (72a5bed)
  • care-plan: add care plan form and tests (e96eb83)
  • careplan: adds ability to add a new care plan (0aa0cf9)
  • checkmissingtranslations.ts: add language in logs (d20b9c7)
  • checkmissingtranslations.ts: change type of searchingPath (7ab8195)
  • checkmissingtranslations.ts: refactor (75f9981)
  • checkmissintranlations.ts: add colors to log (ede7b2e)
  • checkmissintranslations.ts: run script before default ones (5ef3f7e)
  • datepicker: add year selector dropdown (#2060) (b159d7a)
  • i18n: add italian translation (#2035) (44f15f3)
  • incident: Added Report Incident button (43cafa6)
  • incidents: add ability to view an incident (5887859)
  • incidents: add incident related routing (2e9e985)
  • incidents: adds ability to report incident (4a4a682)
  • incidents: adds ability to view all incidents (f11d8e9)
  • incidents: filter incidents (#2087) (5309a85)
  • labs: ability to filter by status on labs screen (#2033) (2b5c789)
  • labs: add lab code (#2040) (b695ac8)
  • navbar: add shortcut icon to the create pages (b1a8cdf)
  • network-status: Notify users when they're working offline (#2109) (fa5bcb6)
  • newlabrequest: add requestBy to model (c791de3), closes #2082
  • pagecomponent: user can change page size (7411ad0), closes #1969
  • patient: add input validation (#2032) (bb02fa2)
  • patient: multiple contact info (#2113) (ceb96a4)
  • settings: add navbar dropdown and settings page (#2096) (e5677fe)
  • viewpatient: added labs tab to ViewPatient (#1987) (4a1c7ed)
  • viewpatients: add a new field 'index', paging in next direction (d1c55e7), closes #1969 #1967
  • viewpatients: add paging feature in ViewPatients component (dff2b3e), closes #1969
  • viewpatients: add paging for search patients (b96680f), closes #1969
  • viewpatients: add Tests, Fix bug (671ad02), closes #1969
  • viewpatients: enables to navigation to previous page (52a59d3), closes #1969
  • viewpatients: refactor code as recommended (5308f5f), closes #1969
  • add Sort request in ViewPatients (c4109a4), closes #1969

Bug Fixes

  • datetime: datetime pickers are bigger now (#2056) (52d30a3)
  • eslint: fix pouchdb test error (f19d276)
  • i18n: fix build (30bb158)
  • incidents: add loading during fetch phase (#2085) (d1fb940)
  • navbar: Make Navbar mobile-friendly (#2118) (391271a)
  • patient: make note not required in care plan (#2158) (34e6041)
  • sidebar: sidebar should only show links user has access to see (66feda1), closes #2110
  • sidebar: sidebar should only show links user has access to see (2f22ebd), closes #2110
  • toolchain: extends scripts tsconfig.json from base one (6532028), closes #2113
  • toolchain: fix broken deps and updates translate-check script (d0c35db)
  • standardize mock store setup in tests (#2075) (50f9e49)
  • standardized react router imports in tests and source code (#2067) (cb3cea5)
  • styling the Navbar to make it Sticky (#2057) (11e4de8)
  • viewpatients: call PatientRepository.findAll() only once (#2044) (9084411)
  • viewpatients.tsx: add userPageRequest in dependency array (11b6c8b), closes #1969