Coder Social home page Coder Social logo

Ideas about blazer HOT 15 OPEN

ankane avatar ankane commented on May 17, 2024
Ideas

from blazer.

Comments (15)

voltechs avatar voltechs commented on May 17, 2024 7

Got another idea 😇

Could we somehow give Blazer a hint that a bar chart should be stacked?

from blazer.

holden avatar holden commented on May 17, 2024 5

+1 for embeddable charts

from blazer.

spdawson avatar spdawson commented on May 17, 2024 4

How about "smart" handling of columns/attributes that make use of ActiveRecord::Enum?

from blazer.

aggy-k avatar aggy-k commented on May 17, 2024 4

Idea: Integrate blazer with authorization gems i.e. Pundit or CanCanCan?
Would love to share Blazer dashboards with non-technical people for read-access only 😇

from blazer.

6thSigma avatar 6thSigma commented on May 17, 2024 3

This may be out of the scope of this gem, but the ability to add a moving average line to graphs would be awesome.

from blazer.

OpenCoderX avatar OpenCoderX commented on May 17, 2024 2
  • 1 for the download button

from blazer.

anshul avatar anshul commented on May 17, 2024 1

Feature request: A way to do pivot tables.

from blazer.

voltechs avatar voltechs commented on May 17, 2024 1

Not sure if you want ideas here (lazily, as @fwolfst mentioned), or as separate issues. Let us know, I'm happy to break mine out into their own issues.

Another idea: Somehow allow for smart variable selections to accept multiple values. One solution might be if a smart variable is "plural", allow for multi-select. So, occupation_ids for example, would let you select multiple. Of course, you'd have to make a call for the user on if it should be and or or. Or you could have that be another select option...

P.S. Are you accepting PRs for ideas? I might start tinkering, but I don't want to waste my time if you don't find value in the ideas.

from blazer.

w0www avatar w0www commented on May 17, 2024

up!

from blazer.

fwolfst avatar fwolfst commented on May 17, 2024

Idea: Next to schema (or even query), show erd (https://github.com/amatsuda/erd or https://github.com/voormedia/rails-erd) if respective gem is available. Btw are you okay with "lazy" idea contributions as comments in this thread?

from blazer.

pedrocarmona avatar pedrocarmona commented on May 17, 2024

idea: Use liquid to build the sql queries:

  • instead of {smart_variable}, with liquid it would look like {{smart_variable}}

  • allows building dynamic sql with cycles.

  • also allows to set default smart variables, for testing the query (right now its not possible to test queries with smart_variables

  • allows to customize the query based in one or multiple smart variables:

SELECT * FROM my_table

{% if (smart_variable | size) == 1 %}
  WHERE smart_variable = {{ smart_variable }}
{% elsif (smart_variable | size) > 1 %}
  WHERE smart_variable IN ({{  smart_variable | join: ', '  }})
{% else  %}
  WHERE smart_variable IS NULL
  -- or
  -- WHERE smart_variable IS NOT NULL
  -- or we would use a default
{% endif %}

https://mode.com/help/articles/extending-sql-with-liquid/

from blazer.

cyruscavalcante avatar cyruscavalcante commented on May 17, 2024

smart variable -> chage null by '%' when nothing is selected on select box
ex:
https://blazer.dokkuapp.com/queries/1-smart-variable?occupation_id=
must result all occupations

from blazer.

nfedyashev avatar nfedyashev commented on May 17, 2024

idea:

When a user has lots of pins to display it would be really handy if you can just order records by date of creation and make the corresponding pin stand out when you hover over a certain line in the table below Mapbox area.

Actually, I've tried to implement it myself but from what I found it's not a trivial task and unfortunately I don't have enough time at the moment.

from blazer.

voltechs avatar voltechs commented on May 17, 2024

Allow for optional "schema" support. ("blazer"."audits", "blazer"."checks").

Would help "organize" domain-specific schemas as per "best practices" (not using the public schema):
https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PUBLIC
https://wiki.postgresql.org/wiki/Database_Schema_Recommendations_for_an_Application

from blazer.

coorasse avatar coorasse commented on May 17, 2024

💡 Use the new "Discussions" feature of Github to discuss new ideas

from blazer.

Related Issues (20)

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.