Just a friendly reminder of the Toolkit apps I’ve open sourced to the community. Enjoy!
Hey Scott,
This is super nice! Great job! It’s great to see open source initiatives to augment toolkit’s functionality!
the sb-shotgun-schema-introspection is pretty cool!
We had an app where you could provide required fields for entities, it would check if they exist, and create them if needed/possible. AFAIK we couldn’t create custom entities, but fields we could.
You could potentially add functionality to add a new field on the fly, and bulk create fields from a JSON file. That makes it super useful when you have multiple FPT sites and you want to make sure your schema is consistent across sites.
Or if you’re providing another app that relies on non standard fields for example.
and for the create jira ticket app, in my past company we were providing a FPT to Jira bidirectional bridge.
One of the challenges for tickets/Notes was the ability to translate Jira’s markdown flavor to FPT markdown. We had found a library that with minor modifications would do a very good job to do the translation between the two, even for complex markdown like tables.
If you’re interested I can probably dig up what we used.