0% found this document useful (0 votes)
20 views

SITREP - Project Management

The project was successfully completed with all key features implemented and tested. The script provides flexibility and simplicity for organizing personal and professional projects, allowing the user to track projects and their associated tasks and activities. Some challenges in the development included ensuring variables from different functions did not interfere with each other, as the script contains many functions. Overall, creating this project enhanced the author's Linux skills by providing a solution for simple and accessible project management.

Uploaded by

ronnycdlnr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

SITREP - Project Management

The project was successfully completed with all key features implemented and tested. The script provides flexibility and simplicity for organizing personal and professional projects, allowing the user to track projects and their associated tasks and activities. Some challenges in the development included ensuring variables from different functions did not interfere with each other, as the script contains many functions. Overall, creating this project enhanced the author's Linux skills by providing a solution for simple and accessible project management.

Uploaded by

ronnycdlnr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Projects, Tasks and Activities Management

Script Management

Author:
Ronny Vinicio Cuenca Diaz

Grado Superior en Administración de Sistemas Informáticos en Red (ASIR)


Centro de Formación Profesional Nebrija
Index

1. Introduction.........................................................................................................................3

1.1. Project Status.................................................................................................................3

1.2. Project Plannig...............................................................................................................3

1.2. Project Development Challenges...................................................................................3

2. Conclusion..........................................................................................................................4

·1·
1. Introduction
In this project we are going to create a script that will allow organizing and controlling
projects, keeping track of associated tasks and managing activities related to them. This
script provides flexibility and simplicity for your personal or professional projects, enabling
you to keep everything in order.

1.1. Project Status

The project has been successfully completed, with all key features implemented and
tested. The overall completion stands at 100%, and we have achieved significant milestones,
including the successful integration of project, task, and activity management features. The
tool is now ready for use in both personal and professional settings.

1.2. Project Plannig

Before to start on the project's creation I had to plan how it would be structured to
establish a foundation to start with. The tool was going to have several key features:

1. Project Management: In this section we can Create projects, Edit project


details (name, start date, end date, description, completion status), List
projects and display their status, and Finish projects.
2. Task Management: Similar to the previous section with the difference that we
can associate tasks with projects.
3. Activity Management: In this section we can associate activities with tasks,
along with the other aforementioned options.
4. Accessible Interface: The project needed to have a simple menu for actions
to be easily performed and verified through confirmation messages.
5. Data Storage and Validation: All project, task, and activity details will be
stored in text files, along with data validation to prevent errors, such as date
formats.
6. Additional Options: The option to edit projects, tasks, and activities was also
added.

1.2. Project Development Challenges

Throughout the tool's creation I did not encounter structural errors as I had previously
planned the framework. The project's challenges primarily arose from code-related issues as
being a fairly extensive script, all functions needed to be well-organized and variables from

·1·
one function should not interfere with the content of other variables in different functions. This
was reflected in the project taking longer than initially anticipated.

2. Conclusion
In conclusion, thanks to this tool, I was able to enhance my skills in Linux by creating
this script offering a solution that allows users to manage projects, tasks, activities and track
their progress in the simplest and most accessible way possible.

·1·

You might also like