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

feat: count plots #100

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c03b7fb
feat: added bar chart of counts by year
gtdang Dec 17, 2024
0e419a4
feat: added line plot with cumulative publications sum
gtdang Dec 17, 2024
8921b68
feat: added barplot and cumulative lineplot duel axis figure
gtdang Dec 17, 2024
27c7cbd
refactor: simplified plot functions to a single function CountsByYear…
gtdang Dec 18, 2024
e62e91d
chore: firebase init functions boiler plate
gtdang Dec 18, 2024
1cb857d
refactor: replace hardcode input with shared const
gtdang Dec 18, 2024
ac65b9a
feat: count publications by year function
gtdang Dec 20, 2024
4a6ded5
refactor: moved functions to index.js
gtdang Jan 8, 2025
5fdc099
ci: removed independent function-scoped linting
gtdang Jan 8, 2025
7be6a89
refactor: abstracted year aggregation function
gtdang Jan 10, 2025
20a14dd
build: added jest dependency
gtdang Jan 10, 2025
25ade38
test: unit tests for year aggregations
gtdang Jan 10, 2025
f3f9d87
ci: added running of unit tests pre-deployment
gtdang Jan 10, 2025
4c16a0e
refactor: renamed function to a more generalized name
gtdang Jan 14, 2025
b742613
Merge pull request #101 from brown-ccv/firebase-count-function
gtdang Jan 15, 2025
dc084ca
refactor: change aggregation doc name
gtdang Jan 15, 2025
fcfb2bd
feat: added function to aggregation documents from firestore
gtdang Jan 17, 2025
8716170
refactor: updated CountsByYearPlot function to use fetched data from …
gtdang Jan 17, 2025
719ea51
refactor: formatting
gtdang Jan 17, 2025
969291e
chore: remove log comment
gtdang Jan 22, 2025
11eb152
refactor: only allow export actions on plots
gtdang Jan 28, 2025
c7637cb
Merge pull request #102 from brown-ccv/connect-aggregation
gtdang Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading