-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Branches #35
Comments
Docker support fix
🚀 Here's the PR! #106See Sweep's progress at the progress dashboard! 💎 Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID:
feeb7062d1 )Tip I'll email you at genealogysoftwareuk@gmail.com when I complete this pull request! Actions (click)
GitHub Actions failedThe sandbox appears to be unavailable or down. Step 1: 🔎 SearchingI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description.real-estate-laravel/app/Providers/Filament/AdminPanelProvider.php Lines 1 to 62 in 42ae5c3
real-estate-laravel/config/app.php Lines 157 to 190 in 42ae5c3
Step 2: ⌨️ CodingCreate app/Models/Branch.php with contents:
Check app/Models/Branch.php with contents: Create database/migrations/2023_04_01_000000_create_branches_table.php with contents:
Check database/migrations/2023_04_01_000000_create_branches_table.php with contents: Create app/Filament/Resources/BranchResource.php with contents:
Check app/Filament/Resources/BranchResource.php with contents: Create app/Filament/Resources/BranchResource/Pages/CreateBranch.php with contents:
Check app/Filament/Resources/BranchResource/Pages/CreateBranch.php with contents: Create app/Filament/Resources/BranchResource/Pages/EditBranch.php with contents:
Check app/Filament/Resources/BranchResource/Pages/EditBranch.php with contents: Create app/Filament/Resources/BranchResource/Pages/ListBranches.php with contents:
Check app/Filament/Resources/BranchResource/Pages/ListBranches.php with contents: Modify app/Providers/Filament/AdminPanelProvider.php with contents:
Check app/Providers/Filament/AdminPanelProvider.php with contents: Step 3: 🔁 Code ReviewI have finished reviewing the code for completeness. I did not find errors for 🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.Something wrong? Let us know. This is an automated message generated by Sweep AI. |
Add branch (different office locations) management as a filament 3 resource under the admin panel
Checklist
app/Models/Branch.php
✓ 4c7b08a Editapp/Models/Branch.php
✓ Editdatabase/migrations/2023_04_01_000000_create_branches_table.php
✓ b4db46d Editdatabase/migrations/2023_04_01_000000_create_branches_table.php
✓ Editapp/Filament/Resources/BranchResource.php
✓ 7aaec9f Editapp/Filament/Resources/BranchResource.php
✓ Editapp/Filament/Resources/BranchResource/Pages/CreateBranch.php
✓ 7c6821e Editapp/Filament/Resources/BranchResource/Pages/CreateBranch.php
✓ Editapp/Filament/Resources/BranchResource/Pages/EditBranch.php
✓ 3e905f1 Editapp/Filament/Resources/BranchResource/Pages/EditBranch.php
✓ Editapp/Filament/Resources/BranchResource/Pages/ListBranches.php
✓ 67e7313 Editapp/Filament/Resources/BranchResource/Pages/ListBranches.php
✓ Editapp/Providers/Filament/AdminPanelProvider.php
✓ efabf73 Editapp/Providers/Filament/AdminPanelProvider.php
✓ EditThe text was updated successfully, but these errors were encountered: