Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the calculation listing display to show calculation dates instead of calculation IDs in a tabular format. The changes also include updating the copyright year to 2026.
Changes:
- Updated copyright year from 2025 to 2026
- Modified calculation list output to display calculation dates parsed from timestamps
- Added date parsing logic to convert ISO 8601 timestamps to a more readable format
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Re-format the output from the list-calculations command to show the
calculation date and outcome. Each calculation now displays over two
lines. E.g.
idx tax_year calculation date type outcome
-----------------------------------------------------------------------------
id : ca100312-ddd5-52ee-9852-1a946b5c76a2
1 2024-25 2020-07-13T12:13:48 in-year P
id : ca100312-ddd5-52ee-9852-1a946b5c76a3
2 2024-25 2020-07-13T12:13:48 intent-to-finalise E
id : ca100312-ddd5-52ee-9852-1a946b5c76a4
3 2024-25 2020-07-13T12:13:48 final-declaration R
outcome : P = PROCESSED, E = ERROR, R = REJECTED
[CONFIRMATION] Select a calculation to view (n) or quit (Q)>
Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.