Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Dev Pipeline - factor out the ranking function #1326

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MariagraziaAlastra
Copy link
Member

An attempt to make sorting by priority more modular and more testable.

dev_p.data.dev_milestones[key][temp_ia].priority_msg = priority_msg;
var rank = rank_ia(ia);

dev_p.data.dev_milestones[key][temp_ia].priority = rank.priority_val;
Copy link
Contributor

@russellholt russellholt Apr 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev_p.data.dev_milestones[key][temp_ia] = rank_ia(ia); ?

@MariagraziaAlastra
Copy link
Member Author

@russellholt Thanks for the feedback, updated!

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

Successfully merging this pull request may close these issues.

3 participants