Changes between Version 3 and Version 4 of Ticket #35741


Ignore:
Timestamp:
Sep 7, 2024, 4:00:14 PM (11 days ago)
Author:
Chase Adams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35741 – Description

    v3 v4  
    4242While OneToOne is not as commonly used as other relations, I believe the verbosity and clunkiness of the current design would benefit from a refresh.
    4343
    44 The main concept I'd suggest for informing a better design would be that both the forward and reverse relations should be symmetrical in usage. In other words, for anything you can do on the forward relationship (checking if it exists, assigning it, etc), the same is possible on the reverse. This would be more implicit with the idea of a "One to One" relationship, where structurally neither model is a parent but instead both models share a peer relationship, and being peers implies having equal capabilities.
     44The main concept I'd suggest for informing a better design would be that both the forward and reverse relations should be symmetrical in usage. In other words, for anything you can do on the forward relationship (checking if it exists, assigning it, etc), the same is possible on the reverse. This would be more implicitly sound with the idea of a "One to One" relationship, where structurally neither model is a parent but instead both models share a peer relationship, and being peers implies having equal capabilities.
Back to Top