Releases: tprigent/kinesia
Release 3
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
Release 2
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
Release 1
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
Release 0
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.
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.