Skip to content
Snippets Groups Projects
  • shall0pass's avatar
    66f7336b
    Priorities for goals (#961) · 66f7336b
    shall0pass authored
    This attempts to add priorities for goal templates and addresses most of
    https://github.com/actualbudget/actual/issues/959
    
    .
    
    I couldn't find a good way to preserve both "Apply" and "Overwrite"
    operations, so this PR does away with the current "Apply" action
    behavior. Every box with a budgeted value will be overwritten if a
    template goal is present.
    
    The added syntax to define priorities is as follows:
    #template    -- priority 0, highest priority
    #template-1  --priority 1, 2nd highest priority
    #template-2 --priority 2, 3rd highest priority
    #template-N --priority N, as many as you'd like.
    
    ~~Leaving as a draft as this may not be the preferred implementation but
    I wanted others to be able to try it with netlify.~~
    
    ---------
    
    Co-authored-by: default avatarCaleb Young <cwy@rincon.com>
    Priorities for goals (#961)
    shall0pass authored
    This attempts to add priorities for goal templates and addresses most of
    https://github.com/actualbudget/actual/issues/959
    
    .
    
    I couldn't find a good way to preserve both "Apply" and "Overwrite"
    operations, so this PR does away with the current "Apply" action
    behavior. Every box with a budgeted value will be overwritten if a
    template goal is present.
    
    The added syntax to define priorities is as follows:
    #template    -- priority 0, highest priority
    #template-1  --priority 1, 2nd highest priority
    #template-2 --priority 2, 3rd highest priority
    #template-N --priority N, as many as you'd like.
    
    ~~Leaving as a draft as this may not be the preferred implementation but
    I wanted others to be able to try it with netlify.~~
    
    ---------
    
    Co-authored-by: default avatarCaleb Young <cwy@rincon.com>
961.md 90 B
category: Enhancements
authors: [shall0pass, youngcw]

Goals: Add priority support