Need help with finding the right API and best integration with Task Board plugin #808
-
|
Hello All! I wanted to provide an effective integration of Task Board plugin with QuickAdd. There are two particular things which I want to do as of now : 1. Right API for writing a macro
Which two QuickAdd apis, am I suppose to user for these operations. 2. Direct integrationRead more here : tu2-atmanand/Task-Board#142
Here is how the Task Board's "Add new task modal" will look like : |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Also, it will be really nice if QuickAdd can provide an API to fetch all the Choices created by user. Right now I want to fetch all the names of these choices and pass them as the dropdown option for the Suggester above. Such an API will be really helpful for other plugin integration. |
Beta Was this translation helpful? Give feedback.
-
|
I thought this will be very difficult to integrate and might take a lot of time, but turns out pretty good. Maybe because the way my codebase is at the moment. And also because of the Thank you for this great plugin. It helps me to not re-invent all this features again in my plugin. The integration was way better. Also, any suggestions on better coding practices will be really helpful, if I am doing anything wrong🙏 |
Beta Was this translation helpful? Give feedback.

Done : https://github.com/tu2-atmanand/Task-Board/blob/cb60f3f7a68cdaca13c5d2cf7a0b76d45737e26d/src/services/OpenModals.ts#L57
I thought this will be very difficult to integrate and might take a lot of time, but turns out pretty good. Maybe because the way my codebase is at the moment. And also because of the
executeChoiceAPI. This API is very helpful.Thank you for this great plugin. It helps me to not re-invent all this features again in my plugin. The integration was way better.
Also, any suggestions on better coding practices will be really helpful, if I am doing anything wrong🙏