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

Remove Invoices app from monorepo #1496

Merged
merged 4 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"App: Data Importer": "apps/data-importer/**/*"
"App: Invoices": "apps/invoices/**/*"
"App: Klaviyo": "apps/klaviyo/**/*"
"App: Product Feed": "apps/products-feed/**/*"
"App: Search": "apps/search/**/*"
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/apps/cms-v2 @saleor/merchant-js
/apps/data-importer @saleor/merchant-js
/apps/emails-and-messages @saleor/merchant-js
/apps/invoices @saleor/merchant-js
/apps/klaviyo @saleor/merchant-js
/apps/products-feed @saleor/merchant-js
/apps/search @saleor/merchant-js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ In the `apps` folder, you will find the following applications:
- [cms](./apps/cms-v2) - exports products from Saleor to CMS.
- [data-importer](./apps/data-importer) - import data from CSV to Saleor.
- [emails-and-messages](./apps/emails-and-messages/) - notifications and email communication with customers.
- [invoices](./apps/invoices) - generate invoice PDF for each order.
- [klaviyo](./apps/klaviyo) - send Saleor events to Klaviyo, where you can notify the customers.
- [products-feed](./apps/products-feed) - generate products feed XML
- [search](./apps/search) - connect Saleor with search engines.
Expand All @@ -65,6 +64,7 @@ Some of the Saleor apps are available in separate repositories:

- [Slack integration app example](https://github.com/saleor/example-slack-app)
- [Taxjar integration app example](https://github.com/saleor/example-app-taxjar)
- [Invoices app example](https://github.com/saleor/example-app-invoices)
- [CRM app example](https://github.com/saleor/example-app-crm)

## Development
Expand Down
19 changes: 0 additions & 19 deletions apps/invoices/.env.example

This file was deleted.

11 changes: 0 additions & 11 deletions apps/invoices/.env.test

This file was deleted.

4 changes: 0 additions & 4 deletions apps/invoices/.eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion apps/invoices/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions apps/invoices/.graphqlrc.yml

This file was deleted.

Loading
Loading