Code Monkey home page Code Monkey logo

cboard's People

Contributors

astralidea avatar bingdian-s avatar chenlingmin avatar cxzl25 avatar deanwong avatar february avatar godtrack avatar guozhanxian avatar hjtoday avatar janzhongi avatar jaykelin avatar jintianjiekong avatar junjiem avatar ljyf5593 avatar lordk911 avatar qiqi57 avatar roseluo avatar shawnliu04 avatar sileih avatar yalishizhude avatar yuanyifei avatar yzhang921 avatar zhaoxiangchun avatar zyongctrp avatar zz0412 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cboard's Issues

增加维度排序功能

增加对每个维度的排序功能,默认升序
排序之后可用于表头合并
下面截图USA被分开
image

Switch chart type smoothly

For now, all the drag and drop column for chart configurations will be reset when chart type changed.
It will be more user friendly keep the config to avoid repeat DAD.
But chart configuration are not the same.
e.g. : KIP chart should only have one value column, line/bar chart can have 2 value axis ..
In order to handle this diversity, optional chart configuration should like below:
According to current drop status, enable the supported chart type, disabled not supported chart type:

image

Above pic is only a reference, the final effect shall prevail.

Improve aggregation performance of data service

Refactor sort and OLAP aggregation algorithm.

For now, if the size of header keys or column keys is more than 5W, performance of data service will be very low with high latency because of insert-sort algorithm.

Cross table display issue

The combined cells of header should share sample ancestors.
Below is a error combine example, CNY below ES and FR shouldn't be combined
image

Add paging for cross table

As of now when result data are too big, web page performance will be effectively infected. It's necessary to add a paging function for the big table.

数据没有刷新

_Dashboard_里面_Widget_数据缓存之后,第二次访问不能自动刷新

filter not support chinese

Thanks for the awesome project!
widget designer,when filter select a chinese option,save and reopen,can't find the selectd option
q bndy y0 6 mit1wj_tk

聚合表达式

图表设计里面,值轴上面的聚合表达式上面只能实现预先定义的集中聚合方式
image
显示中往往需要对集合之后的列进行数学运算,如:sum(a)/sum(b),类似于Mondrian里面定义的CalculatedMeasures
image

[ACL] Widget level access control

  • Add user and role management module
  • Add resource management module
  • Add board level ACL management module
  • Add ACL management of system System Menu/DateSource/DateSet/Widget
  • UI tuning
  • Add change password page

查询固化

新建图表的时候可选使用

  • 已经固化查询
  • 采用原有图表设计方案

数据过滤

前提

由于列不区分维度和度量,不能够直接在所有列上面做可选过滤功能

限定

  • 设定一个阈值,读取数据的时候默认对每一列的数值存放在对应的set里面,每次放入Set之前检查Set Size是否超过阈值,超过阈值则不保存

表格样式调整

表格样式有问题,高度不能自适应,横向滚动条一直存在,不是按需存在
image
目前的表格插件不能展示交叉表的层级,理想情况希望能够实现类似下面这种能够合并行/列相同值单元格的效果
image

在Dashboard展示的地方添加Dashboard编辑链接

目前Dashboard布局设计的地方没有预览功能,每次设计好之后需要到看板展示的地方预览效果,来来回回调整不太方便
可以考虑

  • 增加Dashboard预览功能
  • 或看板展示的地方添加一个类似widge编辑的按钮,直接链接会看板设计

table not exist...

table dashboard_role、dashboard_user、dashboard_user_role not exists...

Logic bug

Dear developer:
image

I have used cboard to show kylin data, but the data seems exhibit with logic bug, as the pic shows, "199407-" before "199401-", while I have ordered by year-month, this really confused me, please tell me why? And I changed a sql, there still exists this logic bug.

Thank you for your help!

Handler exception when dependency resource are lost

Datasource, DataSet, Widget are cascaded. As of now user can delete a datasource that depended on by data set and widget.
We should provide system level robust check and exception handler.

  • Show dataset/query of the widget at board designer
  • Prevent user delete resource that been depended on
  • Exception handler
  • Improve search function: search widget by dataset/datasource, search dataset by datasource

Add use cache option when widget design

For now, the load data process will go directly to query fresh data from data provider. Sometime, when query is heavy the load latency will be very high.
It would be better to have a "use cache" checkbox or switcher along with load data button. Let user choice whether execute new query or just get cache data to avoid duplicate query.

Data format for table widge

When the chart type is cross table, allow user to set the format of each field, especially the thousands of decimal digits, percent sign, plus or minus style, left-right alignment, bold, italic, size, underline, etc. setting.

login???

登录接口没有,如何进入主界面???

查询优化

Dashboard 展示性能优化

  1. 前端请求Board定义
  2. 前端获取后台Board定义,并分析Board提取QueryList
  3. 前端并发异步请求Query数据,返回query数据串行图形渲染

seq

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.