ErwinKomen / RU-wnd

Dutch language dialect dictionaries, Radboud University Nijmegen
0 stars 0 forks source link

e-WLD: Adapt to wbd #40

Closed ErwinKomen closed 3 years ago

ErwinKomen commented 6 years ago

Adapt the e-WLD according to the innovations done in the e-WBD

  1. Make sure the server-version and the RU-local-version are the same
  2. Adapt the models in WLD so they are similar to WBD
  3. Make use of expand() in the html templates where possible
  4. LemmaListView
  5. TrefwoordListView
  6. DialectListView
  7. LocationListView
ErwinKomen commented 6 years ago

Done:

  1. Make the server-version + RU-local version the same
    1. Also add the lemma_gloss to-lower-case migration and apply it (now all glosses are lower case)
ErwinKomen commented 6 years ago
  1. Adapt the models in WLD so they are similar to WBD:
    1. Aflevering >> okee
    2. Lemma >> okee
    3. LemmaDescr >> okee
    4. Trefwoord >> okee
    5. Dialect >> need to remove field toelichting (issue 22)
    6. Entry >> add fields descr and kloeketoelichting
ErwinKomen commented 6 years ago

Remainder has been done, but as for (3) - making user of expand() - that is, in fact, making use of the extends tag, so that all views are based on dictionary/layout.html. So: done