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

Merging latest beta features that enhance overall visualizations and user experience #221

Merged
merged 265 commits into from
Oct 21, 2020

Conversation

Theqwertypusher
Copy link
Contributor

Description

The latest beta features focused on improving data visualizations and overall user experience by introducing new functionality for visualized components and converting previous D3 visualizations to VISX.

Changes made

  1. Expanded compatibility with Recoil’s newest update (0.0.13)
  2. Added visualization for atom/selectors/component mapping
  3. Improved history tab by contextualizing snapshots with a dynamic legend
  4. Re-envisioned the component map by incorporating a brand new visualization
    D3/React library called VISX to provide users with more robust views
  5. Revamped the performance tab to better visualize component rendering trends and
    potential performance bottleneck as state changes
  6. Giving visualized components onHover functionality that highlights corresponding
    DOM elements
  7. Overall general enhancements to the codebase (improving modularity, reducing
    technical debt, and enhancing onboarding)

react-calculator-demo

recoil-todo-demo

SanjayLavingia and others added 30 commits October 5, 2020 13:08
… over a Node in the component map on the frontend, it runs the dummy function for onHover
…lization - optimization can be made, currently nested for loop
…ut duplicate snapshots without having to re-render the clusterData object everytime
…ed useStoreContext at the top, cleaned file of console.logs
AlexanderLanderos and others added 21 commits October 20, 2020 11:08
…the orientation is horizontal, this was causing a display issue where the step was vevertical and not matching
VISX cleanup and comments added for clarity, also disabled features that are not needed
Updated readme and digital assets for logos
(updated) manifest version from 5.0.0 to 6.0.0
Copy link
Contributor

@VNguyenCode VNguyenCode left a comment

Choose a reason for hiding this comment

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

This looks great - we made great improvements to the visual interfaces, Recoil compatibility in the other sections look good, and the onHover feature will provide enhanced interactivity for our users with the application.

Copy link
Contributor

@SanjayLavingia SanjayLavingia left a comment

Choose a reason for hiding this comment

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

Great job! Really appreciate everyone's hard work with all the features!

Copy link
Contributor

@guizzettic guizzettic left a comment

Choose a reason for hiding this comment

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

Awesome work team. Great job reducing technical debt, improving the performance of the applicatoin, as well as updating the visualization of the app.

Copy link
Contributor

@AlexanderLanderos AlexanderLanderos left a comment

Choose a reason for hiding this comment

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

Excellent work team

@Theqwertypusher Theqwertypusher merged commit 37ae68c into open-source-labs:master Oct 21, 2020
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.

5 participants