Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detailed evaluation #23

Merged
merged 34 commits into from
Jun 7, 2024
Merged

Conversation

alexPopaCode4
Copy link
Contributor

No description provided.

@alexPopaCode4 alexPopaCode4 linked an issue May 23, 2024 that may be closed by this pull request
Comment on lines 57 to 66
fn ($record) => Organization::find(Filament::getTenant()->id)
->with('users')
->first()
->users
->map(fn ($item) => [
'full_name' => $item->first_name . ' ' . $item->last_name,
'id' => $item->id,
])
->pluck('full_name', 'id')
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discutat

$fields = [];
foreach (RecommendationService::options() as $key => $option) {
if (! isset($state->$key) || ! $state->$key) {
continue;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use empty function

Copy link
Contributor

@gheorghelupu17 gheorghelupu17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And factory definitions and seeders

@gheorghelupu17 gheorghelupu17 merged commit 39ecc6f into main Jun 7, 2024
2 checks passed
@gheorghelupu17 gheorghelupu17 deleted the 14-wizard-for-detailed-evaluation branch June 7, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants