Changes between Version 4 and Version 5 of BluePrintPersonRegistry


Ignore:
Timestamp:
01/18/09 19:22:45 (16 years ago)
Author:
Fran Boon
Comment:

Design Options

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintPersonRegistry

    v4 v5  
    22This is the master place to store all Person details.
    33
     4Q: How to handle the entity relationships with the extra data needed?
     5
     6Options:
     7 * Polymorphic Associations: http://www.fleegix.org/articles/2008-01-03-rails-polymorphic-associations-and-migrations
     8  * Single Many-to-Many Reference Table which includes a 'type' reference for which sub-table it refers to.
     9 * A Many-to-Many table for each 'type'.
     10 * Single-Table Inheritance: http://groups.google.com/group/web2py/browse_thread/thread/d9715e7b751c1e56
     11  * A single table containing all information, with unnecessary information ignored.
     12
    413Q: Including system users? (BluePrintAuthenticationAccess)
    5 
    6 (possible) A: Automatically add new registrations as people as well.
    7 
     14 * currently we automatically add new registrations as people as well.
    815
    916This then feeds these other Modules: