oncelkeles / purposeful-community

Purposeful online community
MIT License
1 stars 0 forks source link

About Storing Post Field Data Types in DB #12

Closed oncelkeles closed 3 years ago

oncelkeles commented 3 years ago

The post fields can be text box, checkbox, radio with single or multiple selection, geo-location etc. If it is geo-location, there should be lat&long values should be stored. If it is radio, the radio options should be stored.

In the post type schema, how should these options regarding the data type of a single field be stored such that we can retrieve these additional information?

oncelkeles commented 3 years ago

resolved