feat: history and calculate needs for user
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum WeeklyReviewStatus: string
|
||||
{
|
||||
case INSUFFICIENT_DATA = 'insufficient_data';
|
||||
case ON_TRACK = 'on_track';
|
||||
case ADJUSTMENT_RECOMMENDED = 'adjustment_recommended';
|
||||
}
|
||||
Reference in New Issue
Block a user