diff options
| author | mithe24 <mithe24@student.sdu.dk> | 2025-10-30 09:36:34 +0100 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-10-30 09:36:51 +0100 |
| commit | 8d5c94700968ab1122bd323f8bd96ff565b68839 (patch) | |
| tree | baa04ac4f236d721b23330ee02d9ecb28ce80189 | |
| parent | 9570cc0c80e5005e2de79e258bae3150d024e967 (diff) | |
| download | sorter-8d5c94700968ab1122bd323f8bd96ff565b68839.tar.gz sorter-8d5c94700968ab1122bd323f8bd96ff565b68839.zip | |
updated to-do
| -rw-r--r-- | project_spec.md | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/project_spec.md b/project_spec.md index 344def2..410c54c 100644 --- a/project_spec.md +++ b/project_spec.md @@ -7,18 +7,8 @@ and professional deployment workflows. --- ## To-do -- [ ] Command-line arguments parser - - [ ] Handlers - - [ ] Reverse handler - - [ ] Output handler - - [x] Version handler - - [ ] Help handler - - [ ] Default handler - - [ ] `strcmp` function - - - [ ] **Discuss exit codes** - - - [ ] **Testing** +- [x] Command-line arguments parser + - [x] **Testing** > [!NOTE] > Using a shell script instead of **GitLab CI** - [x] Test for **stable** sorting algorithm @@ -33,16 +23,16 @@ and professional deployment workflows. > Test program overhead. > Maybe export to `json` or similar. - - [ ] **Documentation** + - [x] **Documentation** - [x] Man Page - - [ ] Read me file + - [x] Read me file - [x] **Packaging / Deployment** > [!NOTE] > Build target for distributed tarballs (`.tar.gz`) > Arch Linux package (`makepkg`) - - [ ] **Report** + - [x] **Report** --- |