Skip to content

Commit

Permalink
πŸ“ Update TODO list
Browse files Browse the repository at this point in the history
Revise project tasks and priorities

This commit updates the TODO.md file to reflect current project
status and priorities:

- Add optional confirmation dialogs before commit and on exit
- Remove completed task for conventional commits support
- Remove task for ensuring test provider invisibility
- Add new task for pull request generator
- Remove task for harsh code review optimization
- Remove task for improving error handling

These changes help align the TODO list with recent project
developments and shifting priorities.
  • Loading branch information
hyperb1iss committed Sep 16, 2024
1 parent e161211 commit 44582a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ all aspects of code management simpler and more effective.
## πŸ› οΈ Core Functionality

- [ ] Implement amend support for existing commits
- [ ] Add confirmation dialogs before commit and on exit
- [ ] Add optional confirmation dialogs before commit and on exit
- [ ] Create a general release manager
- [ ] Ensure the test provider is not visible to end-users
- [ ] Implement per-project `.irisrc` configuration
- [ ] Improve preset and custom instructions prompting (ensure LLM considers them)
- [ ] Add support for conventional commits
- [ ] Implement interactive rebase with Git-Iris
- [ ] Create a commit message template system

Expand All @@ -24,14 +22,13 @@ all aspects of code management simpler and more effective.
- [ ] Implement a commit message linter with customizable rules
- [ ] Add support for integrating with issue tracking systems
- [ ] Create a feature for generating code documentation based on changes
- [ ] Pull request generator

## πŸ”§ Improvements and Optimizations

- [ ] Conduct thorough code review
- [ ] Perform harsh code review for optimization
- [ ] Implement support for more Git hosting platforms (e.g., GitLab, Bitbucket)
- [ ] Create command-line completion scripts for various shells
- [ ] Improve error handling and provide more informative error messages
- [ ] Implement a diff viewer within the TUI
- [ ] Add support for signing commits with GPG

Expand Down

0 comments on commit 44582a0

Please sign in to comment.