Skip to content

Conversation

@wmak
Copy link
Member

@wmak wmak commented Sep 29, 2021

  • This adds the ability to save the topEvents property on discover
    queries
  • Allows a variable number of topEvents

- This adds the ability to save the topEvents property on discover
  queries
@wmak wmak requested a review from a team September 29, 2021 00:14
Copy link
Member

@shruthilayaj shruthilayaj left a comment

Choose a reason for hiding this comment

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

Can we just add that to the PR description that we want to allow a variable number of top events and that's what we're saving (I think)?

widths = ListField(child=serializers.CharField(), required=False, allow_null=True)
yAxis = ListField(child=serializers.CharField(), required=False, allow_null=True)
display = serializers.CharField(required=False, allow_null=True)
topEvents = serializers.CharField(required=False, allow_null=True)
Copy link
Member

Choose a reason for hiding this comment

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

This is just to allow a variable number of top events right? should this be an integer field?

Copy link
Member

@shruthilayaj shruthilayaj left a comment

Choose a reason for hiding this comment

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

lgtm

@wmak wmak merged commit 15c90fd into master Oct 4, 2021
@wmak wmak deleted the wmak/feat/top-events-save-query branch October 4, 2021 17:04
@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants