Ian Ward
Ian Ward
General agreement to go ahead, and once datapusher+ is released let's link to it from the docs and consider switching the docker images again
Agreed, let's remove this old functionality
> Not sure if we can add the index in a point release, because we'd wind up forking the alembic history when upgrading to the next major? Isn't handling migration...
This already exists as LICENSE.txt
Interesting project related to this feature and [ckanext-excelforms](https://github.com/open-data/ckanext-excelforms/): @ezwelty 's https://github.com/ezwelty/tablecloth Would be good to see if we can share some code, both are permissively licensed and many of the...
docs in progress: https://docs.ckan.org/en/6118-table-designer/maintaining/table-designer.html
Add button is moved to the datatable view. All buttons are displayed only when the user has permission, excelforms interface updated too. There's also a new alert directing users to...
@amercader re UI terribleness, I've just wrapped the data dictionary editing form (both for normal resources and table designer resources) in an accordion to more cleanly separate the fields and...
re: examples for API when no data is present, that's a good idea and should not be too hard to do. I did define some example values in the ColumnType...
@amercader I updated the API example generation code to use the example values from the ColumType classes and have a second fall-back for when fields are defined but no data...