docs(*): Add to do list

This commit is contained in:
Josh Creek
2024-05-05 12:34:47 +01:00
parent dbc656c892
commit 5d9576f21f
+6
View File
@@ -36,3 +36,9 @@ For styling, the application uses [Tailwind CSS](https://tailwindcss.com/) with
For taking payments the Stripe Checkout is used. For taking payments the Stripe Checkout is used.
In its current configuration, the application can be easily linked to Netlify via git for CI/CD, enabling automatic deployments on push to the main branch. In its current configuration, the application can be easily linked to Netlify via git for CI/CD, enabling automatic deployments on push to the main branch.
## To Do
- Style product page
- Enable proper pagination for the products page
- Get a proper checkout page with data from Stripe rather than re-using the old basket object