Skip to content

Commit a7e8156

Browse files
editorial updates suggested
1 parent bcb0249 commit a7e8156

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Head to the [Subscription Foundation](https://developer.bigcommerce.com/docs/ae2
2121
## Key areas of codebase
2222

2323
- `/backend`
24-
- Where the auth and various API services live. These are uses within the internal API endpoints to keep routes secure and reach out to external APIs.
24+
- Where the auth and various API services live. These are used within the internal API endpoints to keep routes secure and reach out to external APIs.
2525
- `/prisma`
26-
- Where the DB models and initial seed data lives. Prisma uses this to generate DB clients for the app.
26+
- Where the DB models and initial seed data live. Prisma uses this to generate DB clients for the app.
2727
- `/shared`
2828
- Where the types and helper utilities are located.
2929
- `/src/pages`
@@ -32,9 +32,9 @@ Head to the [Subscription Foundation](https://developer.bigcommerce.com/docs/ae2
3232
- `/src/pages/api`
3333
- Where the APIs for the app are managed.
3434
- Next.js docs: https://nextjs.org/docs/api-routes/introduction
35-
- `/cart`, `/channel`, and `/product`: Contains endpoints that proxy to BigCommerce APIs.`
36-
- `/store`: Contains endpoints that update app information in the DB.`
37-
- `/stripe`: Contains endpoints that proxy to Stripe APIs.`
35+
- `/cart`, `/channel`, and `/product`: Contains endpoints that proxy to BigCommerce APIs.
36+
- `/store`: Contains endpoints that update app information in the DB.
37+
- `/stripe`: Contains endpoints that proxy to Stripe APIs.
3838
- `/webhooks/index.ts`: Contains the webhook listener for the "Order Created" BigCommerce event which is used to create the initial Stripe subscription.
3939
- `/src/providers`
4040
- Where the context providers used within pages and components live.
@@ -45,12 +45,12 @@ Want to help expand this foundation? We'd love to collaborate! To kick off, here
4545

4646
- Improvements:
4747
- Implement cart metafields to improve shopper UX (removes overloading of product name)
48-
- Move FE cart requests / calculations within subscription widget to be handled within single internal API endpoint
49-
- Centralize logging so it's easily turned on / off and connected into third-party logging services
48+
- Move FE cart requests / calculations within the subscription widget to be handled within a single internal API endpoint
49+
- Centralize logging so it's easily turned on / off and connected to third-party logging services
5050
- Features:
5151
- Additional subscription use cases outside of 'Subscribe and Save'
52-
- Handling for more complex tax and shipping scenarios, changes occurs to price after initial subscription creation
53-
- Ability to see subscription information inline, within My Account -> Order section of storefront
52+
- Handling for more complex tax and shipping scenarios, changes occur to price after initial subscription creation
53+
- Ability to see subscription information inline, within My Account -> Order section of the storefront
5454

5555
## Learn More
5656

0 commit comments

Comments
 (0)