pub fn build_proposals(
    ideascale_data: &IdeaScaleData,
    built_challenges: &HashMap<u32, Challenge>,
    scores: &Scores,
    chain_vote_type: &str,
    fund: usize,
    tags: &CustomFieldTags
) -> Vec<Proposal>