-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Main Boards - Drag n Drop and/or Color #2796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is similar to #641 so in general, some way or organizing boards. |
Hi, Different style of boards currently1) All BoardsCurrently at 2) Templates boardThis board is usually generated for new password login users, but not for OAuth2 or API created users yet. Currently Templates boards can not be shared, and they are per user. At Templates board there is:
3) Subtasks boardsThese boards are generated when someone creates subtask to card: Alternatives1) More features to above Templates board
2) Nested tabsCopying to here from #641 (comment)
3) Spreadheet style view
4) Upcoming Multi board calendar like PlanywayAt #2469 there is plans to have like one Swimlane for each user and then showing that person's calendar entries on right. Or alternatively, at Calendar view just have user avatars and colors per user. 5) Combining everything
|
This below text is just me thinking out loud to myself, trying to think how I could implement this somehow. Sorry about any repetition. The problem with generating new boards is, that those new boards would need to be managed somehow. This is already a problem with current way Subtask boards work. Listing boards like current If nested tabs would work similar to bookmarks, being only links to some some specific lists of boards like:
Etc, then there would not be actual board in database for all of those users using them. This makes me thinking, maybe if Subtasks would work somehow without Subtasks boards? And only list them directly from database? |
Hmm, it seems that I am able to add some other user to my Templates board. But Templates boards are not visible at All Boards view, maybe they are just not listed. I'll look how this works. |
Thinking about |
To @compumatter and and Teams/Organizations users, some questions how this all should work: Questions about these nested tabs
1) What happens when tree branch is copied or moved?For example, when you have this in My Boards:
When you move that Project 1 to here:
Then does that mean, that:
2) Add multiple teams on same board?
I do have somewhere some of this group/team code, I could look is it useful. 3) How should Tree Menu visibility work?In tree, there could be:
About visibility: 4) Should Teams be separate from projects?In tree, there could be: a) All teams of organization
b) All projects of organization
|
Maybe I'm thinking in a too complicated way above. I seem to have plans for Organizations/Teams management at Admin Panel already at #802 (comment) This issue is probably only about organizing boards. I'm thinking about some alternatives: a) Build that Nested Tabs or Tree myself with code.
b) Alternatively, try to use some ready tree component like JSTree:
|
In newest Wekan v3.97 at All Boards page those board icons can be reordered by dragging. You can see video about that at #3027. If you use Wekan Snap version, it will automatically update, or you can update immediately manually with |
Issue
Server Setup Information:
We are running 18.04 Ubuntu and have installed the latest version of Wekan, Mongodb etc as of about 4 months ago.
Versions:
Mongodb 4.01
Node: 8.16.1
Wekan: can't figure out how to get that.
Web Server: Nginx
Problem description:
No ability to drag and drop the home page Boards of Wekan ie "My Boards"
Though once you click on a board all things are drag drop, the main home page nothing moves. Everything is in alphabetical order which does not help us. We would like to either be able to drag them, number them or color them as a way of prioritizing our projects on the home page.
This video gives you a good example of the issue: https://www.youtube.com/watch?v=5x93njcYukw
One other feature that would be nice to have is the view Rows vs Panels.
For instance, the Title / Text on home page boards is usually very short. This makes for a very fat board with lots of wasted space. If you have 20 boards it would be nice to switch the view from Panels to Rows. It would still be drag and drop but it would allow for more real estate to be used on the home page screen.
Thanks
The text was updated successfully, but these errors were encountered: