tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Data model for SWID-Tags #56

Closed d22 closed 10 years ago

d22 commented 10 years ago

Added the SWID extension to the DB model.

See the following files: https://github.com/tnc-ba/doku/blob/master/db/database-2014-03-22.png https://github.com/tnc-ba/doku/blob/master/db/model_with_layers.mwb

@cfaessler, please review the model, so we can send it to Mr. Steffen and Tobias.

cfaessler commented 10 years ago

@d22 are you doing the changes discussed at the last meeting?

d22 commented 10 years ago

Yes, I will update the model.

d22 commented 10 years ago

Updated the model, @cfaessler please review: https://github.com/tnc-ba/doku/blob/master/images/db/database-model.png

Changes are:

I didn't upated (remove) the 'keys' table and also didn't add the trusted flag in the devices table, as this are DB changes which need mr. Steffen to be involved.

cfaessler commented 10 years ago

All layer labels except "SWID Tag Erweiterung" are english.

cfaessler commented 10 years ago

cardinality of files <-> swid_files is 1..0* (not every file is related to a swid_file)

cfaessler commented 10 years ago

Same for session <-> swid_measurement_reports

d22 commented 10 years ago

Updated accordingly (commit tnc-ba/doku@7822747083b1b93be7234c270ecde7e88afcda37)

d22 commented 10 years ago

Update schema, no multipe measurements possible atm.

d22 commented 10 years ago

@cfaessler, please check if the changes are correct, tnx!