View Ticket
Ticket Hash: 40a609e3c73ab63ce7eb92b2aec5cbe99810b283
Title: Tickets MUST be listed in a DataTables table which is filled based on a TicketReport RN
Status: Open Type: Requirement
Severity: Critical Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2018-03-08 17:37:11
Version Found In:
User Comments:
charlie added on 2018-03-08 17:37:11:
# All tickets, the basis of the kanban info.

http://localhost:8081/rptview?tablist=1&rn=1

The output of the above query is a good startingpoint to 'fetch the data'.
Of course better options exist. But for an initial implementation, based on a stock fossil binary, it would be good to rely on this only.

Options for future: use an actual query, or use the json compiled version of fossil as 'backend' API 


# On the matter of DataTable

Datatables?: https://datatables.net/examples/basic_init/zero_configuration.html
Probably the best option for generating a tabular view.