comparison TODO.creole @ 22:33d7c7769155

Fix typos in TODO.creole (minor)
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 02 Nov 2018 10:38:21 +0100
parents 8ffd584065a4
children 59e1659a0a0b
comparison
equal deleted inserted replaced
21:7a523e13fcb3 22:33d7c7769155
19 === Technical ideas 19 === Technical ideas
20 Keywords can change over time for a tracker, so collecting them 20 Keywords can change over time for a tracker, so collecting them
21 should not depend on a fixed database schema. 21 should not depend on a fixed database schema.
22 22
23 On idea is to save them as a JSON text in a {{{keywords}}} field. 23 On idea is to save them as a JSON text in a {{{keywords}}} field.
24 This maybe be given almost directly to a webbased display system 24 This maybe given almost directly to a webbased display system
25 based on javascript. 25 based on javascript.
26 They drawback is that SQL cannot be used to query by keyword details, 26 The drawback is that SQL cannot be used to query by keyword details,
27 but advanced database functions can be used for improving this situation 27 but advanced database functions can be used for improving this situation
28 like [[https://www.sqlite.org/json1.html|SQlite' JSON1 extension]]. 28 like [[https://www.sqlite.org/json1.html|SQlite' JSON1 extension]].
29 29
30 The same could be used for priorities and status values, as they 30 The same could be used for priorities and status values, as they
31 could also change. 31 could also change.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)