Skip to content

Releases: m-grzesiak/yalma

v1.0.1

01 Dec 20:10
a825df0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0 - Initial release [fully working app]

31 Oct 17:40
d69862b
Compare
Choose a tag to compare

[1.0.0] - 31.10.2022

  • the application uses the latest web API
  • ability to search for appointments with English-speaking doctors.
  • added support for the Patient's Portal maintenance window - the application returns a well-documented error when a user tries to send a request during this window.
  • separation of the code supporting the API from the logic layer.
  • moved filtering of query results from the API to the business layer of the application - unfortunately, the new API does not support filtering of results on the server side and shifts this responsibility to the client.