Closed halcyon-past closed 1 month ago
There are some conflicts, I am not able to merge your request
On Wed, Oct 2, 2024 at 8:19 PM Aritro Saha @.***> wrote:
SENDING THE PULL REQUEST AGAIN
This enhanced version of the To-Do List application includes several improvements and new features:
- Object-Oriented Design: The code now uses classes (Task and ToDoList) to better organize the data and methods.
- JSON Storage: Tasks are now stored in a JSON file instead of a plain text file, allowing for more complex data structures.
- Task Properties: Each task now has additional properties like due date, priority, completion status, and creation timestamp.
- Sorting Options: Users can sort tasks by due date or priority when viewing them.
- Mark as Completed: Added functionality to mark tasks as completed.
- Statistics: A new option to view task statistics, including completion rate and overdue tasks.
- Input Validation: Improved input validation for dates and menu choices.
- Flexible Due Dates: Users can add tasks with or without due dates.
- Priority Levels: Tasks can be assigned priority levels (High, Medium, Low).
- Better Formatting: Task display is improved with status indicators and more information.
This Pull Request Addresses the Issue present in #1 https://github.com/Sharmeen20/To-Do-List-Application/issues/1
You can view, comment on, or merge this pull request online at:
https://github.com/Sharmeen20/To-Do-List-Application/pull/6 Commit Summary
- dbcdeeb https://github.com/Sharmeen20/To-Do-List-Application/pull/6/commits/dbcdeeb396318efc3d7a59279262ab3e26cdf993 Enhanced Existing Script
- 54f9bcb https://github.com/Sharmeen20/To-Do-List-Application/pull/6/commits/54f9bcb2a6e0f605894898f7b7149ec81e6b33b9 Updated Readme and added gitignore
- 17312e5 https://github.com/Sharmeen20/To-Do-List-Application/pull/6/commits/17312e57d1e44aad4655f1ed43e09cb904a03f2a Check
- 65349fa https://github.com/Sharmeen20/To-Do-List-Application/pull/6/commits/65349fa97302acbdf715468c4d3386d41a27b9ab Merge branch 'main' of github.com: halcyon-past/To-Do-List-Application-Hacktoberfest
- f6326dd https://github.com/Sharmeen20/To-Do-List-Application/pull/6/commits/f6326ddfd34105218600a1e1ca2171c659e3c6d9 Enhanced
File Changes
(3 files https://github.com/Sharmeen20/To-Do-List-Application/pull/6/files)
- A .gitignore https://github.com/Sharmeen20/To-Do-List-Application/pull/6/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947 (1)
- M README.md https://github.com/Sharmeen20/To-Do-List-Application/pull/6/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 (13)
- M To_do.py https://github.com/Sharmeen20/To-Do-List-Application/pull/6/files#diff-5bf39393f2b2f3fd31fbfa9af6a33bcedb1d3294fd684dd86b4159ad9b99705e (204)
Patch Links:
- https://github.com/Sharmeen20/To-Do-List-Application/pull/6.patch
- https://github.com/Sharmeen20/To-Do-List-Application/pull/6.diff
— Reply to this email directly, view it on GitHub https://github.com/Sharmeen20/To-Do-List-Application/pull/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/APMPDLNZQ7EZMXS3LQRWJW3ZZQBXPAVCNFSM6AAAAABPH3CZIWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DCOBZGI3DONA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
There are some conflicts, not able to merge.
Sorry couldn't merge. Don't update readme file.
SENDING THE PULL REQUEST AGAIN
This enhanced version of the To-Do List application includes several improvements and new features:
This Pull Request Addresses the Issue present in #1