:date: 2017-01-12 ========================== Thursday, January 12, 2017 ========================== Yet another series of chaotic (intuitive) changes for :ticket:`1359`. I realized that it is not (easily) possible to render workflow actions for both the vote and the ticket in the same table. And I realized that single column tables with multi-line text cells are not efficient for a desktop application. And I decided that the body notification messages now uses memo markup for linking to tickets. This markup is then rendered differently depending on *where* it is being rendered. In the dashboard, it links to: javascript:Lino.tickets.Tickets.detail.run(null,{ "record_id": 115 }) while in an email it links to: http://127.0.0.1:8000/api/tickets/PublicTickets/111 In the evening we had a first work session with three participants: :ref:`hamza`, :ref:`tonis` and I. I shared my screen, showed them what I had been doing during the day, then made a deploy of these changes to :ref:`lf`. Here is a list of the commits we made together (and without caring for running the test suite each time): - 2017-01-12 20:05 : `lino `__ `c503d63 `__ - 2017-01-12 20:06 : `lino_noi `__ `224f366 `__ - 2017-01-12 20:07 : `lino_welfare `__ `171ad5d `__ - 2017-01-12 20:14 : `lino `__ `04e8186 `__ obj2memo() also for comments - 2017-01-12 20:34 : `lino `__ `a8b9aa3 `__ fixed clear_seen_messages()