humanmade / humanmade/hm-content-import
Abstract the required fields/attributes of imported content, and their validators ( ie: is_numeric/is_email )
- Dominant language
- PHP
- Stars
- 30
- Forks
- 7
- Avg merge
- 6h 39m
- Merged PRs (30d)
- 2
Description
Having a list of fields/attributes that must exist within an imported item as a class member, with a built-in method to check them, and possibly validate them via a defined function ( ie: is_numeric / is_email ), can speed up development time and cut down on the lines to be wrote for this simple functionality.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by reviewing how imported items currently define required fields and validation in the PHP/WordPress migration framework; done should mean a documented design and implementation path for shared required-field checks and validators such as is_numeric or is_email.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- backend, content
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100