Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / task-management / tickets / 1 /

ui.mdwn

I’m starting with a plain list of tasks, unrelated to each other.

[[!format hs """ data Ticket = Ticket { closed :: Bool , tid :: String , title :: T.Text , desc :: T.Text , diary :: T.Text , result :: T.Text } """]]

The view contains a task list browser (left) and an editor (right):

.--------------------------------------------------.
|Hiera-|c|id|trunc. title |Edit title              |
|-rchy |l|  |             |------------------------|
|arrows|o|  |             |Edit description        |
|      |s|  |             |                        |
|      |e|  |             |                        |
|      |d|  |             |------------------------|
|      | |  |             |Edit diary              |
|      | |  |             |                        |
|      | |  |             |                        |
|      | |  |             |------------------------|
|      | |  |             |Edit result             |
|      | |  |             |                        |
|      | |  |             |                        |
|--------------------------------------------------|
|Status line                                       |
|--------------------------------------------------|
|Command line                                      |
'--------------------------------------------------'
[See repo JSON]