feat: add visual progress timeline to the intern application dashboard

This commit is contained in:
Ümit Tunç
2026-06-10 20:47:57 +03:00
parent efc6b911e7
commit f9abe3c02a
4 changed files with 277 additions and 1 deletions
@@ -137,6 +137,12 @@ class InternApplicationResource extends Resource
->disk('public')
->directory('signed_interns')
->downloadable()
->live()
->afterStateUpdated(function ($state, Set $set) {
if ($state) {
$set('status', 'accepted');
}
})
->nullable(),
DatePicker::make('internship_start_date')