Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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