Spaces:
Sleeping
card-integrate-changes-2025-06-12
(Obviously, sorting is an O(n*ln(n)) operation, not O(n))
This was supposed to be just sorting out little conflicts between the changes merged today and the assumptions made in the UI. I also am proposing some refactoring to keep implementation details of the dataset internal to the data_service file, but tried not to make changes to the any algorithms. The most work went into learning how to transform the dataset in a way that would allow the patient drop-down box to utilize the patient ID rather than the first name, which is obviously how it should work and I just didn't think to look for that column when I built the first version.
I also added some questions on some things that I was wondering about, but there's no need to do anything about any of them.