[[ 🏗 =br6Go Vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🐛 Tickets] [📖 Wiki] [✏ Edit]

Implement workflow class fields

Created on 2020-01-04 by ~fr33domlover
[🐤 Followers] [⤴ Dependencies] [⤷ Dependants] [✋ Claim requests] [✏ Edit]

See #114.

In addition to text fields and enum fields, we’d have class fields. Those fields represent RDF classes, i.e. “kinds of things”, and given a ticket T and class C, then either T is a member of C or it isn’t. Class fields represent the rdf:class RDF property.

The schema entities / SQL tables could be something like this:

WorkflowFieldClass
    workflow
    ident
    name
TicketParamClass
    ticket
    class

So the TicketParamClass table is essentially a list of (T, C) pairs between which the property rdf:class holds. Select all the classes for a ticket, list them somewhere on ticket page.

Status: Closed on 2020-01-05 by ~fr33domlover

Custom fields

Discussion

new topic
[See JSON]