Saturday, May 21, 2016¶
I worked on #926 (SlaveSummary for EventsByCourse):
The
CourseDetail
in Lino Voga now uses the new classEventsByCourse
instead ofEventsByController
.
Lino Psico¶
I finally started to dive into #897.
My customer SPZ are currently running an application written in TIM. (Lino’s predecessor). And they are very happy with TIM. But they are also motivated to migrate to Lino, and they will actively help by testing everything. They have their own inhouse server and a system administrator, so hosting is no additional burden for me.
It seems to me that now is the right time to work on a prototype for them. It will be a combination of Lino Così and Lino Noi.
I started the functional specs overview (Lino Tera : miscellaneous) and first code changes:
The code name for this prototype is
lino_presto.projects.psico
. I removed thelino_presto.projects.mini
package because it is no longer needed.lino_noi.lib.clocking
has a newticket_model
. For Psico this will point to the dossier.I moved some functionality from
lino_noi.lib.clocking
to a new modulelino_noi.projects.team.lib.clocking
: namely the parts which make sense only when alsolino_noi.lib.tickets
is installed.
Actually the code name was lino_presto.projects.daniel
for a few
days, but I changed it into psico
on Tuesday, May 24, 2016.
Or in other words, Lino Psico is a variant of Lino Presto.