Changes between Version 2 and Version 3 of FeedbackOrganizationModel


Ignore:
Timestamp:
Sep 3, 2009, 12:50:01 PM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeedbackOrganizationModel

    v2 v3  
    1 * Nice model!
    2 * You do have 2 class models. Does that imply 2 different options?
     1 * Nice model!
     2 * You do have 2 class models. Does that imply 2 different options?
    33- parentOrganization is not necessary as an attribute, you can express this by making the relation to itself bidirectional
    44- There is no concept of a distinguished data and function authorization yet. Data authorization is about who can manipulate which resource. Function is about who can use what functions. Usually function authorisation comes first, then data. Is it correct that this model only talks about functional authorisation?