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

Contract Settings Page #3370

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

srivastava-jyoti
Copy link
Contributor

@srivastava-jyoti srivastava-jyoti commented Sep 19, 2023

Targets #3359

Description of the changes

In this pr I have created a new module named contractsettings and created add delete edit functionality for the same

Checklist:

  • The PR title follows this syntax: <#IssueID> <PR Title>
  • I have linked the issue id in the PR description.
  • I have performed a self-review of my own code.
  • I have added comments on my code changes where required.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2023

Coverage report for commit: 2d880d4
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 92.1%
  10% │ █░░░░░░░░░░░░░░░░░░░░░░ │  1.8%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ █░░░░░░░░░░░░░░░░░░░░░░ │  0.9%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ██░░░░░░░░░░░░░░░░░░░░░ │  5.3%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 3.00% | Methods: 5.22%
FilesLinesMethodsBranches
app/Casts
   Decrypted.php---
app/Console/Commands
   CheckCommand.php---
   FakeProdDataCommand.php2.00%11.11%-
   Setup.php---
app/Console
   Kernel.php12.50%50.00%-
app/Exceptions
   Handler.php---
app/Helpers
   ContentHelper.php---
   DateHelper.php---
   DecimalToWordsHelper.php---
   FileHelper.php---
app/Http/Controllers/Auth
   ForgotPasswordController.php---
   LoginController.php---
   RegisterController.php---
   ResetPasswordController.php---
app/Http/Controllers/CRM
   CRMController.php---
app/Http/Controllers
   ClientController.php---
   CommentController.php---
   Controller.php---
   HomeController.php26.47%50.00%-
   ProjectController.php---
   ProjectStageController.php---
   UserBookController.php---
   UserController.php---
app/Http/Controllers/Finance
   InvoiceController.php---
   PaymentController.php---
   ReportsController.php---
app/Http/Controllers/HR/Applications
   VolunteerApplicationController.php---
app/Http/Controllers/HR/Volunteers
   CampaignsController.php---
   ReportsController.php---
   VolunteerOpportunityController.php---
app/Http/Controllers/KnowledgeCafe
   KnowledgeCafeController.php---
   WeeklyDoseController.php---
app/Http/Controllers/KnowledgeCafe/Library
   BookCategoryController.php---
   BookCommentController.php---
   BookController.php---
app/Http/Controllers/Settings
   BankDetailController.php---
   HRController.php---
   NDAAgreementController.php---
   PermissionController.php---
   SettingController.php---
app/Http
   Kernel.php---
app/Http/Middleware
   EncryptCookies.php---
   RedirectIfAuthenticated.php---
   TrimStrings.php---
   TrustProxies.php---
   VerifyCsrfToken.php---
app/Http/Requests
   ClientRequest.php---
   ProjectRequest.php---
   ProjectStageRequest.php---
app/Http/Requests/Finance
   InvoiceRequest.php---
   PaymentRequest.php---
app/Http/Requests/KnowledgeCafe/Library
   BookCategoryRequest.php---
   BookRequest.php---
app/Http/Requests/KnowledgeCafe
   WeeklyDoseRequest.php---
app/Http/Requests/Setting
   SettingRequest.php---
   UpdateRolePermissionsRequest.php---
   UpdateUserRolesRequest.php---
app/Http/View/Composers
   CodeTrekApplicantsComposer.php100.00%100.00%-
app/Imports
   ApplicationImport.php---
app/Listeners
   RemoveUserFromWebsite.php---
app/Mail
   DailyEffortSummary.php---
   ErrorReport.php---
   sendEmail.php---
app/Models
   BankDetails.php---
   Category.php---
   Client.php---
   ClientCrmDetails.php---
   Comment.php---
   Country.php---
   Project.php---
   ProjectStage.php---
   ProjectStageBilling.php---
   Resource.php---
   Setting.php---
   SkillSet.php---
   Tag.php---
app/Models/Finance
   Invoice.php---
   Payment.php---
app/Models/Finance/PaymentModes
   Cash.php---
   Cheque.php---
   WireTransfer.php---
app/Models/KnowledgeCafe/Library
   Book.php13.79%13.64%-
   BookAMonth.php---
   BookCategory.php---
app/Models/KnowledgeCafe
   WeeklyDose.php---
app/Notifications
   ReviewNDA.php---
app/Policies
   ClientPolicy.php---
   ProjectPolicy.php---
   SettingPolicy.php---
   UserPolicy.php---
app/Policies/Finance
   InvoicePolicy.php---
   ReportPolicy.php---
app/Policies/Infrastructure
   BillingsPolicy.php---
app/Policies/KnowledgeCafe/Library
   BookCategoryPolicy.php---
   BookPolicy.php---
app/Policies/KnowledgeCafe
   WeeklyDosePolicy.php---
app/Providers
   AppServiceProvider.php100.00%100.00%-
   ApplicantsComposerServiceProvider.php100.00%100.00%-
   AuthServiceProvider.php100.00%100.00%-
   BroadcastServiceProvider.php---
   DatabaseServiceProvider.php100.00%100.00%-
   EventServiceProvider.php---
   RouteServiceProvider.php100.00%100.00%-
app/Rules
   TeamMemberDesignationRule.php---
   TeamMemberRule.php---
app/Services
   BookServices.php---
   CRMServices.php---
   CalendarEventService.php---
   EmployeeService.php---
   GSuiteUserService.php---
   WebsiteUserService.php---
app/Traits
   Encryptable.php---
   Filters.php---
   HasTags.php---

🤖 comment via lucassabreu/comment-coverage-clover

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
app/Policies/SettingPolicy.php 0.00% <0.00%> (ø)

📢 Thoughts on this report? Let us know!.

@cypress
Copy link

cypress bot commented Sep 19, 2023

Passing run #7825 ↗︎

0 4 0 0 Flakiness 0

Details:

Merge 2d880d4 into f6a8ee9...
Project: Employee portal Commit: b95216b4ab ℹ️
Status: Passed Duration: 00:49 💡
Started: Oct 2, 2023 2:04 PM Ended: Oct 2, 2023 2:04 PM

Review all test suite changes for PR #3370 ↗︎

@srivastava-jyoti srivastava-jyoti self-assigned this Sep 25, 2023
@srivastava-jyoti srivastava-jyoti added the status : ready for review Items that are ready for code review label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status : ready for review Items that are ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant