Branch Name
feature/70-wp-component-services-tab
Task
Make a Wordpress component to be used on the ldmontreal website for users to quickly navigate services, membership and donation.
Make it similar to the one currently used, but don't make filters.
The list of available services should be pulled from the database.
The component should placed where the Amilia component currently is on the homepage, replacing it.
Features to implement:
- Default view showing 3 tabs at the top: Services, Membership, Donations
- For now, only implement the Services tab
- Services tab should show a list of active services pulled from the db
- When a service is clicked, the user should see the title, description, price and a Register button.
- When clicking Register, user should be redirected to the checkout page for this service
Use LocalWP to test on a dev environment
Acceptance Criteria
Checklist
Code of Conduct
Branch Name
feature/70-wp-component-services-tab
Task
Make a Wordpress component to be used on the ldmontreal website for users to quickly navigate services, membership and donation.
Make it similar to the one currently used, but don't make filters.
The list of available services should be pulled from the database.
The component should placed where the Amilia component currently is on the homepage, replacing it.
Features to implement:
Use LocalWP to test on a dev environment
Acceptance Criteria
activestatus in the database appear in the Services tab; inactive or draft services are excluded.Checklist
Code of Conduct