mazer-dev / pejota

The ERP and CRM, multi language, for freelancers and solo entrepreneurs. Clients, Projects, Contracts, Task, Timesheet manager. Built on top of PHP, Laravel, FilamentPHP, Livewire and Sqlite.
85 stars 22 forks source link

Refactor comments #18

Open nunomazer opened 3 months ago

nunomazer commented 3 months ago

Migration must preserve existing comments

GabrielDantasDs commented 3 months ago

Hello @nunomazer, I was trying to address this issue but iam not sure i understood the status case, mentioned status here is the task status ? can user be able change task status doing a comment ?

nunomazer commented 3 months ago

Hi @GabrielDantasDs ... the description is more a remembering. The idea is to refactor to remove the fialment comments dependency and to use a json field named comment in the task table. This refactoring should be done on other tables that uses filament comment.

But now I'm thinking in create a package for this, I'll create the package and let you know, we can work on the package and later come back here to refactor using it.

GabrielDantasDs commented 3 months ago

Perfect, i will be waiting for the package creation, thanks for explanation.