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

July 27, 2020 at 9:37am

Then you need to create index.html that inside body tag in one iframe angular app and in another iframe Wekan

    • reply
    • like

    I successto display my dashboard in the application but as you told me it is in read only mode how can I modify it?

      • reply
      • like

      July 27, 2020 at 1:13pm

      by logging into wekan

        • reply
        • like

        At url /sign-in

          • reply
          • like

          When board is set to public, it is visible in read-only mode also for those that have not logged in

            • reply
            • like

            after login, board can be modifies

              • reply
              • like

              modified

                • reply
                • like

                August 11, 2020 at 1:35pm
                • reply
                • like

                Hi, the other time you gave me a method to display the wekan page in my angular application but the problem that it is showing in the homepage as it is shown ... but I want it to 'she moves in the menu

                  • reply
                  • like

                  Hi, the other time you gave me a method to display the wekan page in my angular application but the problem that it is showing in the homepage as it is shown ... but I want it to 'she moves in the menu

                    • reply
                    • like
                    • reply
                    • like

                    You should add Wekan to menu, and Wekan board url to iframe at right

                      • reply
                      • like

                      or to frame

                        • reply
                        • like

                        you can search youtube or google for info how to use iframes

                          • reply
                          • like

                          August 12, 2020 at 2:57pm

                          Hi, I'm celebrating I'm working at Vermeg it's a company that works with its own language called palmyra, while all our applications are with palmyra + java, now I want to integrate wekan in my "TaskBasket" component and I find difficulties because wekan is not an Angular component, it is developed by several frameworks (html / css / php ...) so if you have any ideas please help me

                            • reply
                            • like

                            August 12, 2020 at 4:31pm

                            see there 16.3 Specifying target frame information

                              • reply
                              • like

                              For example this: <A href="slide3.html" target="dynamic">slide 3.</A>

                                • reply
                                • like

                                When that link is at left menu, when you click it, it will open that slide3.html page in frame that has name "dynamic"

                                  • reply
                                  • like

                                  For example, <a href="https://wekan.example.com/b/..." targent="content">Kanban</a>

                                    • reply
                                    • like

                                    So that URL is what you copy from that board URL you would like to have in bottom left frame

                                      • reply
                                      • like

                                      And then you have for example: <a href="angular.html" target="content">Angular component</a>

                                        • reply
                                        • like

                                        so that angular.html is all of your current angular component html+css+js page

                                          • reply
                                          • like