8000 Feature Request: Option for seeing all public boards on All Boards page · Issue #252 · wekan/wekan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature Request: Option for seeing all public boards on All Boards page #252

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

Closed
flippingtables opened this issue Aug 29, 2015 · 22 comments
Closed

Comments

@flippingtables
Copy link

For someone that is hosting an instance of Wekan as an internal Kanban board, it would be nice for all users to be able to see all public boards.

The way it works now, is that if you want to see the boards of other users, you will need to either send them the public link, or to add each user to the board.
It would be nice to be able to see all public boards directly in the All Boards page when you log in.

@yipcma
Copy link
yipcma commented Aug 29, 2015

Up this feature. or else what makes public public other than access rights?

@yipcma
Copy link
yipcma commented Sep 5, 2015

Please prioritize this. It would be very difficult to use wekan in an organizational setting without such feature.

@flippingtables
Copy link
Author

Thats what I'm thinking. Actually, it may even be better to implement some sort of GROUP functionality.

E.g.:
Organization hosts a Wekan instance internally
Org has several internal groups.
Users are added to groups.
Boards can be declared to belong to a Group.
All users in the same group can view the group.

This would eliminate the need to manually add each individual user that should have access to the board.

@acupofjose
Copy link

Would also like to see this implemented. We are testing Wekan as an organizational program at work and it'd be nice to not have to specify users every time I make a board.

@AndyatFocallocal
Copy link

bump

@spaasis
Copy link
spaasis commented Jun 9, 2016

A simple mid-level publicity options would be enough for our use case: every registered user should be able to see every public board, but the boards should not be visible to outside users like the current Public-setting

@koorg
Copy link
koorg commented Sep 28, 2016

I think the way "public" boards are not seen by any existing user (they need to be invited to see the board), is more a bug than a feature, it doesn't "feel" public... We don't need groups at the moment, only "public" (seen/editable by any user) boards and "private" boards, as it is meant to work at the moment :)
Auto-adding is perhaps not the best way to implement it but we're looking into scripting auto-add for public boards as a dirty workaround... which is really not the way it should be...

@jacques-
Copy link

We have a "master" board and just linking to all other boards from that master board - it is super dirty.

A page with list of public boards would be so much better.

@TiibCD
Copy link
TiibCD commented Jul 4, 2018

UP +1 to this feature. I agree I think the way public boards work at the moment doesn't feel "public" like we are used to.
The fact that we can share a public board via a link is great but, as a logged user to see all the public boards and my private board seems logic to me. Otherwise, the setting "public" won't be used often ...
Any idea if someone took this feature on ?

@bboy-space
Copy link

Up ?

@rjevnikar
Copy link
Contributor

Would this be a separate view like "My Boards' or an addition to that view?

The js query would be simple enough:

return Boards.find({
      archived: false,
      permission: 'public',
    }, {
      sort: ['title'],
    })

@bboy-space
Copy link
bboy-space commented Nov 5, 2018

On the user's homepage of wekan, I suggest he sees all public boards (with a limit and the usual "expand arrow" .. ),
And below having "my boards".

@xet7
Copy link
Member
xet7 commented Nov 5, 2018

@rjevnikar

There could be buttons at top bar for:

  • My Boards
  • Public Boards
  • Subtask Boards

@TiibCD
Copy link
TiibCD commented Nov 6, 2018

Good idea to separate boards into category ! But how do you categorize a board as a subtask board ? As sometimes users define their "master board" as the subtask board aswell.
The message in the visibility menu with the "private or public" setting should be changed to let users know that a public board would be seen by all others users

@xet7
Copy link
Member
xet7 commented Nov 6, 2018

@TiibCD

Well, maybe it could be like:

Boards: Starred [_] | My [X] |  Subtask Master [_] / Child [_] | Public [_]

There is also related Top Level Boards issue for other way to categorize.

Admin Panel could also have options like:

  • [_] Disable Public Boards
  • [_] Disable Subtasks
  • [_] Disable Custom Fields
  • [_] Show list of Public Boards to all users. (Default is show only to Admin)

What do you all think?

@xet7
Copy link
Member
xet7 commented Nov 6, 2018

@GavinLilly

I presume you have a lot of boards. What kind of categorization would work best for you?

@xet7
Copy link
Member
xet7 commented Nov 6, 2018

@DrGraypFroot

What kind of categorization would work best for you? Having Subtask Master / Child boards on separate views would help already I think.

@GavinLilly
Copy link
Contributor

@GavinLilly

I presume you have a lot of boards. What kind of categorization would work best for you?

Currently we have 10895 boards of which 331 are public so it could present us with a bit of a monster but some configuration in the admin panel would be useful for our kind of edge case.

I like the idea of showing my boards and starred boards by default and then the user has to pick to see public boards.

@xet7
Copy link
Member
xet7 commented Nov 6, 2018

@GavinLilly

That many boards makes me think of pagination, maybe with selectable amount of boards per page.

@GavinLilly
Copy link
Contributor

@GavinLilly

That many boards makes me think of pagination, maybe with selectable amount of boards per page.

Yea that could work nicely. Either push the starred boards to the top or default to show starred boards only

@xet7 xet7 changed the title Feature request: Option for seeing all public boards on All Boards page Feature Request: Option for seeing all public boards on All Boards page Dec 3, 2018
@chotaire
Copy link
Contributor
chotaire commented Mar 8, 2019

I don't think subtask boards should even be displayed on the boards page. There should be a new point "subtasks" (such as templates), and then the subtask boards should also be properly named and not all just called ^originalboardname^.

This looked so terribly wrong that I thought it was a database corruption and thereby I just deleted all subtasks of the user by getting rid of these boards.

xet7 added a commit that referenced this issue Mar 8, 2019
@xet7
Copy link
Member
xet7 commented Apr 12, 2020

Feature added at #3008.

@xet7 xet7 closed this as completed Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0