laraxot / module_activity_fila3
Requires
- filament/filament: ^3.2
- illuminate/contracts: ^9.0|^10.0
- illuminate/support: ^9.12|^10.0
- laraxot/module_xot_fila3: dev-master
- mhmiton/laravel-modules-livewire: ^2.3
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-event-sourcing: ^7.3
- thecodingmachine/safe: ^2.5
Requires (Dev)
- driftingly/rector-laravel: ^0.26.2
- enlightn/enlightn: ^2.7
- larastan/larastan: ^2.7
- laravel/pint: ^1.13
- nunomaduro/collision: ^7.10
- nunomaduro/phpinsights: ^2.11
- orchestra/pest-plugin-testbench: ^2.0
- orchestra/testbench: ^8.22
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- psalm/plugin-laravel: ^2.8
- rector/rector: ^1.0
- spatie/laravel-ray: ^1.26
- thecodingmachine/phpstan-safe-rule: ^1.2
- vimeo/psalm: ^5.17
This package is auto-updated.
Last update: 2024-10-31 16:27:32 UTC
README
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 💻
-
Install via Git Submodule:
git submodule add https://github.com/laraxot/module_activity_fila3.git Activity
-
Run Migrations:
php artisan module:migrate Activity
-
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
- php v8+
- laravel
- Xot Module (Required)
- Tenant Module (Required)
- UI Module (Required)
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