Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurorawebsoftware/arflow
ArFlow is a Laravel package that allows you to implement workflow management for your Laravel Eloquent models.
https://github.com/aurorawebsoftware/arflow
laravel
Last synced: about 1 month ago
JSON representation
ArFlow is a Laravel package that allows you to implement workflow management for your Laravel Eloquent models.
- Host: GitHub
- URL: https://github.com/aurorawebsoftware/arflow
- Owner: AuroraWebSoftware
- License: mit
- Created: 2023-09-30T19:45:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:45:50.000Z (about 2 months ago)
- Last Synced: 2024-11-24T19:39:23.480Z (about 1 month ago)
- Topics: laravel
- Language: PHP
- Homepage:
- Size: 362 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README-todo.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
https://github.com/sebdesign/laravel-state-machine
## todo
- without guards'ların imlemenet edilmesi
- testlerin yazılması
- config den alınan veriler için bir util class yazılmalı
- history testleri
- kanban boards
- test coverage %90
- geçişlerde veya fail’lerde event’lerin dispatch edilmesi
- eğer hiç guard yoksa geçemiyor. geçebilmeli
- drop column testleri
- metadata ların kayıt edilip edilememesi test yazılması## in progress
- arflow facade'ı içine
- workflow's states
- workflowun supportded olduğu model ler
- workflow u kullanan modeller## done
- histories tabloları ve actions
- larastan
- github unit test ayarları
- docs
- jobs için de bir interfcae tanımlanması---
composer analyse
composer test-coverage
composer format