ranking-agent / kp-registry

Knowledge Provider Registry
0 stars 0 forks source link

Add x_maturity #26

Closed maximusunc closed 2 years ago

maximusunc commented 2 years ago

25

maximusunc commented 2 years ago

In order to pick the better instance, we need to be able to compare similar services. Right now, the only field that would remain constant between service instances is the infores, which is a relatively new required property. I'll need to add infores to the information we store on each service. Until all services add the infores property, we might lose some otherwise valid kps.

cbizon commented 2 years ago

Yes, that's why infores has been added. I think rather than loosing any, we should create a unique infores for anything that doesn't have one, and then complain to the offending team.

maximusunc commented 2 years ago

Just for clarification, if we create unique inforeses for services that don't have them, we'll potentially be hitting both dev and prod of a service since we couldn't compare them correctly.

maximusunc commented 2 years ago

Just for clarification, if we create unique inforeses for services that don't have them, we'll potentially be hitting both dev and prod of a service since we couldn't compare them correctly.

Actually, if services have added x-maturity and multiple instances, then they would have also added infores, so we're probably fine.