-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Data Analytics Dashboard on a Listing #32
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
Conversation
…plicants for given listingId)
update "feat/data-analytics" branch with upstream code from "dev/0.2
…icants for those metrics
jinyoungbang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from UI/UX issues, I think this feature is solid and functional – overall, amazing job and LGTM! Feel free to merge the PR yourself since it'd be cool for you to leave a mark @wderocco8
We can work on how to best refactor this page and add other features later on or as an extension!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely – I was actually planning to do this for refactoring but this will make organizing code so much more easily!
What does this PR do?
This is the initial draft of a data analytics feature that is linked to each ListingCard. It enables users to visualize the distribution of key metrics for PCT applicants (e.g.
gpa,major,minor,class...) usingrechartspie charts. This branch requires an additional dependency (recharts), so be sure to runnpm installin theportaldirectory in order to use this feature.Type of change
Tests Performed
So far, only some basic preliminary tests have been performed, but they appear to be successful. To test for yourself:
Listingor use an old one (be sure that the listing is populated with applicants)settingsicon on the lisitnginsightsScreenshots
Additional Comments
hehe my first PR draft 👹