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

[Fix]:- Remove the Mandatory Field #3742

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Conversation

Ayush8923
Copy link
Member

@Ayush8923 Ayush8923 commented Oct 28, 2024

Changes

  • Added the nullable field in the ProspectRequest
  • Added the condition for handle the nullable fields.

Summary by CodeRabbit

  • New Features
    • Expanded validation rules for prospect requests, accommodating additional optional fields.
    • Enhanced currency selection in the budget section of the edit prospect form, pre-selecting the prospect's current currency.
  • Bug Fixes
    • Improved logic for displaying budget currency symbols to prevent undefined index errors in various views.
  • User Experience Improvements
    • Ensured robust handling of currency display and selection, enhancing overall user experience when managing prospect details.

Copy link

coderabbitai bot commented Oct 28, 2024

Walkthrough

The pull request introduces several modifications to the ProspectRequest class, enhancing validation rules for various fields to allow more nullable options. Additionally, changes are made to the Blade templates to improve how budget and currency are displayed, ensuring robust error handling and a better user experience when editing prospect details.

Changes

File Change Summary
Modules/Prospect/Http/Requests/ProspectRequest.php Updated rules() method to include validation for proposal_sent_date, domain, customer_type, budget, proposal_status, introductory_call, last_followup_date, rfp_link, proposal_link, and currency as nullable fields.
Modules/Prospect/Resources/views/index.blade.php Modified budget display logic to include checks for the existence of currency property and its symbol to prevent undefined index errors.
Modules/Prospect/Resources/views/subviews/edit-prospect-details.blade.php Enhanced currency selection in the budget section by marking the correct currency as selected based on the prospect's current currency.
Modules/Prospect/Resources/views/subviews/prospect-details.blade.php Improved budget display logic with conditional checks for currency symbol to avoid undefined index errors.

Possibly related PRs

  • [Hotfix]:- Remove the Mandatory Field #3740: The changes in this PR make several fields nullable in the database schema, which directly relates to the modifications in the ProspectRequest class that add additional nullable validation rules for the same fields.

Suggested labels

status : ready for review

Suggested reviewers

  • pankaj-ag

Poem

In the land of prospects, changes abound,
With validation rules, new fields are found.
Currency checks, no errors in sight,
A seamless experience, everything feels right!
So let’s raise a toast to the code we refine,
For every small change, makes our project shine! 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Ayush8923 Ayush8923 self-assigned this Oct 28, 2024
Copy link

cypress bot commented Oct 28, 2024

Employee portal    Run #8885

Run Properties:  status check passed Passed #8885  •  git commit 84192bfd90 ℹ️: Merge 24795b2d02726a2328786da2a15e46828a4b0cab into ef79f3dd8cc38f36fbf000379391...
Project Employee portal
Branch Review refs/pull/3742/merge
Run status status check passed Passed #8885
Run duration 00m 25s
Commit git commit 84192bfd90 ℹ️: Merge 24795b2d02726a2328786da2a15e46828a4b0cab into ef79f3dd8cc38f36fbf000379391...
Committer Ayush
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

Copy link
Contributor

github-actions bot commented Oct 28, 2024

Coverage report for commit: 24795b2
File: coverage.xml

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

🤖 comment via lucassabreu/comment-coverage-clover

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Outside diff range and nitpick comments (5)
Modules/Prospect/Http/Requests/ProspectRequest.php (1)

Line range hint 47-52: Add custom error messages for new validation rules.

The messages array only includes errors for required fields. Consider adding custom messages for URL and date validations to improve user experience.

     public function messages()
     {
         return [
             'org_name.required' => 'Organization name is required',
             'poc_user_id.required' => 'Point of contact user ID is required',
+            'proposal_sent_date.date' => 'Proposal sent date must be a valid date',
+            'last_followup_date.date' => 'Last followup date must be a valid date',
+            'rfp_link.url' => 'RFP link must be a valid URL',
+            'proposal_link.url' => 'Proposal link must be a valid URL',
         ];
     }
Modules/Prospect/Resources/views/index.blade.php (1)

71-71: Use number_format() for consistent decimal formatting.

Using round() for budget display might not provide the desired formatting. Consider using number_format() for consistent decimal places and thousand separators.

-{{ $prospect->budget ? round($prospect->budget, 2) : '-' }}
+{{ $prospect->budget ? number_format($prospect->budget, 2) : '-' }}
Modules/Prospect/Resources/views/subviews/prospect-details.blade.php (1)

Line range hint 1-144: Consider breaking down the template into smaller components.

The template contains repeated div structures for form rows and groups. This could be extracted into reusable Blade components for better maintainability and DRY principles.

Consider creating these components:

  1. A prospect-detail-row component for the form-row structure
  2. A prospect-detail-field component for individual fields

Example implementation:

<!-- prospect-detail-field.blade.php -->
@props(['label', 'value'])
<div class="form-group col-md-12">
    <label class="font-weight-bold">{{ $label }}:</label>
    <span class="ml-2">{{ $value ?? 'N/A' }}</span>
</div>

<!-- Usage -->
<x-prospect-detail-field 
    label="Organization Name" 
    :value="$prospect->organization_name" 
/>
Modules/Prospect/Resources/views/subviews/edit-prospect-details.blade.php (2)

58-60: Consider adding visual feedback for optional currency selection.

While the currency selection logic is correct, consider adding visual indicators or helper text to show that this field is now optional. This would improve user experience by making the form's requirements clearer.

 <option value="{{ $country->currency }}"
-    {{ $prospect->currency == $country->currency ? 'selected' : '' }}>
+    {{ $prospect->currency == $country->currency ? 'selected' : '' }}
+    class="{{ !$prospect->currency ? 'text-muted' : '' }}">
     {{ $country->currency }}</option>

Line range hint 1-150: Enhance form accessibility and validation feedback.

The form structure could benefit from several improvements:

  1. Add proper ARIA labels for accessibility
  2. Include validation feedback states
  3. Use translation strings consistently

Here's an example improvement for the budget input group:

 <div class="input-group">
     <div class="input-group-prepend">
-        <select name="currency" v-model="currency" id="currency" class="input-group-text">
+        <select name="currency" 
+                v-model="currency" 
+                id="currency" 
+                class="input-group-text @error('currency') is-invalid @enderror"
+                aria-label="{{ __('Select Currency') }}">

Consider applying similar improvements to other form fields for consistency.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between ef79f3d and 24795b2.

📒 Files selected for processing (4)
  • Modules/Prospect/Http/Requests/ProspectRequest.php (1 hunks)
  • Modules/Prospect/Resources/views/index.blade.php (1 hunks)
  • Modules/Prospect/Resources/views/subviews/edit-prospect-details.blade.php (1 hunks)
  • Modules/Prospect/Resources/views/subviews/prospect-details.blade.php (1 hunks)
🔇 Additional comments (2)
Modules/Prospect/Http/Requests/ProspectRequest.php (1)

19-28: Verify template handling of nullable fields.

The validation changes allow nullable fields, but we should verify that the blade templates properly handle null values, especially for budget and currency display.

✅ Verification successful

Proper null handling confirmed in blade templates

The templates already implement appropriate null handling for both budget and currency fields:

  • Index view uses ternary operators with fallbacks: {{ $prospect->budget ? round($prospect->budget, 2) : '-' }}
  • Details view handles nulls with 'N/A' fallback: {{ $prospect->budget ? round($prospect->budget, 2) : 'N/A' }}
  • Currency display checks both the currency value and symbol existence: {{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
  • Form inputs properly handle old values and existing data
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check blade templates for null checks on the newly nullable fields
echo "Checking blade templates for proper null handling..."

# Look for currency and budget handling in blade templates
rg -l "budget|currency" "Modules/Prospect/Resources/views/"

# Check for isset/empty/null checks around these fields
rg "(\@if|\?\?|isset|empty|\@empty|\@isset).*?(budget|currency)" "Modules/Prospect/Resources/views/"

Length of output: 644


Script:

#!/bin/bash
# Let's fix the regex and check for proper handling of nullable fields
echo "Checking blade templates for proper null handling..."

# Search for budget and currency usage patterns with fixed regex
rg "@if.*?\b(budget|currency)\b" "Modules/Prospect/Resources/views/"
rg "\{\{.*?\b(budget|currency)\b" "Modules/Prospect/Resources/views/"

# Also check for null coalescing and other null checks with fixed regex
rg "\?\?.*?\b(budget|currency)\b" "Modules/Prospect/Resources/views/"
rg "@empty.*?\b(budget|currency)\b" "Modules/Prospect/Resources/views/"
rg "@isset.*?\b(budget|currency)\b" "Modules/Prospect/Resources/views/"

# Let's also check how these fields are used in forms
rg "name=['\"](?:budget|currency)['\"]" "Modules/Prospect/Resources/views/"

Length of output: 2928

Modules/Prospect/Resources/views/index.blade.php (1)

70-71: LGTM! Improved error handling for currency display.

The added null checks using isset() prevent undefined index errors when currency data is missing. This aligns well with making fields nullable.

Comment on lines +19 to +28
'proposal_sent_date' => 'nullable|date',
'domain' => 'nullable',
'customer_type' => 'nullable',
'budget' => 'nullable',
'proposal_status' => 'nullable',
'introductory_call' => 'nullable',
'last_followup_date' => 'nullable|date',
'rfp_link' => 'nullable|url',
'proposal_link' => 'nullable|url',
'currency' => 'nullable',
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Consider strengthening validation rules for better data integrity.

While making fields nullable aligns with the PR objective, some fields would benefit from additional validation constraints:

-            'customer_type' => 'nullable',
-            'budget' => 'nullable',
-            'proposal_status' => 'nullable',
-            'currency' => 'nullable',
+            'customer_type' => 'nullable|in:direct,agency,referral',
+            'budget' => 'nullable|numeric|min:0',
+            'proposal_status' => 'nullable|in:draft,sent,accepted,rejected',
+            'currency' => 'nullable|size:3|alpha',

This ensures that even when optional:

  • customer_type contains valid categories
  • budget is a non-negative number
  • proposal_status contains valid states
  • currency follows the ISO 4217 format (3-letter codes)

Committable suggestion was skipped due to low confidence.

Comment on lines +70 to 72
{{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
{{ $prospect->budget ? round($prospect->budget, 2) : '-' }}
</span>
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Consider moving formatting logic to a presenter class.

The budget and currency formatting logic in the view could be encapsulated in a presenter class to improve maintainability and reusability.

Example implementation:

// app/Presenters/ProspectPresenter.php
class ProspectPresenter
{
    public function formattedBudget($prospect, array $currencySymbols)
    {
        if (!$prospect->budget) {
            return '-';
        }
        
        $symbol = isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) 
            ? $currencySymbols[$prospect->currency] 
            : '';
            
        return $symbol . ' ' . number_format($prospect->budget, 2);
    }
}

Then in the view:

-{{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
-{{ $prospect->budget ? round($prospect->budget, 2) : '-' }}
+{{ $prospect->present()->formattedBudget($currencySymbols) }}

Comment on lines +50 to +53
<span class="ml-2">
{{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
{{ $prospect->budget ? round($prospect->budget, 2) : 'N/A' }}
</span>
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Consider simplifying the nested conditionals for better readability.

While the null checks are a good addition, the nested ternary operations make the code harder to read. Consider extracting this logic into a dedicated Blade component or helper method.

- <span class="ml-2">
-     {{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
-     {{ $prospect->budget ? round($prospect->budget, 2) : 'N/A' }}
- </span>
+ @php
+     $currencySymbol = isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) 
+         ? $currencySymbols[$prospect->currency] 
+         : '';
+     $formattedBudget = $prospect->budget ? round($prospect->budget, 2) : 'N/A';
+ @endphp
+ <span class="ml-2">{{ $currencySymbol }} {{ $formattedBudget }}</span>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<span class="ml-2">
{{ isset($prospect->currency) && isset($currencySymbols[$prospect->currency]) ? $currencySymbols[$prospect->currency] : '' }}
{{ $prospect->budget ? round($prospect->budget, 2) : 'N/A' }}
</span>
@php
$currencySymbol = isset($prospect->currency) && isset($currencySymbols[$prospect->currency])
? $currencySymbols[$prospect->currency]
: '';
$formattedBudget = $prospect->budget ? round($prospect->budget, 2) : 'N/A';
@endphp
<span class="ml-2">{{ $currencySymbol }} {{ $formattedBudget }}</span>

@Ayush8923 Ayush8923 merged commit b951384 into master Oct 28, 2024
7 checks passed
@Ayush8923 Ayush8923 deleted the hotfix/remove-mandatory-fields branch October 28, 2024 09:51
@coderabbitai coderabbitai bot mentioned this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants