joe beuckman

Results 26 issues of joe beuckman

Here is a working demo using a brute force method of rendering the raster layer to read one pixel. I'm trying to get someone familiar with the render sequence to...

Probably also has to fix mongo integration

enhancement

For instance, ability to add a "source" field that is the name of the imported content. Possibly add "formula" fields that are calculated from incoming content properties.

enhancement

Any user that has access to the Import feature should be able to GET /preAnalyzeImportFile and create an import.

enhancement
help wanted

enhancement
help wanted

I think the line that saves the new content will only work with bookshelf: ``` const savedContent = await strapi.models[importConfig.contentType] .forge(importedItem) .save(); ```

help wanted

As imports grow in complexity, it will be useful to undo, then edit and redo instead of recreating the import config from scratch.

enhancement