zhongkairen / airtable-sync

A Python module to sync GitHub issues to Airtable records.
https://airtable.com/appM1P3VYxuftmwub/tblFxnqURZZEiTMkc
0 stars 0 forks source link

Add support for more field types #11

Closed zhongkairen closed 1 month ago

zhongkairen commented 1 month ago

To do

zhongkairen commented 1 month ago

Numbers are synced as float, the format depends on the Airtable side, which doesn't support dynamic number format, i.e. fixed decimal places.

Single Selection - no option mapping currently supported, the options have to be added on Airtable side, and the texts need to be consistent with the ones in GitHub issues.

Iteration currently not supported. Airtable type should be single select or simply text.