Artifacts Associated With Ticket 8ad560204
Ticket change [f03f3b78] (rid 683) by joel on 2020-02-14 21:49:08:
- icomment:
Currently there are three functions `<listing-short>`, `<listing-full>` and `<listing-excerpt>` and you pass them the query-generating function itself (`articles` or `articles+notes`), rather than passing an expression _using_ those functions which produces the query. The only reason we need three separate functions is the different treatment needed for `<listing-short>`. The markup stored in the listing_short column is contained in an `<li>`, so `<listing-short>` needs to return the concatenated HTML wrapped in a `<ul>` tag. If the markup were changed so that no such special treatment were needed, we could switch to a single listing function, with usage like this: ```racket ◊(collate (articles+notes 'short)) ```
- login: "joel"
- mimetype: "text/x-markdown"
- severity initialized to: "Minor"
- status initialized to: "Open"
- title initialized to: "Refactor listing/query functions"
- type initialized to: "Aesthetic Improvement"
- icomment:
Ticket change [dc20dd0b] (rid 684) by joel on 2020-02-14 21:49:38:
- login: "joel"
- mimetype: "text/x-markdown"
- priority changed to: "Medium"
- resolution changed to: "Open"
Ticket change [2cc63411] (rid 700) by joel on 2020-02-19 07:22:54:
- login: "joel"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
Ticket change [17d1b4f8] (rid 738) by joel on 2020-02-20 04:30:35:
- icomment: "Finished in [](3be7a3ababaccdb3)"
- login: "joel"
- mimetype: "text/x-markdown"
- status changed to: "Closed"