You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a data scientist or administrator of the Gitcoin Passport platform,
I want to have a database table that records all changes made to the scoring model's weights for each credential,
So that I can keep track of historical scoring model configurations and optimize them effectively.
Acceptance Criteria
GIVEN I am a user with appropriate permissions,
WHEN I access the Gitcoin Passport platform,
THEN I should be able to view and maintain a database table that records the following information for each scoring model configuration change:
Date and Time of the change.
Unique Identifier for the scoring model configuration change (e.g., a version number or name).
Weight assigned to each credential in the scoring model for that specific configuration.
Threshold value for determining Unique Humanity.
A reference or description field for the reason or context of the configuration change (optional).
Product & Design Links:
Tech Details:
Open Questions:
Maybe we should add the Stamp category the credential falls into?
Notes/Assumptions:
The text was updated successfully, but these errors were encountered:
create a model like WeightConfiguration with fields like version, threshold, description, name, active, etc ...
a. only 1 record can be active at 1 point in time
create records within that model WeightConfigurationItem that will hold the weight for a single provider
consider allowing CSV upload for the list of records in a WeightConfiguration object ...
Jkd-eth
changed the title
Create and Maintain a Database Table for Weight Changes in Unique Humanity Scoring Model
Data Week: Create and Maintain a Database Table for Weight Changes in Unique Humanity Scoring Model
Jul 9, 2024
User Story:
As a data scientist or administrator of the Gitcoin Passport platform,
I want to have a database table that records all changes made to the scoring model's weights for each credential,
So that I can keep track of historical scoring model configurations and optimize them effectively.
Acceptance Criteria
GIVEN I am a user with appropriate permissions,
WHEN I access the Gitcoin Passport platform,
THEN I should be able to view and maintain a database table that records the following information for each scoring model configuration change:
Product & Design Links:
Tech Details:
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: