[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign |
Date: |
Thu, 18 Dec 2014 14:49:29 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Dec 17, 2014 at 01:45:30PM +0100, Karsten Hilbert wrote:
> I have now added the review status to the start of the
> "Comment" column of the measurements list view such that the
> list can be sorted on that column thereby grouping together
> test results by their respective stati
>
> - reviewed
> - not reviewed (at all)
> - not reviewed by you (if you are the intended reviewer = responsible)
>
> (IOW, tests reviewed by anyone other than yourself for which
> your are NOT marked as responsible will be flagged as
> reviewed)
>
> That'll make few-and-far-between results lacking reviews much
> easier to find.
Actually, using the Comment column was rather wasteful (in
many cases there won't be comment so comment column space can
be reclaimed). The Value column, however, will always have
text so I added an indicator into that.
The sad thing is that Python does not easily properly sort
non-alphanumeric unicode characters (even punctuation is
ignored), not even by unicode code point. I had to add in a
single character in front of the writing hand to make Python
consistently sort the lines while ignoring the writing hand
symbol. Neither ! nor . nor - nor SPACE nor _ would work :-(
On the upside of things we can now get things done better.
The tooltip will show the status (who is responsible, who
signed so far) as usual.
Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
screenshot_003.png
Description: PNG image
- Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign, (continued)
- Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign, Karsten Hilbert, 2014/12/13
- [Gnumed-devel] Displaying measurements outside the measurements plugin, Busser, Jim, 2014/12/13
- Re: [Gnumed-devel] Displaying measurements outside the measurements plugin, Karsten Hilbert, 2014/12/27
- Re: [Gnumed-devel] Displaying measurements outside the measurements plugin, Busser, Jim, 2014/12/27
- Message not available
- Message not available
- [Gnumed-devel] improved medication start date, Karsten Hilbert, 2014/12/31
- Re: [Gnumed-devel] improved medication start date, Busser, Jim, 2014/12/31
Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign, Karsten Hilbert, 2014/12/11
Re: [Gnumed-devel] 1.4.9 inability to select unsigned results to sign, Karsten Hilbert, 2014/12/11