Skip to content

1.43

Compare
Choose a tag to compare
@davidwatkins73 davidwatkins73 released this 28 Jul 16:22
· 1994 commits to master since this release
dc60e79

Noteworthy

Permissions

Continued to put in a data driven permissions model.

Entities covered by this include:

  • Physical Flows (new)
  • Logical Flows (new)
  • Assessments (new)
  • Measurable Ratings (existing)
    • Planned Decomms (new)
    • Replacement Apps (new)
    • Allocations (new)

Assessments

  • Now suported on Measurable pages #6127
  • Grouping #6098
  • Allow users to lock assessment ratings if they have the correct permission #6074

Flows

  • Reworked flow registration UI #6123
  • Logical flow data type editor show exact usage by physical flows

Diagrams

  • Aggregate overlay diagrams #6080
  • Export to png added to most diagrams #6101

APIs

  • Org Unit extractor api #6131
  • Report Grid extractor api #6095

Customisation

  • Allow overriding of flow enum names (e.g. transport kind, frequency etc) #6100

Housekeeping

  • Added sample database dump to repo
  • Ensuring builds have correct maven version numbers associated to them #6161
  • More integration tests
  • More database schema docs

Other