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 / General

Developing Wekan for Sandstorm

Developing Wekan for Sandstorm

Wekan / General · June 26, 2019 at 4:39am (Edited 5 years ago)

Hello, I'm new to here and trying to add a new feature to Wekan for Sandstorm.

Is this document still up to date? https://github.com/wekan/wekan-maintainer/wiki/Building-Wekan-for-Sandstorm

I think there is a way to build from source code rather than an image to keep everything updated, or the image is always updated?

I am at the very start point of a Wekan developer, hope I can eventually reach the goal. Thank you!

Load previous messages

July 15, 2019 at 9:27am

July 16, 2019 at 1:14am

Yes I meant this PR, and it seems current code has further modifications

    • reply
    • like

    For example, I don't see check() in boards.js anymore

      • reply
      • like

      Oh wait, there are two boards.js

        • reply
        • like

        Ouch, I was in models/boards.js. Sorry for the mistake, now I found the code :)

          • reply
          • like

          July 16, 2019 at 3:35pm

          Great :)

            • reply
            • like

            July 29, 2019 at 1:56am

            Hello, I want to hide empty lists when showing archived lists, but I don't understand how a blaze component gets its data context. For example, in client/components/swimlanes/swimlanes.js how can I check if the list is empty after filtered in listsGroup component? Thanks!

              • reply
              • like

              e.g. How can I access lists shown in the jade file?

                • reply
                • like

                Oh nvm I can just do isEmpty this and I get the list

                  • reply
                  • like

                  August 2, 2019 at 3:43am

                  It seems like once you show archived list, there's no way to re-hide it. Is this expected behavior or I'd better to fix it?

                    • reply
                    • like

                    August 3, 2019 at 10:08pm

                    You can fix it

                      like-fill
                      1
                      • reply
                      • like

                      August 7, 2019 at 8:40am

                      Hi @xet7, I just done my codes and pulled the latest code for PR, but then find that open sidebar -> archive will not show archived list anymore

                        • reply
                        • like

                        Technically, use a new SubsManager to subManager.subscribe('board', ... will not update the boardBody

                          • reply
                          • like

                          Is this meant to be, or only on my machine? Thanks!

                            • reply
                            • like

                            August 8, 2019 at 1:26am

                            Well, it could be some bug

                              • reply
                              • like

                              There has been a lot of changes

                                • reply
                                • like

                                and now there is only one branch, master

                                  • reply
                                  • like

                                  Also some dependencies could be missing

                                    • reply
                                    • like

                                    You could make new fork of newest Wekan and try again

                                      • reply
                                      • like

                                      I did also add a lot of changes today

                                        like-fill
                                        1
                                        • reply
                                        • like

                                        August 16, 2019 at 8:08am

                                        Please tell me if I did anything wrong. Thank you.

                                          Edited
                                          • reply
                                          • like

                                          August 16, 2019 at 8:34pm

                                          I did merge it. You can try it on your own Sandstorm server, it will be at experimental app market https://github.com/wekan/wekan/wiki/Sandstorm and .spk file at https://releases.wekan.team also

                                            • reply
                                            • like

                                            I'm currently building that package.

                                              • reply
                                              • like