Domain Info and domain on Django admin pull portfolio info when applicable #2975
Labels
carryover
Carryover from a previous sprint
dev
issue is for the dev team
Feature: 🧮 Analyst Experience
Issue to improve the Analysts workflow
Feature: 🏢 Org Model
refactor
Milestone
Issue description
For org model Domains/ Domain info, for all portfolio specific fields we should be pulling from the portfolio instead of the domain info object. For example, organization name should come from the portfolio, as changes should be done on the portfolio not on domain info. However, we only want to perform these changes on the django admin tables, all exports (domain exports, analytics pages exports), and any analytics graphs where this applicable.
Acceptance criteria
Additional context
implementation suggestion note: we should be have a corresponding @Property function for each domain info field that is used for reports/analytics/ django admin table/django admin filter. Below are Domain Info/Domain fields but you will not need to handle each one, only create @Property fields IF we are using this value for a report/ analytics board or to display on a table:
Links to other issues
The text was updated successfully, but these errors were encountered: