views.py needs to be broken up and documented

Issue #622 resolved
Ed McDonagh created an issue

Currently the file is overly long and complex (2322 lines of code, 78 methods, Codacy complexity 64 with 88 clones, rating D).

It also doesn't document, currently due to a skin dose map related singleton not existing in the database...

Propose breaking up into logical sections in different files, and getting the smaller sections to document.

Comments (5)

  1. Ed McDonagh reporter

    Currently 1211 lines, (934 source lines), 23 methods, Codacy complexity 28 with 3 clines. Rating B.

    Need to check autodocumentation.

  2. Log in to comment