IT Logger is a desktop app for managing program issues, and tracking issue resolution progression via a Command Line Interface (CLI).
| Action | Command Summary |
|---|---|
| view | View the issue that is stated with Ticket Number. |
| add | Adding a new issue. |
| update | Update an existing issue. |
| list | Listing all issues in selected requirement |
| search | Search the issue with conditions |
| delete | Delete an issue that is stated with Ticket Number |
| help | Display the Help Guide |
| exit | Exit the ITlogger program |
| Nil. Not required. If text file itLogger.txt is found, it will preload. | Load issues from text files when program starts |
| exit | Save issues to itLogger.txt when program exits. If none exists, it will create one. |
| Action | Format, Examples |
|---|---|
| add | add t/TITLE s/STATUS sv/SEVERITY dl/DEADLINE o/OWNER E.g. add t/cannot submit s/assigned sv/1 dl/20-10-2020 o/Jack |
| update | Update procedure and cmd format: Using the following cmd to enter updating mode: update u/1 update u/0 Update the content with the following format: update t/ExampleTitle update sv/2 update s/assigned update o/Peter Once finish updating, using: update e/exit to exit update |
| view | view v/TICKET E.g. view v/13451 |
| delete | delete d/TICKET E.g. delete d/32231 |
| list | list list sv/a list sv/d list dl/a list dl/d list dr/a list dr/d |
| help | help |
| search | search /title / search /status / search /severity / search /owner / search /deadline /<deadlineDateString(dd-MM-yyyy)> |
| exit | exit |