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

Update widget types #279

Merged
merged 4 commits into from
Oct 4, 2024
Merged

Update widget types #279

merged 4 commits into from
Oct 4, 2024

Conversation

Yun-Wu
Copy link
Contributor

@Yun-Wu Yun-Wu commented Oct 3, 2024

No description provided.

Copy link
Collaborator

@cisaacstern cisaacstern left a comment

Choose a reason for hiding this comment

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

Thanks @Yun-Wu looking great!

AFAICT the failing tests are just because the names of the widgets have to be updated to the new names here:

  • assertions:
    result_stdout_contains:
    - "A dashboard for visualizing subject trajectories and home range."
    - "widget_type='map', title='Subject Group Trajectory Map'"
    - "widget_type='single_value', title='Mean Speed'"
    - "widget_type='single_value', title='Max Speed',"
    - "widget_type='single_value', title='Number of Locations'"
    - "widget_type='map', title='Home Range Map'"
  • assertions:
    result_stdout_contains:
    - "A dashboard for visualizing patrol events"
    - "widget_type='map', title='Patrol Events Map'"
    - "widget_type='map', title='Density Map'"
    - "widget_type='map', title='Grouped Patrol Events Map'"
    - "widget_type='map', title='Grouped Density Map'"
    - "widget_type='plot', title='Patrol Events Bar Chart'"
    - "widget_type='plot', title='Patrol Events Pie Chart'"
  • assertions:
    result_stdout_contains:
    - "A dashboard for visualizing patrol trajectories, patrols events, and time density."
    - "widget_type='map', title='Trajectories & Patrol Events Map'"
    - "widget_type='map', title='Time Density Map'"
    - "widget_type='plot', title='Patrol Events Bar Chart'"
    - "widget_type='plot', title='Patrol Events Pie Chart'"
    - "widget_type='single_value', title='Total Patrols'"
    - "widget_type='single_value', title='Total Time'"
    - "widget_type='single_value', title='Total Distance'"
    - "widget_type='single_value', title='Average Speed'"
    - "widget_type='single_value', title='Max Speed'"

@cisaacstern
Copy link
Collaborator

Amazing! Thanks Yun!! Merge whenever you're ready!

@Yun-Wu Yun-Wu merged commit 9590d4f into main Oct 4, 2024
43 checks passed
@Yun-Wu Yun-Wu deleted the widgets branch October 4, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants