ToDoListItems

Id 382
Task <p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: &nbsp;I am building about 10 different websites that all work on Symfony/PHP. &nbsp;They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. &nbsp;The each site will have some specific code unique to each site. &nbsp; The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. &nbsp;How can I maintain consistency and the uniqueness. &nbsp;My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. &nbsp;Any suggestions</li></ul>
Status Complete
Priority 54
Return to list Edit
Loading…
Loading the web debug toolbar…
Attempt #