https://github.com/devonxfire/level1_capstone4
https://github.com/devonxfire/level1_capstone4
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devonxfire/level1_capstone4
- Owner: devonxfire
- Created: 2021-08-07T09:36:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T12:31:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T22:42:01.865Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperion Development - Software Engineering Course
## Level 1 - Capstone Project 4 - Build a Task Management System
### Overview of this Task
We were asked to create a program that would manage a user database and the various tasks that were assigned to each user. Numerous functions were required to be coded to ensure the various aspects of the task manager was working correctly.
### Key Functions of the Task Manager
* Login authentication
* Adding new user
* Producing 2 separate menus for Admin user and normal user
* Viewing all the tasks currently on the database
* Being able to edit any aspect of a specific task for a user (changing task status, deadline date, etc.)
* Working with and editing text files
* Reading information from the text files
* Updating and writing new data to the text files
* Generating reports for the Admin user in both the terminal and writing to the text files
### Summary
As a new student to Python, I found this to be an extremely challenging task. There were numerous new aspects and functions that were introduced to me in a short space of time, but I thoroughly enjoyed the challenge.