Skip to content

Add New User Class Implementation - #26

Open
yswef wants to merge 4 commits into
developfrom
venv
Open

yswef wants to merge 4 commits into
developfrom
venv

Conversation

@yswef

@yswef yswef commented Oct 9, 2024

Copy link
Copy Markdown
Member

This pull request introduces the User class, implemented in the task_manager/user.py file. A significant amount of effort was invested in developing and testing this class to ensure its functionality and reliability.

The following methods have been created: password_check, log_phone_usage, view_tasks, and create_task. Each method was rigorously tested in the test/test_user.py file to confirm proper operation.

Additionally, a virtual environment was set up to facilitate testing and ensure that all dependencies are properly managed.

The class includes the following variables: username, password, tasks_list, new_task, and phone_log_used. These components work together to enhance user management within the application.

This update reflects a commitment to improving the project's structure and functionality while ensuring thorough testing for a robust implementation.

yswef added 4 commits October 9, 2024 01:02
…ON file. Improved task details for better clarity and updated the task display function. Also adjusted unit tests to better align with the updated code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant