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

Pivot table prototype #3694

Merged
merged 127 commits into from
Feb 7, 2024
Merged

Pivot table prototype #3694

merged 127 commits into from
Feb 7, 2024

Conversation

djbarnwal
Copy link
Member

@djbarnwal djbarnwal commented Dec 14, 2023

TODOs

#3934

Copy link

netlify bot commented Feb 2, 2024

Deploy Preview for rill-developer ready!

Name Link
🔨 Latest commit 5ac7972
🔍 Latest deploy log https://app.netlify.com/sites/rill-developer/deploys/65bddcd6023cc30009ae9cc7
😎 Deploy Preview https://deploy-preview-3694--rill-developer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ericpgreen2 ericpgreen2 marked this pull request as ready for review February 2, 2024 16:43
@ericpgreen2 ericpgreen2 added Team:Applications Applications Working Group Area:Dashboard labels Feb 2, 2024
Comment on lines 53 to 56
timeStart: timeRange?.start
? timeRange.start
: timeControls.timeStart,
timeEnd: timeRange?.end ? timeRange.end : timeControls.timeEnd,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting timeStart and timeEnd are deprecated now in favor of timeRange

image

Comment on lines +29 to +30
limit = "100",
offset = "0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these strings?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type for these from orval is string. The swagger spec says it is string as well. Not sure if this is done intentionally.

@djbarnwal djbarnwal merged commit ee6d5d0 into main Feb 7, 2024
4 checks passed
@djbarnwal djbarnwal deleted the pivot-pivot branch February 7, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Dashboard Team:Applications Applications Working Group
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants