This repository was archived by the owner on Feb 27, 2024. It is now read-only.
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Address code TODOs #383
Open
Description
Address various TODOs across project.
Misc
- AcfBlockMediaText: TODO: Query the DB for the image ID and replace the attributes.data with the correct information - existing issue Add handling for image in ACF Media Text block #378 @ravewebdev
- BlockParagraph: TODO Add settings for unused props in default WP Paragraph Block @itsamoreh (FE) @ravewebdev (BE)
- isLinkActive: TODO: Add functionality to check if link is in the full URL path @johnrobertmcc
- App: TODO -- abstract this to a component. @johnrobertmcc
- BlogPost: @ravewebdev
- TODO: use response to display next "page" of posts
- TODO create generic archive component and move this check to
_app.js
- Profile: TODO - Possibly create a model for User @johnrobertmcc
- Team: @ravewebdev
- TODO: use response to display next "page" of posts
- TODO create generic archive component and move this check to
_app.js
Storybook
- Search: TODO: Create Storybook for this component @itsamoreh
- Footer: TODO: Create Storybook for this component @itsamoreh Feature/383 todos add component stories #411
- Header: TODO: Create Storybook for this component @itsamoreh Feature/383 todos add component stories #411
- AlgoliaResults: TODO: Create Storybook for this component @itsamoreh
Blocked/on-hold
- processGfFieldValues: TODO: As of WP GraphQL Gravity Forms v.0.4.1, this is accurate, but it appears it may be changing to a nested version in the next release: fieldValue.emailValues = { value, confirmationValue }
- Fields: TODO: re-add support for FileUploadField once file uploads are supported via WP GraphQL Gravity Forms - existing issue Re-add support for FileUploadField in Gravity Forms #380