laraxot/module_activity_fila3


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads Latest Release Build Status Total Downloads License

Elevate your productivity to the next level! Module Activity Fila3 is designed to help users manage tasks, track progress, and stay organized. Whether you're handling daily activities or long-term goals, this module has you covered! 📅

Key Features 🌟

  • Task Management: Easily create, edit, and delete tasks.
  • Progress Tracking: Track your progress over daily, weekly, and monthly activities.
  • Smart Notifications: Never miss a task with reminders and overdue notifications.
  • Performance Statistics: Visualize your activity completion statistics and boost your productivity.

Installation Guide 💻

  1. Install via Git Submodule:

    git submodule add https://github.com/laraxot/module_activity_fila3.git Activity
  2. Run Migrations:

    php artisan module:migrate Activity
  3. Verify the Module is Active:

    php artisan module:list

    Enable it if necessary:

    php artisan module:enable Activity

Supercharged Console Commands 🚀

  • View Activities:

    php artisan activity:list

    List all activities with their progress.

  • Create New Task:

    php artisan activity:create <task_name>

    Easily create a new task.

  • Track Progress:

    php artisan activity:progress <task_id>

    Track the progress of a specific task.

Configuration 🔧

Tweak the behavior of this module through its config file, ensuring it fits perfectly into your workflow.

FAQ ❓

  • Q: How do I receive notifications for overdue tasks? A: Notifications are automatically generated based on the due date of each task.

  • Q: Can I track long-term goals? A: Absolutely! The module allows for tracking over different time frames, including daily, weekly, and monthly views.

Author 👨‍💻

Developed and maintained by Marco Sottana
📧 Email: marco.sottana@gmail.com

License 📄

This package is open-sourced under the MIT license.

Get organized, track your tasks, and boost your productivity with Module Activity Fila3! 💥

A dedicated module that allows users to efficiently monitor and manage their daily activities. The project's goal is to help users stay productive, track their progress, and better manage their time.

Main Features

  • Task Management: Create, edit, and delete tasks.
  • Progress Tracking: Track the progress of your daily, weekly, or monthly activities.
  • Notifications: Receive reminders for upcoming or overdue tasks.
  • Statistics: View statistics on your completed activities over time.

Prerequisites

Add Module to the Project Base

Inside the laravel/Modules folder:

git submodule add https://github.com/laraxot/module_activity_fila3.git Activity

Verify the Module is Active

php artisan module:list

If necessary, enable it:

php artisan module:enable Activity

Run the Migrations

php artisan module:migrate Activity