Skip to content

feat(review): reorder goal details display#230

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/change-order-information-display
Draft

feat(review): reorder goal details display#230
Copilot wants to merge 2 commits into
mainfrom
copilot/change-order-information-display

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

Single goal view displayed rate/autoratchet after pledge, burying the most actionable metrics. Reorders fields to surface rate and autoratchet first.

Changes

  • review.goformatGoalDetails: Reordered output fields:
    • Before: Title → Limsum → Deadline → Due time → Pledge → Rate → Autoratchet → URL
    • After: Rate → Autoratchet → Limsum → Deadline → Due time → Pledge → Title → URL
Original prompt

This section details on the original issue you should resolve

<issue_title>Change order of information display for a single goal</issue_title>
<issue_description>Example of current order:

  Title:       #autodialMin=0.1 #autodialMax=0.5        
  Limsum:      +0.07202 in 6 days                       
  Deadline:    Mon Mar 9, 2026 at 5:59 PM EDT           
  Due time:    6:00 PM                                  
  Pledge:      $5.00                                    
  Rate:        0.12283333333333331 hours / day          
  Autoratchet: 7                                        
  URL:         https://www.beeminder.com/narthur/clean 

Preferred order:

  Rate:        0.12283333333333331 hours / day          
  Autoratchet: 7                                        
  Limsum:      +0.07202 in 6 days                       
  Deadline:    Mon Mar 9, 2026 at 5:59 PM EDT           
  Due time:    6:00 PM                                  
  Pledge:      $5.00                                    
  Title:       #autodialMin=0.1 #autodialMax=0.5        
  URL:         https://www.beeminder.com/narthur/clean 
```</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: narthur <4655422+narthur@users.noreply.github.com>
Copilot AI changed the title [WIP] Change order of information display for a single goal feat(review): reorder goal details display Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change order of information display for a single goal

2 participants