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

employee and car pages updated #251

Merged
merged 7 commits into from
Feb 2, 2025
Merged

employee and car pages updated #251

merged 7 commits into from
Feb 2, 2025

Conversation

Ramadan1011
Copy link
Contributor

crud operations are available for employee and car

@Ramadan1011 Ramadan1011 self-assigned this Jan 30, 2025
@Ramadan1011 Ramadan1011 added the enhancement New feature or request label Jan 30, 2025
Comment on lines 40 to 44
if (car == null)
{
return NotFound();
}
return PartialView("_CarDetailsForMechanicHandover", car);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this also be optimized?

});
$(this).find('#carEditModalContent').empty();
$(this).off('hidden.bs.modal');

Copy link
Contributor

Choose a reason for hiding this comment

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

A blank line is not required.

backdrop: 'static',
keyboard: false
}).modal('show');

Copy link
Contributor

Choose a reason for hiding this comment

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

A blank line is not required.

$.getScript('/lib/jquery-validation/dist/jquery.validate.min.js', function () {
$.getScript('/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js');
});

Copy link
Contributor

Choose a reason for hiding this comment

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

A blank line is not required.

document.getElementById("monthlyMediumFuel").value = monthlyMediumFuel.toFixed(1);
}


Copy link
Contributor

Choose a reason for hiding this comment

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

A blank line is not required.

@Mirazyzz Mirazyzz merged commit 931e60e into master Feb 2, 2025
@Ramadan1011 Ramadan1011 deleted the roma branch March 15, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants