Skip to content

Releases: tprigent/kinesia

Release 3

25 May 14:50
Compare
Choose a tag to compare

End of the project: final release. The software is now fully functional. Some functionalities have replaced some that were initially scheduled, but too hard to implement in so little time.

Everyone can now download Kinesia v3 !

What's new?

  • Sorting patient file by name of firstname, alphabetic or not
  • Bugs have been fixed, tests are 100% "passed"
  • The calendar on the left of the home view provides shortcuts to appointments scheduled and reminds hour
  • Installation packages have been created for Linux, macOS and Windows (check out the installation procedure on the README)
  • Dark mode improved

Screenshots

Home view
Capture_d_écran_2021-05-24_à_14 59 19
Work view
Capture_d_écran_2021-05-24_à_15 00 23
macOS installer
Capture_d_écran_2021-05-24_à_14 57 55
Dark mode
Capture_d_écran_2021-05-25_à_16 48 14

Release 2

25 May 14:46
Compare
Choose a tag to compare

Second release of the software. Kinesia is now fully functional. Additional features will arrive in V3.

What's new?

  • Multiple folder for each patient
  • Patient data can be deleted from user interface
  • Session notes can be deleted
  • Folder can be deleted
  • Calendar pickers have been added for a better UX
  • Attachments can be added, opened (with native apps) and deleted

Screenshots

Capture_d_écran_2021-05-13_à_09 39 52

Capture_d_écran_2021-05-13_à_09 41 58

Capture_d_écran_2021-05-13_à_09 42 32

Release 1

25 May 14:44
Compare
Choose a tag to compare

First working release of the software. Some key functionalities are missing but there is already a lot of big features.

What's new?

  • Patients can now be created from User Interface

  • Patients can be archived or reactivated to clean the home view

  • Patient data is editable right from the UI

  • Multiple sessions are now viewable in tabs

  • Dark mode is now supported

Screenshots

Capture_d_écran_2021-04-08_à_22 48 18

Capture_d_écran_2021-04-08_à_22 48 29

Capture_d_écran_2021-04-08_à_22 49 28

Release 0

25 May 14:43
Compare
Choose a tag to compare
Release 0 Pre-release
Pre-release

Beta version

Here is the first version of this software. It's a beta, i.e. the software isn't working yet, but some very first elements are ready.

session_view

What have been done?

Structures

To begin, 3 main structures have been created, Patient, Folder and Session. The idea is that these structures will be interfaces between the database and the user interface.

Database

  • In the database, 3 corresponding tables have been created.

  • A very first sample patient has been created.

  • Some functions to allocate memory have been written.

User interface

  • The working page (called session_window in this version) has been created with the main elements.

  • This is a primary image of what the software will look like in the idea.

  • The edit boxes for either Patient and Folder are also visually ready.

Testing

Either unit, coverage and memory tests have been implemented. They are covering a great part of the code.

Additional screenshots

edit_patient_dialog

edit_folder_dialog