liberu-real-estate / real-estate-laravel

Estate agency application written in Laravel 11 / PHP 8.3 using Filament 3
https://www.facebook.com/liberusoftware
24 stars 5 forks source link

Seller access #21

Closed curtisdelicata closed 3 months ago

curtisdelicata commented 1 year ago

Create a new filament 3 panel for buyers with login, verification, reset and register

Checklist - [X] Create `app/Filament/Resources/BuyerResource.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/b8bbf93dfe664240e3307c3b3dbfb22f45b4d792 [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource.php) - [X] Running GitHub Actions for `app/Filament/Resources/BuyerResource.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource.php) - [X] Create `app/Filament/Resources/BuyerResource/Pages/ListBuyers.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/129dbf2bffd70e6a488834c999468cc80dcde521 [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/ListBuyers.php) - [X] Running GitHub Actions for `app/Filament/Resources/BuyerResource/Pages/ListBuyers.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/ListBuyers.php) - [X] Create `app/Filament/Resources/BuyerResource/Pages/CreateBuyer.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/b1a598cc437db87e7fec34a15ddd106b2cbeb4cf [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/CreateBuyer.php) - [X] Running GitHub Actions for `app/Filament/Resources/BuyerResource/Pages/CreateBuyer.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/CreateBuyer.php) - [X] Create `app/Filament/Resources/BuyerResource/Pages/EditBuyer.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/cb9e3153fd53651b3c4fb19c4f411837c568a8eb [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/EditBuyer.php) - [X] Running GitHub Actions for `app/Filament/Resources/BuyerResource/Pages/EditBuyer.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Filament/Resources/BuyerResource/Pages/EditBuyer.php) - [X] Modify `app/Providers/Filament/AdminPanelProvider.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/8d3d74f194b2883cb8acf56cea11bfabd5241a60 [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Providers/Filament/AdminPanelProvider.php#L32-L34) - [X] Running GitHub Actions for `app/Providers/Filament/AdminPanelProvider.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/app/Providers/Filament/AdminPanelProvider.php#L32-L34) - [X] Modify `bootstrap/app.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/1f2cf53e64f6910e92a3f0eefa327aedb601ba1d [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/bootstrap/app.php#L13-L15) - [X] Running GitHub Actions for `bootstrap/app.php` ✓ [Edit](https://github.com/liberu-real-estate/real-estate-laravel/edit/sweep/seller_access/bootstrap/app.php#L13-L15)
sweep-ai[bot] commented 3 months ago

🚀 Here's the PR! #76

See Sweep's progress at the progress dashboard!
💎 Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID: c81a8a31d0)

[!TIP] I'll email you at genealogysoftwareuk@gmail.com when I complete this pull request!


Actions (click)

GitHub Actions✓

Here are the GitHub Actions logs prior to making any changes:

Sandbox logs for 4ecc4dc
Checking app/Providers/Filament/AdminPanelProvider.php for syntax errors... ✅ app/Providers/Filament/AdminPanelProvider.php has no syntax errors! 1/1 ✓
Checking app/Providers/Filament/AdminPanelProvider.php for syntax errors...
✅ app/Providers/Filament/AdminPanelProvider.php has no syntax errors!

Sandbox passed on the latest main, so sandbox checks will be enabled for this issue.


Step 1: 🔎 Searching

I 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. https://github.com/liberu-real-estate/real-estate-laravel/blob/81347e94c97f452d9991940993db30b9157785c3/app/Providers/Filament/AdminPanelProvider.php#L1-L57 https://github.com/liberu-real-estate/real-estate-laravel/blob/81347e94c97f452d9991940993db30b9157785c3/README.md#L1-L45 https://github.com/liberu-real-estate/real-estate-laravel/blob/81347e94c97f452d9991940993db30b9157785c3/public/js/filament/forms/components/rich-editor.js#L1-L42 https://github.com/liberu-real-estate/real-estate-laravel/blob/81347e94c97f452d9991940993db30b9157785c3/bootstrap/app.php#L1-L54 https://github.com/liberu-real-estate/real-estate-laravel/blob/81347e94c97f452d9991940993db30b9157785c3/app/Providers/EventServiceProvider.php#L1-L20

Step 2: ⌨️ Coding

Ran GitHub Actions for b8bbf93dfe664240e3307c3b3dbfb22f45b4d792:

Ran GitHub Actions for 129dbf2bffd70e6a488834c999468cc80dcde521:

Ran GitHub Actions for b1a598cc437db87e7fec34a15ddd106b2cbeb4cf:

Ran GitHub Actions for cb9e3153fd53651b3c4fb19c4f411837c568a8eb:

--- 
+++ 
@@ -57,3 +57,4 @@
             ]);
     }
 }
+            ->registerResource(\App\Filament\Resources\BuyerResource::class)

Ran GitHub Actions for 8d3d74f194b2883cb8acf56cea11bfabd5241a60:

--- 
+++ 
@@ -53,3 +53,4 @@
 */

 return $app;
+$app->register(App\Providers\Filament\BuyerPanelProvider::class);

Ran GitHub Actions for 1f2cf53e64f6910e92a3f0eefa327aedb601ba1d:


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/seller_access.


🎉 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

💡 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.