Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / Feature Request

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Wekan/Feature Request · July 1, 2020 at 12:05pm

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Wekan / Feature Request · July 1, 2020 at 12:05pm
Load previous messages

August 13, 2020 at 3:12pm

I do also daily reply to Wekan issues, community messages, Commercial Support requests https://wekan.team/commercial-support/ etc

    • reply
    • like

    August 14, 2020 at 11:35am

    Hello thank you very much for your interest your advice helps me a lot, now I have created an angular component in my angular project and I want that I integrate wekan in this component but I don't know how!!

      • reply
      • like

      How would you like to integrate it?

        • reply
        • like

        As angular component, you can place it to your webpage

          • reply
          • like

          What else it should do also?

            • reply
            • like

            Do you have some existing big Angular application? Or are you creating new application? I'm just thinking, you have angular-in-react. Have you used Angular or React for some years already? Because if you are creating a new application, it would be much easier to do with just HTML+CSS+Javascript+PHP as you are already familiar with. Usually Angular and React are used for big single page applications and using those is just too much complexity if you are trying to use just frames+HTML+CSS+JS+PHP.

              • reply
              • like

              For integration, do you have some plan how it should work? For example, when Wekan card is moved from one list to another list, should something happen then, for example card moved to another board?

                • reply
                • like

                For any new project, it's much faster to use those programming languages you already know.

                  • reply
                  • like

                  For Wekan integrations, it is possible to any programming language, like PHP, Python, Java, Go, etc

                    • reply
                    • like

                    For example, here is example how to add card to Wekan board with Python code https://github.com/wekan/wekan/wiki/New-card-with-Python3-and-REST-API

                      • reply
                      • like

                      For some integrations, it is possible to login to wekan and click Board Settings / Rules and there set some automated actions

                        • reply
                        • like

                        Wekan has many features

                          • reply
                          • like

                          Also, if something is missing from API, I can add it

                            • reply
                            • like

                            In general, there should be some idea how integration should work

                              • reply
                              • like

                              What should happen when

                                • reply
                                • like

                                August 14, 2020 at 3:24pm

                                j'ai un grand projet déjà qui se compose de plusieurs composants, donc je veux integrer wekan dans un nouveau composant angular que j'ai créer déjà dans ce projet

                                  • reply
                                  • like

                                  Is it enough that Wekan is now in Angular component? Or do you need more integration? What should happen with that integration?

                                    • reply
                                    • like

                                    August 18, 2020 at 11:27am

                                    it's good I managed to integrate wekan in our application

                                      • reply
                                      • like

                                      Great :)

                                        • reply
                                        • like

                                        August 31, 2020 at 12:37pm

                                        thank you very much for your advice, after integrating wekan into our application, my boss now wants us to replace the d mongo db api by the api of our application, for example when I create a task by wekan it is necessary that the task will be created automatically in our application, i.e. we must replace the API concerned during task creation by the task creation API of our application

                                          • reply
                                          • like

                                          See Outgoing Webhooks at right menu of wiki https://github.com/wekan/wekan/wiki . At Board Settings Menu / Outgoing Webhooks you can add URL that will receive board changes JSON, like when new card is added to board. So your Outgoing Webhook URL, for example PHP form, receives that JSON, and then parses it to see is it a new card or some other event. Then that your PHP code makes API call to your app API. You can google search how to do PHP receive webhook webpage etc.

                                            • reply
                                            • like

                                            Also, at Wekan Admin Panel is Global Webhooks, so it sends webhook messages about all new cards at all boards

                                              • reply
                                              • like

                                              At wiki is also info page about Global Webhooks

                                                • reply
                                                • like

                                                September 1, 2020 at 2:11pm

                                                you can explain me even better please!!

                                                  • reply
                                                  • like

                                                  September 1, 2020 at 5:58pm