Coder Social home page Coder Social logo

kanboard-bigboard's People

Contributors

lastlink avatar stinnux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kanboard-bigboard's Issues

Position of Menu / size of information-icon

I suggest to move the position of the Menu in Bigboard-view to where it is in Kanboard´s standard single-project views.
The information icon (i) is also much bigger than in the standard single-project view.

bigboard-menu-position

Installation troubles

Hi,

i installed your plugin in the dedicated folder and renamed it (BigBoard). Your plug in appears in the plugin list, but i can't recognize any additional feature.

screenshot 2016-08-14 at 21

Application version: master
PHP version: 7.0.7
PHP SAPI: apache2handler
OS version: Linux 4.4.11-1-ARCH
Database driver: sqlite
Database version: 3.13.0
Browser: Mozilla/5.0 (X11; CrOS x86_64 8350.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

Community maintenance

The maintainer of the project has announced that there will be no future updates to the codebase. Since other useful plugins to Kanboard depend on this to work, e.g. https://github.com/cristidraghici/Kanext from @cristidraghici, and other Pull Requests from the community have not been answered in a while, like #13 from @captainwasabi and #16 from @songgz, I suggest we coordinate with @stinnux how to keep this project alive, without depending on actions by the original contributor.

Also see 2c78e9d#diff-04c6e90faac2675aa89e2176d2eec7d8R15

Ability to Filter on Bigboard View, by User - Not an Issue - Functionality

Hello Kanboard Team,

Great job on the Bigboard extension. Just finished installing it and looks really good, however I would like to know if there is the possibility to filter that bigboard by User.

It would be very beneficial and efficient to have that view.
As you can see on the png I attached the selected filter would result only in showing the Tasks assigned to "EN" , Elie Nassif
Any comments, or is that functionality available and I have missed it.
Much Appreciate it

bigboard

table_private or task_private?

In Plugin.php line 17:
$this->template->setTemplateOverride('board/table_private','bigboard:board/table_private');
But I can't find any file with the name "table_private.php". Maybe "task_private"?

well actually not an issue but a big plus

I do not know what you changed, but when installing bigbard, even when using on a single board,
kanboard/kanboard#3625
seems not to be happining anymore. At least I cannot reproduce it anymore on a small test installation.
Now I just have to test this with a productive version.

[Security] I can see a project that I should not see

Hi all,

I know that this project isn't maintained at the moment. But I will post my issue anyway:

Under "My project" I can see 6 projects, which is totally fine.

On the BigBoard I can see 8 projects, two of them shouldn't be visible, because I am not a member of them!

Internal Error: Identifier "sessionStorage" is not defined.

Versions:

Bigboard - 1.0.41
Kanboard - 1.2.1

When accessing the plugin page, the error above appears.

Error encountered

A fix could be changing the content of ./UserSession.php to:

<?php

namespace Kanboard\Plugin\Bigboard;

class UserSession extends \Kanboard\Core\User\UserSession
{
  /**
   *  is the Bigboard collapsed or expanded
   *
   * @access public
   * @return boolean
   */
   public function isBigboardCollapsed()
   {
      return ! empty($this->userSession->bigboardCollapsed) ? $this->sessionStorage->bigboardCollapsed : false;
   }

   /**
    * Set Bigboard display mode
    *
    * @access public
    * @param  boolean  $is_collapsed
    */
   public function setBigboardDisplayMode($is_collapsed)
   {
      $this->userSession->bigboardCollapsed = $is_collapsed;
   }

}

Internal Error: Controller not found

When shortcut "n" from Board is pressed, this error occurs, only when bigboard is installed.

kanboard version: github master

running on XAMPP with following versions:

  • PHP version: 7.3.5
  • PHP SAPI: apache2handler
  • HTTP Client: cURL
  • OS version: Windows NT 6.1
  • Database driver: mysql
  • Database version: 10.1.39-MariaDB

Collapsing swimlanes and card count

When using the bigboard, sometimes it is better to collapse some swimlanes for selecting a specific view on the whole.

To not lose the overview, it could be good to count the amount of visible cards per swimlane, and display that number next to its headline. This would give a quick overview of how much information is available.

This could be a configuration option, not to clutter the general overview for minimalist people.

Offering to also be able to collapse certain projects/boards is another idea that comes up here.

Bigboard may break with kanboard 1.2.3

My apologies, this is a big edit from the first one an hour or two ago. It's in an effort to not cross-post with the issues on kanboard.

My organization is beginning to utilize kanboard, and several of us love the "Bigboard" plugin, developed by @stinnux . I updated from version 1.2.1 to version 1.2.3 today.

Actual behaviour

When I click on "projects management>Bigboard, I only see one project at the top (with all tasks from that first project), and underneath that, instead of seeing the next project in its entirety, I only see the title, without displaying tasks below. I reverted to the previous version, and Bigboard works again.

Expected behaviour:

When I click on the Bigboard plugin, all projects for which I have permission should show up, one beneath the other.

I hope I find the time to look into this myself. Thanks to @fguillot and other contributors for such a great project! #Attached are debug logs from kb 1.2.3 and 1.2.1. There shouldn't be much in them except for authentication, then navigation to projects management, then bigboard. I'll gather more information asap.

Logs

KB123debug.log
KB121debug.log

r more information tomorrow.

Thank you.

Kevin T. Geil

Screenshots

Unexpected behavior (can't see projects under Implementation)

image

Expected behavior on 1.2.1: (all projects are visible).

image

Logs

Configuration

  • Kanboard version: 1.2.3
  • Database type and version:
  • PHP version: PHP 7.0.28-0
  • OS: ubuntu0.16.04.1
  • Browser: Chrome, Firefox, IE

[ unofficial update ] project selection

Hi everyone, and especially Thomas,

Well, this is not an issue...

I had to work upon v1.0.5 to match our internal needs ; so here is a quick and dirty updated (improved?) version of bigboard, with which you now have :

  • projects selection : select projects you would like to be displayed on Bigboard
  • projects selection stored into database (in user session wasn't enough)
  • you can fold/unfold projects from bigboard view : that state is also stored into db
  • you can access Bigboard from any project (then go back and forth when juggling between them)

I'd be happy to read some feedback about it,
Pierre
Rectorat Académie de la Réunion

Bigboard-1.2.0.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.