DeepBlueCLtd / Fi3ldMan

Field Service Manual with advanced data exploitation
https://deepbluecltd.github.io/Fi3ldMan/
Apache License 2.0
1 stars 1 forks source link

Organising data into categories #74

Closed IanMayo closed 1 year ago

IanMayo commented 1 year ago

In our current model we have world > region > country > class

But, for nations with lots of installations, we have: world > region > country > category > class. Sometimes the categories are presented as text links, sometimes as image links.

Hmm, actually a more versatile strategy would be for `world > (one or more grouping pages) > category > class

It's the grouping page that is actually a table of text or image links. We probably don't need to enforce the above information structure, since DITA-IT will just walk the tree. But, we should formally move from country to category.

So, our country and countryBody elements should be renamed to category and categoryBody.

  1. [x] Rename country to category
  2. [x] Introduce collection (text links) and rich-collection (image links) elements
  3. [ ] Update our current content to meet the above new constraints
  4. [ ] Add new instance of Britain
  5. [ ] Add child category pages to Britain
  6. [ ] Check Britain exports as expected. Samples of infrastructure provided here: image
IanMayo commented 1 year ago

Done, in #77