First draft version#5
Open
SanderNielen wants to merge 65 commits into
Open
Conversation
added 30 commits
November 19, 2025 11:32
+ migrations
Product -> ProductItem
Move origin_country to Composition
New: IndicatorSet, ImpactIndicator
Add help_text
Remove helper text files
update style, restructure views
composition calculations, fix href
several fields moved/renamed
New Component and Concentration tables, including auto-construction methods Facility ID added to ManufacturingProcess, ProductionLine Fixed: call to get_year()
Facility: New class, describing a manufacturing location.
CircularityScore: Remove 'modified_at', because the
date is already specified in CircularityEvaluation
DppDetails: Rename 'vendor_or_importer' to 'importer'
DppDetails: Add REO as field
Metadata: Issuer should actually be linked to a
verified ID, but we keep it here for now
Generalized relation: any Activity can exchange (was Process)
Add Facility views + URLs
Add flow type icons to process_detail.html Replace some ProductModel by Flow references Extra cleaning functions for exchanges Overwrite default productionline URL
added 14 commits
March 3, 2026 09:18
Add CountryFieldMixin; Add save() to call clean(); Update Readme
Other small model improvements, e.g. Exchange uncertainty fields, non-editable Publisher fields Minor changes in serializers
Bug fixes: ensured that serializers & models match
User login functionality
Add user settings page; Better sign-up page
Introduce hierarchical view of DPPs
in a very inefficient and rigid way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'd like to merge the current, somewhat stable and complete version to
main.