v0.17.0
What's Changed
- Generalized db schema and now support requirement relations more directly by @mlhaufe in #402
Solution
andOrganization
now extendMetaRequirement
by @mlhaufe in #405Requirement.statement
renamed toRequirement.description
by @mlhaufe in #405- Refactored and generalized application code by @mlhaufe in #405
- Styling: data tables now have striped rows by @mlhaufe in #405
- Renamed requirement endpoints to align with
ReqType
enum by @mlhaufe in #405 - Requirement properties:
followsId
,solutionId
,organizationId
,parentComponentId
moved to relation classes by @mlhaufe in #405 - Deleted
WorkboxDataView
component by @mlhaufe in #405 - Lifted
domain
folder out of~/server
folder by @mlhaufe in #405 - Fixed class decorator configuration by @mlhaufe in #405
- Workbox now leverages a
DataTable
component with expansion instead of anAccordion
ofDataTable
s
Full Changelog: v0.16.0...v0.17.0