Skip to content
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

feat: share访问地址支持按表名称定位具体表 #1126

Open
wuzhihui1123 opened this issue Jan 10, 2024 · 0 comments
Open

feat: share访问地址支持按表名称定位具体表 #1126

wuzhihui1123 opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wuzhihui1123
Copy link

wuzhihui1123 commented Jan 10, 2024

【场景描述】
在我们的系统中,嵌入了一个与clickvisual相关的日志页面,其地址为:https:///share?tid=5&index=4&tab=*****。在这个地址中,tid代表着app-log的日志表id。由于我们经常对app-log进行变更(例如删除后再重新接入),导致app-log对应的tid会发生变化,从而需要我们的系统进行适配调整。

【需求】
我们希望能够通过表名称来直接定位clickvisual日志页面中的具体表,例如:https:///share?tablename=app-log&index=4&tab=*****。这样一来,无论app-log的tid如何变化,我们只需通过表名称即可准确定位到clickvisual日志页面的特定表格。 希望能够支持,感谢~

@kl7sn kl7sn self-assigned this Jan 15, 2024
@kl7sn kl7sn added the enhancement New feature or request label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants