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

Add CRUD pages for Products/Services #162

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Aug 23, 2024

This pull request was created by Sweep to resolve the following request by @curtisdelicata:

add missing pages under Class "App\Filament\Resources\ProductsServiceResource\Pages\ as specified in Class "App\Filament\Resources\ProductsServiceResource.php

Continue chatting at https://sweep-chat-demo.vercel.app/c/e0a0ddb6-964d-4d99-81d7-fb1ecc7bbb7b.

Purpose

This pull request adds the necessary Filament pages for managing Products and Services in the billing application.

Description

The changes in this pull request include:

  1. Added ListProductsServices page to display a list of all products and services.
  2. Added CreateProductsService page to create a new product or service.
  3. Added EditProductsService page to edit an existing product or service, including a delete action.

These pages are built using the Filament admin framework and provide a user-friendly interface for managing the products and services in the application.

Summary

The changes in this pull request include:

  • Added ListProductsServices, CreateProductsService, and EditProductsService pages in the app/Filament/Resources/ProductsServiceResource/Pages directory.
  • These pages provide CRUD functionality for managing products and services in the billing application.

@curtisdelicata curtisdelicata merged commit 8f33606 into main Aug 23, 2024
1 of 3 checks passed
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.

1 participant