lovasoa / SQLpage

Fast SQL-only data application builder. Automatically build a UI on top of SQL queries.
https://sql.datapage.app
MIT License
1.56k stars 89 forks source link

Eror in online examples for tracking component #167

Closed lorefnon closed 9 months ago

lorefnon commented 9 months ago

Hello, thanks for creating and open sourcing SQLPage. It looks like a great solution for SQL driven reports/dashboards.

Introduction

The examples for the tracking component in the site show an error

To Reproduce

Visit the tracking component docs https://sql.ophir.dev/documentation.sql?component=tracking#component and scroll down to the examples

Actual behavior

An error like this can be seen for each example

image

Expected behavior

Examples should work as expected

lovasoa commented 9 months ago

Hello ! We currently have only one version of the documentation, and it always shows all the bleeding edge features.

The tracking component was added just three days ago and will be part of SQLPage v0.18, which still has not been released. I'll hopefully release it this week, provided I find the time to finish my work on #163 .

In the meantime, you can always

lorefnon commented 9 months ago

Oh I see. I'll close this issue in that case.

I opened this issue just to bring it to notice in case there was some misconfiguration or bug in the examples.

Thanks for your work on SQLPage.

lovasoa commented 9 months ago

Oh, I see, you were talking about the website itself, not being unable to use the component for yourself locally. Sorry, I read your issue too fast.

There was indeed a problem with the deployment, it's fixed, thanks for bringing it to my attention.