Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues related to Campaigns. #438

Open
Deep-Chill opened this issue Jan 24, 2024 · 1 comment
Open

Issues related to Campaigns. #438

Deep-Chill opened this issue Jan 24, 2024 · 1 comment
Labels

Comments

@Deep-Chill
Copy link
Contributor

Deep-Chill commented Jan 24, 2024

  1. http://127.0.0.1:8000/djaopsp/app/alliance/assess/7e444029f6e34bfbb2f140248b6b4fd0/sustainability/
    Upon opening the URL from http://127.0.0.1:8000/djaopsp/app/alliance/getstarted/ > Update it shows all 4 tiles as expected:
    Screenshot_5
    but once I click "Planning" it switches to only show Production:
    Screenshot_6
    Going back to Assess shows Production now instead of the other 4:
    Screenshot_7
    And the scorecard is also showing Construction:
    Screenshot_8
    However, whenever I go back to the URL http://127.0.0.1:8000/djaopsp/app/alliance/getstarted/ > Update it shows all 4 tiles as expected again. And this issue doesn't occur on the Cybersecurity framework.

  1. Clicking Metric Tons COe2 clears all data and doesn’t show metric tons coe2 as the selected choice in assess/data&metrics. Probably some Vue issue.

  1. http://127.0.0.1:8000/djaopsp/app/djaopsp/campaigns/sustainability/
    NoReverseMatch at /djaopsp/app/djaopsp/campaigns/sustainability/
    Reverse for 'pages_api_alias_node' with arguments '(<Account: djaopsp>, '')' not found. 1 pattern(s) tried: ['djaopsp/api/editables/(?P[-a-zA-Z0-9_]+)/content/alias/(?P.+)\Z']

  1. OperationalError at /djaopsp/api/energy-utility/reporting/sustainability/engagement
    no such column: djaopsp_account.picture
    URL: http://127.0.0.1:8000/djaopsp/api/energy-utility/reporting/sustainability/engagement
    PortfolioEngagementAPIView
    Uses this serializer: EngagementSerializer
    And the serializer inherits from AccountSerializer which has a picture field, while the djaopsp account doesn't have one.

  1. pip install -r requirements.txt was causing an issue because of docutils==0.20.1 and docutils==0.18.1 both being in it. Commenting out docutils==0.20.1 fixed it.
@smirolo
Copy link
Contributor

smirolo commented Jan 26, 2024

(1) is describing how the product is intended to work. There are one required segment and multiple optional practices segments used for planning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants