From 7746e314c5326bad0f943b957d4985336d3abd56 Mon Sep 17 00:00:00 2001 From: Jessica Cheng <31293603+JessicaLucindaCheng@users.noreply.github.com> Date: Fri, 13 May 2022 17:09:22 -0700 Subject: [PATCH] Sm 1 feature homepage launch (#25) * Update meeting data * Update meeting data * Update contributor and language data * Added few points to issue progression action item Added few points to issue progression action item * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Update add labels trigger #2939 (#3042) * Update add-labels-template.md * Update add-labels-template.md Rearranged original note * Update open-community-survey.md * Updated pre-work developer template * Changed typo in _projects/home-unite-us.md from 'non-profits' to 'nonprofits'. (#3062) * Update meeting data * Update contributor and language data * fixed the spelling of sustainability (#3067) * Update pre-work dev issue template * Update meeting data * Update contributor and language data * Update issue templates Added Wiki: Research Plan Review: [REPLACE WITH NAME OF PAGE] * Updated Project Profile Card review and update issue template * Update issue templates updated designer time * Updated Credits file template: Edit content field and remove type field * Updated Credits file template: Edit content field and remove type field * Update meeting data * Update contributor and language data * Fix misspelling of "community" on line 93 of pages/join-us.html (#3072) * Update meeting data * Update contributor and language data * Added feature-tech-dropdown branch * Update meeting data * Added feature-tech-dropdown branch * Added feature-tech-dropdown branch * Update contributor and language data * changed the spelling from webapp to web app on line 56 (#3073) * Update meeting data * Update contributor and language data * Revert " changed the spelling from webapp to web app on line 56 (#3073)" (#3078) This reverts commit f6deeff7930e469bb2edffff3d15d006a97077ea. * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Edit content field and remove type field from avatar.yml credits file 2793 (#3079) * Delete unused project-filter.js file (#3081) * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * fixed spelling of non-profit to nonprofit, line 77, join-us.html (#3076) * fixed spelling of non-profit to nonprofit, line 77, join-us.html * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Add so go survey credit page 3022 (#3043) * add new headers and tools section to credit page * updated to empty alt tags for tools section * fix snytax errors * fix spacing in code and website page * Fix indentation and add functionality for additional teams in "By:" field * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Update meeting data * Update contributor and language data * Edited items on how to pick up your first issue. Edited items on how to pick up your first issue. * Create new Privacy Policy page and its credit, and edit label (#3083) * Added privacy-policy.jpg * Add privacy-policy.yml to credits * Added initial privacy-policy scss and html files * Added header and overview section * Redoing the html page from scratch * Added a line in main.scss to import privacy-policy.scss * Added header section * Added the content for section Visiting HackforLA.org * Added content for section Email Addresses * Added content for Google Analytics section * Added content up through and including Third party service providers section * Finished adding all the content in the HTML file * Moved the import of privacy-policy.scss to the bottom of the components section Reason is it didn't make sense that I just put it in the middle on the components section without any reason. * Added styling for desktop version of page * Added mobile styling and finished desktop styling * Updated privacy-policy.yml credit * Fixed styling * Fixed styling * Added spacing before the address on the bottom of the page * Clarified "Project Profile Card review and update" template * Update meeting data * Update contributor and language data Co-authored-by: GitHub Actions Bot Co-authored-by: Saumil Dhankar Co-authored-by: Poorvi Rao <41170744+poorvi4@users.noreply.github.com> Co-authored-by: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com> Co-authored-by: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com> Co-authored-by: gardenqu <86074391+gardenqu@users.noreply.github.com> Co-authored-by: Simone Campbell <70714034+sacamp@users.noreply.github.com> Co-authored-by: Trisha Johnson <66317088+trishajjohnson@users.noreply.github.com> Co-authored-by: Erick Odero <84427589+eodero@users.noreply.github.com> Co-authored-by: Devin Krizwold <95888938+Sparky-code@users.noreply.github.com> Co-authored-by: Matthew Arofin <98365396+matt-arofin@users.noreply.github.com> Co-authored-by: Jay Barbanel <89555843+JayBarbanel@users.noreply.github.com> Co-authored-by: Jaret Balba <93153059+Jaretzbalba@users.noreply.github.com> --- .../ISSUE_TEMPLATE/alt-text-audit---design.md | 3 +- ...dit-content-field-and-remove-type-field.md | 4 +- .../pre-work-template---design.md | 2 +- .../ISSUE_TEMPLATE/pre-work-template--dev.md | 24 +- .../project-profile-card-review-and-update.md | 4 +- ...an-review----replace-with-name-of-page-.md | 63 + .github/workflows/pr-instructions.yml | 1 + .github/workflows/pull-request-trigger.yml | 1 + .github/workflows/set-pr-labels.yaml | 1 + _data/external/github-data.json | 3078 ++++++++++------- _data/external/vrms_data.json | 2 +- _data/internal/credits/avatar.yml | 3 +- _data/internal/credits/privacy-policy.yml | 11 + _data/internal/credits/tools/so-go-survey.yml | 18 + .../program-areas/environment-card.yml | 2 +- _layouts/default.html | 1 - _projects/home-unite-us.md | 2 +- _projects/open-community-survey.md | 4 +- _sass/components/_credit-items.scss | 38 +- _sass/components/_privacy-policy.scss | 77 + _sass/main.scss | 1 + assets/images/credits/so-go-survey.png | Bin 0 -> 5875 bytes .../images/privacy-policy/privacy-policy.jpg | Bin 0 -> 159070 bytes assets/js/project-filter.js | 252 -- .../add-labels-template.md | 4 + pages/credits.html | 62 +- pages/join-us.html | 4 +- pages/privacy-policy.html | 190 + 28 files changed, 2333 insertions(+), 1519 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md create mode 100644 _data/internal/credits/privacy-policy.yml create mode 100644 _data/internal/credits/tools/so-go-survey.yml create mode 100644 _sass/components/_privacy-policy.scss create mode 100644 assets/images/credits/so-go-survey.png create mode 100644 assets/images/privacy-policy/privacy-policy.jpg delete mode 100644 assets/js/project-filter.js create mode 100644 pages/privacy-policy.html diff --git a/.github/ISSUE_TEMPLATE/alt-text-audit---design.md b/.github/ISSUE_TEMPLATE/alt-text-audit---design.md index 7400af218d..a6ab3f6712 100644 --- a/.github/ISSUE_TEMPLATE/alt-text-audit---design.md +++ b/.github/ISSUE_TEMPLATE/alt-text-audit---design.md @@ -2,7 +2,8 @@ name: Alt Text Audit - Design about: WCAG Audit title: Review alt text for WCAG compliance on [insert page name here] page -labels: 'Feature: Accessibility, role: design, Size: Small' +labels: 'Feature: Accessibility, Feature: Onboarding/Contributing.md, prework, Ready + for Milestone, role: design, Size: Small, size: 1pt' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/credits-file-template--edit-content-field-and-remove-type-field.md b/.github/ISSUE_TEMPLATE/credits-file-template--edit-content-field-and-remove-type-field.md index c1925f0f60..abee9017e4 100644 --- a/.github/ISSUE_TEMPLATE/credits-file-template--edit-content-field-and-remove-type-field.md +++ b/.github/ISSUE_TEMPLATE/credits-file-template--edit-content-field-and-remove-type-field.md @@ -31,11 +31,13 @@ For the file `_data/internal/credits/[INSERT FILE NAME HERE].yml`, do the follow ``` content-type: image ``` - - [ ] Remove line [ADD LINE NUMBER WHICH HAS TYPE] for the type field ``` type: [INSERT THE CURRENT TEXT ON THE FILE HERE] ``` +- [ ] Once the pull request associated with this issue is approved and merged, please update and edit epic #2775 by + - [ ] Checking off the dependency for this issue + - [ ] If all dependencies are checked off, please move issue #2775 to the New Issue Approval column and remove the Dependency label ### Resources/Instructions - This issue is tracked in the epic #2775. diff --git a/.github/ISSUE_TEMPLATE/pre-work-template---design.md b/.github/ISSUE_TEMPLATE/pre-work-template---design.md index e423d57db7..ca16b1231e 100644 --- a/.github/ISSUE_TEMPLATE/pre-work-template---design.md +++ b/.github/ISSUE_TEMPLATE/pre-work-template---design.md @@ -23,7 +23,7 @@ As a new designer on the HfLA website UX team, fill in the following fields as y - [ ] Add this issue to Projects: Project Board (gear in right side panel) - [ ] Confirm that team lead has given you login credentials for the team Miro and Figma accounts - [ ] Attend weekly team meetings: - - [ ] UX weekly team meeting, Thursdays 5pm PST + - [ ] UX weekly team meeting, Wednesday 2:30 pm PST - [ ] All team meeting (UX, Development, Product), Sunday 10am PST - [ ] Review [Design_Short Term Goals, Plan, and Tasks](https://docs.google.com/document/d/1FxwgdnWBbbQ8Pi3tspnukZTWwXtqnRXfNkNhVMEloY0/edit) - [ ] Review the [Start Here](https://www.figma.com/file/0RRPy1Ph7HafI3qOITg0Mr/Hack-for-LA-Website?node-id=8561%3A72465) and [Design System](https://www.figma.com/file/0RRPy1Ph7HafI3qOITg0Mr/Hack-for-LA-Website?node-id=3464%3A3) pages in Figma diff --git a/.github/ISSUE_TEMPLATE/pre-work-template--dev.md b/.github/ISSUE_TEMPLATE/pre-work-template--dev.md index 2132841760..400dff9a24 100644 --- a/.github/ISSUE_TEMPLATE/pre-work-template--dev.md +++ b/.github/ISSUE_TEMPLATE/pre-work-template--dev.md @@ -16,9 +16,10 @@ As a new developer on the HfLA website team, fill in the following fields as you ### Action Items - [ ] Add yourself to the #hfla-site and #hfla-site-pr Slack channels -- [ ] Share your Gmail address and GitHub handle with the team lead so you can be added to the Google Drive and the website-write team -- [ ] (Once added to the Drive) Add yourself to the [team roster](https://docs.google.com/spreadsheets/d/11u71eT-rZTKvVP8Yj_1rKxf2V45GCaFz4AXA7tS_asM/edit#gid=0) -- [ ] Confirm with the team lead that they have added you to the zoom meeting calendar invites and GitHub repository +- [ ] Share your Gmail address with the team lead so you can be added to the Google Drive +- [ ] Also, confirm with the team lead that they have added you to the Zoom meeting calendar invites +- [ ] (Once added to the Drive) Add yourself to the [team roster](https://docs.google.com/spreadsheets/d/11u71eT-rZTKvVP8Yj_1rKxf2V45GCaFz4AXA7tS_asM/edit#gid=0) +- [ ] After you have finished adding yourself to the roster, let a team lead know you have added yourself to the roster and would like to be added to the `website-write` and `website` teams on GitHub - [ ] Once added to the website-write team: - [ ] Self Assign this issue (gear in right side panel) - [ ] Add the "role: front end" or "role: back end" or both label(s) to this issue and remove the "role missing" label @@ -32,8 +33,8 @@ As a new developer on the HfLA website team, fill in the following fields as you - [ ] Complete steps 1.1 - 1.6 in [Part 1: Setting up the development environment within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#part-1-setting-up-the-development-environment) - [ ] OPTIONAL: If you run into any issues, use [4.1 How do I ask for help within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#41-what-do-i-do-if-i-need-help) as a visual example to get a hold of our [HfLA website leadership team](https://github.com/hackforla/website/projects/7#card-69730135). That way we can help you resolve any set up issues immediately. - [ ] Read section 2.1 - 2.4 in [Part 2: How the Website team works with GitHub issues within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#part-2-how-the-website-team-works-with-github-issues) + - [ ] Follow the steps in section [2.3 Where can I find GitHub issues to work on?](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#23-where-can-i-find-github-issues-to-work-on) to assign yourself your first issue under the Project Board's Prioritized Backlog column and use [2.7 Working on a Issue within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#27-working-on-an-issue) to start working on your issue - [ ] Read [2.6 What to do when you need to stop mid issue](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#26-what-to-do-when-you-need-to-stop-mid-issue) - - [ ] Use the information from part 2 to assign yourself your first issue under the Project Board's Prioritized Backlog column and use [2.7 Working on a Issue within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#27-working-on-an-issue) to start working on your issue - [ ] Once you take a good first issue, you will provide estimates and progress reports. Also, once you finish providing your "Estimate" action item below, please answer the question in the "Time spent so far" action item (also below). - [ ] Estimate: Copy the below and put it in the "good first issue" that you picked. Check this box when you have completed this task so that we can identify if you understood the instructions and know what to do on all subsequent issues upon assignment. @@ -59,16 +60,19 @@ As a new developer on the HfLA website team, fill in the following fields as you - [ ] Please work on only one issue at a time and wait until your pull request is merged before picking up another issue. - [ ] Read and understand how we progress through issues. Then, you can check this off. Progress through issues with increasing complexity in the following order: - - Good first issue - - Good second issue - - Small - - Medium - - Large + - Good first issue (one per person) + - Good second issue (one per person) + - Small (one per person, with some exceptions, see below) + - Medium (you can work on more than one medium issue, but only one at a time) + - Large (you can work on more than one large issue, but only one at a time) - The reasons for this progression are: - The issues start out as being prescriptive and become less so as you gain more experience by working through increasingly complex issues. - We are trying to teach you the team methodology through the issues themselves. - It ensures you understand what we expect and the quality of contributions. -- [ ] Go familiarize yourself with the [Hack for LA Design System page in Figma](https://www.figma.com/file/0RRPy1Ph7HafI3qOITg0Mr/Hack-for-LA-Website?node-id=3464%3A3) (where you can see components and their classes) + - You can work on back-to-back small issues if it meets the following criteria: + - You are learning something new and need to work on an issue of a lesser complexity + - Special request by a lead or pm +- [ ] Go familiarize yourself with the [Hack for LA Design System page in Figma](https://www.figma.com/file/0RRPy1Ph7HafI3qOITg0Mr/Hack-for-LA-Website?node-id=3464%3A3) (where you can see components and their SCSS classes) - [ ] Once all tasks are completed, close this issue. This issue will remain open until you get through your first progress report. Once you have done that, we are confident you know how to keep the momentum going on your issue and keep your team informed. ### What should I do if I have a question about an issue I'm working on, and I haven't gotten a response yet? diff --git a/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.md b/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.md index 3267c4b21f..a4231035ab 100644 --- a/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.md +++ b/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.md @@ -17,7 +17,7 @@ _insert url of their card here before sending - their cards can be found in this ### Action Items - [ ] [INSERT TEAM NAME HERE] Team Leadership - - [ ] Please check off everything that is ok the way that it is, and if not, please provide the updated information in the comments below: + - [ ] Please check off everything that is ok the way that it is, and if not, please provide the updated information in a new comment below: - [ ] title - [ ] description - [ ] image @@ -36,7 +36,7 @@ _insert url of their card here before sending - their cards can be found in this - [ ] partner - [ ] tools - [ ] status - - [ ] Open an issue on VRMS to update the meeting times and provide the link to the new issue in the comment below + - [ ] If you need updates to your meeting times, open an issue on VRMS to update the meeting times and provide the link to the new issue in a new comment below ### Resources [VRMS Add/edit team meeting time template issue](https://github.com/hackforla/VRMS/issues/new?assignees=&labels=1+week+change+request&template=add-edit-team-meeting-time.md&title=Meeting+time+change+request+for+%5BProject+Name%5D) diff --git a/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md b/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md new file mode 100644 index 0000000000..046a0ba3ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md @@ -0,0 +1,63 @@ +--- +name: 'Wiki: Research Plan Review: [REPLACE WITH NAME OF PAGE]' +about: Research Plan Review +title: 'Wiki: Research Plan Review: [REPLACE WITH NAME OF PAGE]' +labels: 'Feature: Wiki, role: user research, size: 0.5pt' +assignees: sacamp + +--- + +### Overview +We need to make all the research pages in the wiki uniform so that we can determine what is missing and what next steps are + +### Action Items +- [ ] Review [REPLACE WITH NAME OF PAGE] of the wiki to make sure it has the correct format +- [ ] Add any titles that are missing +- [ ] Move content into the correct categories +- [ ] Order the items the same way that they exist in the format template below +- [ ] Take Inventory of Assets + - [ ] Name of Research + - [ ] Research Date: + - [ ] Current Status + - [ ] Outstanding task items + - [ ] Research Plan (including Audience Identification documentation) + - [ ] Scripts + - [ ] Interview recordings & Transcripts + - [ ] Synthesis (Miro or Figjam) + - [ ] Presentation of Findings + - [ ] Action Items Spreadsheet +- [ ] Check to see if there are more assets or assets (in the folder) from related research that are needed on this page, and add them +- [ ] Evaluate all the research assets and summarize the status of the research under "Current Status" +- [ ] List out next steps under "Outstanding Task Items" + + +### Resources/Instructions +[Research Wiki page](https://github.com/hackforla/website/wiki/UI-UX-Researcher) +[Direct link to page] +[Spreadsheet](https://docs.google.com/spreadsheets/d/1ZdUOlFx0DrM6jUfjcIwGw42Fpgba_pQVlaKPL-DBy38/edit#gid=0) +[Folder for the research] + +#### Format for wiki page +``` +# [Name of Research] + +## Research Date: + +## Current Status + +## Outstanding task items + +## Assets + +### Research Plan (including Audience Identification documentation) + +### Scripts + +### Interview recordings & Transcripts + +### Synthesis (Miro or Figjam) + +### Presentation of Findings + +### Action Items Spreadsheet +``` diff --git a/.github/workflows/pr-instructions.yml b/.github/workflows/pr-instructions.yml index 78a4b951bf..e3ca4b20cd 100644 --- a/.github/workflows/pr-instructions.yml +++ b/.github/workflows/pr-instructions.yml @@ -5,6 +5,7 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' + - 'feature-tech-dropdown' jobs: Add-Pull-Request-Instructions: diff --git a/.github/workflows/pull-request-trigger.yml b/.github/workflows/pull-request-trigger.yml index 71511c7afa..8cd962e0a2 100644 --- a/.github/workflows/pull-request-trigger.yml +++ b/.github/workflows/pull-request-trigger.yml @@ -5,6 +5,7 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' + - 'feature-tech-dropdown' jobs: Hello-World: diff --git a/.github/workflows/set-pr-labels.yaml b/.github/workflows/set-pr-labels.yaml index 0ba8249cd9..b55657a5f6 100644 --- a/.github/workflows/set-pr-labels.yaml +++ b/.github/workflows/set-pr-labels.yaml @@ -6,6 +6,7 @@ on: branches: - 'gh-pages' - 'feature-homepage-launch' + - 'feature-tech-dropdown' jobs: generate-labels-artifact: diff --git a/_data/external/github-data.json b/_data/external/github-data.json index 07c6773cd4..a585f07a48 100644 --- a/_data/external/github-data.json +++ b/_data/external/github-data.json @@ -1,5 +1,5 @@ [ - "Wed Apr 13 2022 11:07:22 GMT+0000 (Coordinated Universal Time)", + "Thu May 05 2022 11:07:37 GMT+0000 (Coordinated Universal Time)", { "id": 76137532, "name": "webapp", @@ -1757,14 +1757,14 @@ "github_url": "https://github.com/HackforLABot", "avatar_url": "https://avatars.githubusercontent.com/u/64623632?v=4", "gravatar_id": "", - "contributions": 1360 + "contributions": 1403 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 103 + "contributions": 105 }, { "id": 5952, @@ -1815,6 +1815,13 @@ "gravatar_id": "", "contributions": 47 }, + { + "id": 31293603, + "github_url": "https://github.com/JessicaLucindaCheng", + "avatar_url": "https://avatars.githubusercontent.com/u/31293603?v=4", + "gravatar_id": "", + "contributions": 44 + }, { "id": 53061723, "github_url": "https://github.com/jbubar", @@ -1822,13 +1829,6 @@ "gravatar_id": "", "contributions": 35 }, - { - "id": 31293603, - "github_url": "https://github.com/JessicaLucindaCheng", - "avatar_url": "https://avatars.githubusercontent.com/u/31293603?v=4", - "gravatar_id": "", - "contributions": 34 - }, { "id": 1783439, "github_url": "https://github.com/thekaveman", @@ -1892,6 +1892,13 @@ "gravatar_id": "", "contributions": 15 }, + { + "id": 843538, + "github_url": "https://github.com/SAUMILDHANKAR", + "avatar_url": "https://avatars.githubusercontent.com/u/843538?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 79426767, "github_url": "https://github.com/IsaacDesigns", @@ -1920,13 +1927,6 @@ "gravatar_id": "", "contributions": 11 }, - { - "id": 843538, - "github_url": "https://github.com/SAUMILDHANKAR", - "avatar_url": "https://avatars.githubusercontent.com/u/843538?v=4", - "gravatar_id": "", - "contributions": 11 - }, { "id": 10714770, "github_url": "https://github.com/averdin2", @@ -2067,6 +2067,13 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 93153059, + "github_url": "https://github.com/Jaretzbalba", + "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", + "gravatar_id": "", + "contributions": 6 + }, { "id": 9373317, "github_url": "https://github.com/glenflorendo", @@ -2109,13 +2116,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 93153059, - "github_url": "https://github.com/Jaretzbalba", - "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 74695640, "github_url": "https://github.com/JimGeist", @@ -2186,6 +2186,13 @@ "gravatar_id": "", "contributions": 5 }, + { + "id": 95888938, + "github_url": "https://github.com/Sparky-code", + "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 74341752, "github_url": "https://github.com/alexeysergeev-cm", @@ -2362,16 +2369,16 @@ "contributions": 4 }, { - "id": 67162265, - "github_url": "https://github.com/blulady", - "avatar_url": "https://avatars.githubusercontent.com/u/67162265?v=4", + "id": 6194542, + "github_url": "https://github.com/RyanCahela", + "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", "gravatar_id": "", "contributions": 4 }, { - "id": 95888938, - "github_url": "https://github.com/Sparky-code", - "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", + "id": 67162265, + "github_url": "https://github.com/blulady", + "avatar_url": "https://avatars.githubusercontent.com/u/67162265?v=4", "gravatar_id": "", "contributions": 4 }, @@ -2529,6 +2536,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 41170744, + "github_url": "https://github.com/poorvi4", + "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 75314672, "github_url": "https://github.com/tarang100", @@ -2550,13 +2564,6 @@ "gravatar_id": "", "contributions": 3 }, - { - "id": 6194542, - "github_url": "https://github.com/RyanCahela", - "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", - "gravatar_id": "", - "contributions": 3 - }, { "id": 188812, "github_url": "https://github.com/vepkenez", @@ -2662,13 +2669,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 41170744, - "github_url": "https://github.com/poorvi4", - "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 97491889, "github_url": "https://github.com/Providence-o", @@ -2711,6 +2711,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 32424251, + "github_url": "https://github.com/Wny-Duong", + "avatar_url": "https://avatars.githubusercontent.com/u/32424251?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 47850167, "github_url": "https://github.com/chrisfoose", @@ -2788,6 +2795,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 84427589, + "github_url": "https://github.com/eodero", + "avatar_url": "https://avatars.githubusercontent.com/u/84427589?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 77037013, "github_url": "https://github.com/y20s", @@ -2809,6 +2823,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 89555843, + "github_url": "https://github.com/JayBarbanel", + "avatar_url": "https://avatars.githubusercontent.com/u/89555843?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 27145, "github_url": "https://github.com/joelparkerhenderson", @@ -2851,6 +2872,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 98365396, + "github_url": "https://github.com/matt-arofin", + "avatar_url": "https://avatars.githubusercontent.com/u/98365396?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 76717187, "github_url": "https://github.com/Melissa3030", @@ -2907,6 +2935,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 70714034, + "github_url": "https://github.com/sacamp", + "avatar_url": "https://avatars.githubusercontent.com/u/70714034?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 61949370, "github_url": "https://github.com/amanSH39", @@ -2935,6 +2970,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 66317088, + "github_url": "https://github.com/trishajjohnson", + "avatar_url": "https://avatars.githubusercontent.com/u/66317088?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 31749447, "github_url": "https://github.com/tmax818", @@ -2942,6 +2984,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 86074391, + "github_url": "https://github.com/gardenqu", + "avatar_url": "https://avatars.githubusercontent.com/u/86074391?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 53354782, "github_url": "https://github.com/its-chowtime", @@ -2965,28 +3014,28 @@ "github_url": "https://github.com/apps/github-actions", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "contributions": 2229 + "contributions": 2367 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 1371 + "contributions": 1395 }, { "id": 31293603, "github_url": "https://github.com/JessicaLucindaCheng", "avatar_url": "https://avatars.githubusercontent.com/u/31293603?v=4", "gravatar_id": "", - "contributions": 782 + "contributions": 900 }, { "id": 843538, "github_url": "https://github.com/SAUMILDHANKAR", "avatar_url": "https://avatars.githubusercontent.com/u/843538?v=4", "gravatar_id": "", - "contributions": 519 + "contributions": 621 }, { "id": 62368440, @@ -3016,6 +3065,13 @@ "gravatar_id": "", "contributions": 269 }, + { + "id": 38295612, + "github_url": "https://github.com/alyssabenipayo", + "avatar_url": "https://avatars.githubusercontent.com/u/38295612?v=4", + "gravatar_id": "", + "contributions": 260 + }, { "id": 18221058, "github_url": "https://github.com/KianBadie", @@ -3023,26 +3079,19 @@ "gravatar_id": "", "contributions": 259 }, - { - "id": 38295612, - "github_url": "https://github.com/alyssabenipayo", - "avatar_url": "https://avatars.githubusercontent.com/u/38295612?v=4", - "gravatar_id": "", - "contributions": 255 - }, { "id": 21162229, "github_url": "https://github.com/abuna1985", "avatar_url": "https://avatars.githubusercontent.com/u/21162229?v=4", "gravatar_id": "", - "contributions": 250 + "contributions": 255 }, { "id": 48004150, "github_url": "https://github.com/macho-catt", "avatar_url": "https://avatars.githubusercontent.com/u/48004150?v=4", "gravatar_id": "", - "contributions": 248 + "contributions": 250 }, { "id": 55627107, @@ -3086,6 +3135,13 @@ "gravatar_id": "", "contributions": 125 }, + { + "id": 97491889, + "github_url": "https://github.com/Providence-o", + "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", + "gravatar_id": "", + "contributions": 121 + }, { "id": 10714770, "github_url": "https://github.com/averdin2", @@ -3100,13 +3156,6 @@ "gravatar_id": "", "contributions": 112 }, - { - "id": 97491889, - "github_url": "https://github.com/Providence-o", - "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", - "gravatar_id": "", - "contributions": 112 - }, { "id": 79426767, "github_url": "https://github.com/IsaacDesigns", @@ -3128,6 +3177,13 @@ "gravatar_id": "", "contributions": 96 }, + { + "id": 70714034, + "github_url": "https://github.com/sacamp", + "avatar_url": "https://avatars.githubusercontent.com/u/70714034?v=4", + "gravatar_id": "", + "contributions": 82 + }, { "id": 67438372, "github_url": "https://github.com/erikaBell", @@ -3149,13 +3205,6 @@ "gravatar_id": "", "contributions": 71 }, - { - "id": 70714034, - "github_url": "https://github.com/sacamp", - "avatar_url": "https://avatars.githubusercontent.com/u/70714034?v=4", - "gravatar_id": "", - "contributions": 69 - }, { "id": 40401149, "github_url": "https://github.com/arghmatey", @@ -3163,6 +3212,13 @@ "gravatar_id": "", "contributions": 60 }, + { + "id": 57715733, + "github_url": "https://github.com/tamara-snyder", + "avatar_url": "https://avatars.githubusercontent.com/u/57715733?v=4", + "gravatar_id": "", + "contributions": 59 + }, { "id": 50648001, "github_url": "https://github.com/leonelRos", @@ -3171,11 +3227,11 @@ "contributions": 57 }, { - "id": 57715733, - "github_url": "https://github.com/tamara-snyder", - "avatar_url": "https://avatars.githubusercontent.com/u/57715733?v=4", + "id": 95888938, + "github_url": "https://github.com/Sparky-code", + "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", "gravatar_id": "", - "contributions": 53 + "contributions": 54 }, { "id": 67209686, @@ -3184,6 +3240,13 @@ "gravatar_id": "", "contributions": 53 }, + { + "id": 36783010, + "github_url": "https://github.com/answebdev", + "avatar_url": "https://avatars.githubusercontent.com/u/36783010?v=4", + "gravatar_id": "", + "contributions": 52 + }, { "id": 56898767, "github_url": "https://github.com/yuikomajima", @@ -3191,6 +3254,13 @@ "gravatar_id": "", "contributions": 47 }, + { + "id": 67162265, + "github_url": "https://github.com/blulady", + "avatar_url": "https://avatars.githubusercontent.com/u/67162265?v=4", + "gravatar_id": "", + "contributions": 47 + }, { "id": 31682285, "github_url": "https://github.com/anthonysim", @@ -3206,11 +3276,11 @@ "contributions": 46 }, { - "id": 67162265, - "github_url": "https://github.com/blulady", - "avatar_url": "https://avatars.githubusercontent.com/u/67162265?v=4", + "id": 85038929, + "github_url": "https://github.com/Carlos-A-P", + "avatar_url": "https://avatars.githubusercontent.com/u/85038929?v=4", "gravatar_id": "", - "contributions": 45 + "contributions": 44 }, { "id": 49918375, @@ -3219,13 +3289,6 @@ "gravatar_id": "", "contributions": 43 }, - { - "id": 36783010, - "github_url": "https://github.com/answebdev", - "avatar_url": "https://avatars.githubusercontent.com/u/36783010?v=4", - "gravatar_id": "", - "contributions": 42 - }, { "id": 77212035, "github_url": "https://github.com/adrian-zaragoza", @@ -3240,6 +3303,13 @@ "gravatar_id": "", "contributions": 37 }, + { + "id": 81049661, + "github_url": "https://github.com/kathrynsilvaconway", + "avatar_url": "https://avatars.githubusercontent.com/u/81049661?v=4", + "gravatar_id": "", + "contributions": 36 + }, { "id": 64928677, "github_url": "https://github.com/jenjen26", @@ -3261,31 +3331,24 @@ "gravatar_id": "", "contributions": 32 }, - { - "id": 69860036, - "github_url": "https://github.com/martham0", - "avatar_url": "https://avatars.githubusercontent.com/u/69860036?v=4", - "gravatar_id": "", - "contributions": 32 - }, { "id": 63771558, "github_url": "https://github.com/R-Tomas-Gonzalez", "avatar_url": "https://avatars.githubusercontent.com/u/63771558?v=4", "gravatar_id": "", - "contributions": 30 + "contributions": 32 }, { - "id": 85038929, - "github_url": "https://github.com/Carlos-A-P", - "avatar_url": "https://avatars.githubusercontent.com/u/85038929?v=4", + "id": 69860036, + "github_url": "https://github.com/martham0", + "avatar_url": "https://avatars.githubusercontent.com/u/69860036?v=4", "gravatar_id": "", - "contributions": 30 + "contributions": 32 }, { - "id": 95888938, - "github_url": "https://github.com/Sparky-code", - "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", + "id": 94150856, + "github_url": "https://github.com/summerharveyux", + "avatar_url": "https://avatars.githubusercontent.com/u/94150856?v=4", "gravatar_id": "", "contributions": 30 }, @@ -3297,18 +3360,18 @@ "contributions": 29 }, { - "id": 83432699, - "github_url": "https://github.com/Georgema20", - "avatar_url": "https://avatars.githubusercontent.com/u/83432699?v=4", + "id": 30394037, + "github_url": "https://github.com/A-BMT02", + "avatar_url": "https://avatars.githubusercontent.com/u/30394037?v=4", "gravatar_id": "", "contributions": 29 }, { - "id": 30394037, - "github_url": "https://github.com/A-BMT02", - "avatar_url": "https://avatars.githubusercontent.com/u/30394037?v=4", + "id": 83432699, + "github_url": "https://github.com/Georgema20", + "avatar_url": "https://avatars.githubusercontent.com/u/83432699?v=4", "gravatar_id": "", - "contributions": 28 + "contributions": 29 }, { "id": 42919318, @@ -3325,23 +3388,23 @@ "contributions": 28 }, { - "id": 94150856, - "github_url": "https://github.com/summerharveyux", - "avatar_url": "https://avatars.githubusercontent.com/u/94150856?v=4", + "id": 69996875, + "github_url": "https://github.com/luke-karis", + "avatar_url": "https://avatars.githubusercontent.com/u/69996875?v=4", "gravatar_id": "", - "contributions": 28 + "contributions": 27 }, { - "id": 81049661, - "github_url": "https://github.com/kathrynsilvaconway", - "avatar_url": "https://avatars.githubusercontent.com/u/81049661?v=4", + "id": 85914721, + "github_url": "https://github.com/ahoang94", + "avatar_url": "https://avatars.githubusercontent.com/u/85914721?v=4", "gravatar_id": "", "contributions": 27 }, { - "id": 85914721, - "github_url": "https://github.com/ahoang94", - "avatar_url": "https://avatars.githubusercontent.com/u/85914721?v=4", + "id": 95264760, + "github_url": "https://github.com/ShrutiMukherjee", + "avatar_url": "https://avatars.githubusercontent.com/u/95264760?v=4", "gravatar_id": "", "contributions": 27 }, @@ -3381,31 +3444,31 @@ "contributions": 26 }, { - "id": 58455740, - "github_url": "https://github.com/ethanh256", - "avatar_url": "https://avatars0.githubusercontent.com/u/58455740?v=4", + "id": 52765927, + "github_url": "https://github.com/1anya1", + "avatar_url": "https://avatars.githubusercontent.com/u/52765927?v=4", "gravatar_id": "", "contributions": 25 }, { - "id": 95264760, - "github_url": "https://github.com/ShrutiMukherjee", - "avatar_url": "https://avatars.githubusercontent.com/u/95264760?v=4", + "id": 58455740, + "github_url": "https://github.com/ethanh256", + "avatar_url": "https://avatars0.githubusercontent.com/u/58455740?v=4", "gravatar_id": "", "contributions": 25 }, - { - "id": 52765927, - "github_url": "https://github.com/1anya1", - "avatar_url": "https://avatars.githubusercontent.com/u/52765927?v=4", - "gravatar_id": "", - "contributions": 24 - }, { "id": 95259739, "github_url": "https://github.com/zzhoje", "avatar_url": "https://avatars.githubusercontent.com/u/95259739?v=4", "gravatar_id": "", + "contributions": 25 + }, + { + "id": 92415402, + "github_url": "https://github.com/JackieRiley1", + "avatar_url": "https://avatars.githubusercontent.com/u/92415402?v=4", + "gravatar_id": "", "contributions": 24 }, { @@ -3422,6 +3485,13 @@ "gravatar_id": "", "contributions": 23 }, + { + "id": 84518563, + "github_url": "https://github.com/harshitasao", + "avatar_url": "https://avatars.githubusercontent.com/u/84518563?v=4", + "gravatar_id": "", + "contributions": 23 + }, { "id": 86015625, "github_url": "https://github.com/anonymousanemone", @@ -3450,13 +3520,6 @@ "gravatar_id": "", "contributions": 22 }, - { - "id": 69996875, - "github_url": "https://github.com/luke-karis", - "avatar_url": "https://avatars.githubusercontent.com/u/69996875?v=4", - "gravatar_id": "", - "contributions": 22 - }, { "id": 83323065, "github_url": "https://github.com/SaashaG", @@ -3464,13 +3527,6 @@ "gravatar_id": "", "contributions": 22 }, - { - "id": 92415402, - "github_url": "https://github.com/JackieRiley1", - "avatar_url": "https://avatars.githubusercontent.com/u/92415402?v=4", - "gravatar_id": "", - "contributions": 22 - }, { "id": 7821047, "github_url": "https://github.com/abregorivas", @@ -3499,6 +3555,13 @@ "gravatar_id": "", "contributions": 21 }, + { + "id": 44554270, + "github_url": "https://github.com/usaboo", + "avatar_url": "https://avatars.githubusercontent.com/u/44554270?v=4", + "gravatar_id": "", + "contributions": 20 + }, { "id": 54752231, "github_url": "https://github.com/hannahlivnat", @@ -3507,11 +3570,11 @@ "contributions": 20 }, { - "id": 44554270, - "github_url": "https://github.com/usaboo", - "avatar_url": "https://avatars.githubusercontent.com/u/44554270?v=4", + "id": 100561599, + "github_url": "https://github.com/phuonguvan", + "avatar_url": "https://avatars.githubusercontent.com/u/100561599?v=4", "gravatar_id": "", - "contributions": 19 + "contributions": 20 }, { "id": 44656685, @@ -3534,6 +3597,13 @@ "gravatar_id": "", "contributions": 19 }, + { + "id": 93153059, + "github_url": "https://github.com/Jaretzbalba", + "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", + "gravatar_id": "", + "contributions": 19 + }, { "id": 40847248, "github_url": "https://github.com/Lol-Whut", @@ -3569,13 +3639,6 @@ "gravatar_id": "", "contributions": 18 }, - { - "id": 84518563, - "github_url": "https://github.com/harshitasao", - "avatar_url": "https://avatars.githubusercontent.com/u/84518563?v=4", - "gravatar_id": "", - "contributions": 18 - }, { "id": 38964454, "github_url": "https://github.com/mcspach", @@ -3583,6 +3646,13 @@ "gravatar_id": "", "contributions": 17 }, + { + "id": 38971729, + "github_url": "https://github.com/KazushiR", + "avatar_url": "https://avatars.githubusercontent.com/u/38971729?v=4", + "gravatar_id": "", + "contributions": 17 + }, { "id": 69206621, "github_url": "https://github.com/edeneault", @@ -3618,13 +3688,6 @@ "gravatar_id": "", "contributions": 16 }, - { - "id": 38971729, - "github_url": "https://github.com/KazushiR", - "avatar_url": "https://avatars.githubusercontent.com/u/38971729?v=4", - "gravatar_id": "", - "contributions": 16 - }, { "id": 43227293, "github_url": "https://github.com/dmcneary", @@ -3640,9 +3703,16 @@ "contributions": 16 }, { - "id": 100561599, - "github_url": "https://github.com/phuonguvan", - "avatar_url": "https://avatars.githubusercontent.com/u/100561599?v=4", + "id": 66285451, + "github_url": "https://github.com/scarter31191", + "avatar_url": "https://avatars.githubusercontent.com/u/66285451?v=4", + "gravatar_id": "", + "contributions": 16 + }, + { + "id": 98001447, + "github_url": "https://github.com/cwvivianlin", + "avatar_url": "https://avatars.githubusercontent.com/u/98001447?v=4", "gravatar_id": "", "contributions": 16 }, @@ -3667,13 +3737,6 @@ "gravatar_id": "", "contributions": 15 }, - { - "id": 66285451, - "github_url": "https://github.com/scarter31191", - "avatar_url": "https://avatars.githubusercontent.com/u/66285451?v=4", - "gravatar_id": "", - "contributions": 15 - }, { "id": 84823624, "github_url": "https://github.com/ktlevesque19", @@ -3709,6 +3772,13 @@ "gravatar_id": "", "contributions": 14 }, + { + "id": 42814942, + "github_url": "https://github.com/JasonY188", + "avatar_url": "https://avatars.githubusercontent.com/u/42814942?v=4", + "gravatar_id": "", + "contributions": 14 + }, { "id": 74695640, "github_url": "https://github.com/JimGeist", @@ -3723,6 +3793,13 @@ "gravatar_id": "", "contributions": 14 }, + { + "id": 6194542, + "github_url": "https://github.com/RyanCahela", + "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 22624609, "github_url": "https://github.com/emillipede", @@ -3737,13 +3814,6 @@ "gravatar_id": "", "contributions": 13 }, - { - "id": 42814942, - "github_url": "https://github.com/JasonY188", - "avatar_url": "https://avatars.githubusercontent.com/u/42814942?v=4", - "gravatar_id": "", - "contributions": 13 - }, { "id": 58538332, "github_url": "https://github.com/jamesberke", @@ -3772,13 +3842,6 @@ "gravatar_id": "", "contributions": 13 }, - { - "id": 93153059, - "github_url": "https://github.com/Jaretzbalba", - "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", - "gravatar_id": "", - "contributions": 13 - }, { "id": 3317487, "github_url": "https://github.com/ddfridley", @@ -3821,13 +3884,6 @@ "gravatar_id": "", "contributions": 12 }, - { - "id": 98001447, - "github_url": "https://github.com/cwvivianlin", - "avatar_url": "https://avatars.githubusercontent.com/u/98001447?v=4", - "gravatar_id": "", - "contributions": 12 - }, { "id": 20952309, "github_url": "https://github.com/StephenVNelson", @@ -3835,6 +3891,13 @@ "gravatar_id": "", "contributions": 11 }, + { + "id": 36276149, + "github_url": "https://github.com/gregpawin", + "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", + "gravatar_id": "", + "contributions": 11 + }, { "id": 55346199, "github_url": "https://github.com/IAgbaje", @@ -3878,16 +3941,16 @@ "contributions": 10 }, { - "id": 36276149, - "github_url": "https://github.com/gregpawin", - "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", + "id": 40257341, + "github_url": "https://github.com/rh5140", + "avatar_url": "https://avatars.githubusercontent.com/u/40257341?v=4", "gravatar_id": "", "contributions": 10 }, { - "id": 40257341, - "github_url": "https://github.com/rh5140", - "avatar_url": "https://avatars.githubusercontent.com/u/40257341?v=4", + "id": 41170744, + "github_url": "https://github.com/poorvi4", + "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", "gravatar_id": "", "contributions": 10 }, @@ -3940,6 +4003,27 @@ "gravatar_id": "", "contributions": 9 }, + { + "id": 74014488, + "github_url": "https://github.com/pattshreds", + "avatar_url": "https://avatars.githubusercontent.com/u/74014488?v=4", + "gravatar_id": "", + "contributions": 9 + }, + { + "id": 82679637, + "github_url": "https://github.com/ericvennemeyer", + "avatar_url": "https://avatars.githubusercontent.com/u/82679637?v=4", + "gravatar_id": "", + "contributions": 9 + }, + { + "id": 84427589, + "github_url": "https://github.com/eodero", + "avatar_url": "https://avatars.githubusercontent.com/u/84427589?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 96758417, "github_url": "https://github.com/tamalatrinh", @@ -3968,13 +4052,6 @@ "gravatar_id": "", "contributions": 8 }, - { - "id": 41170744, - "github_url": "https://github.com/poorvi4", - "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", - "gravatar_id": "", - "contributions": 8 - }, { "id": 49739276, "github_url": "https://github.com/KPHowley", @@ -4003,13 +4080,6 @@ "gravatar_id": "", "contributions": 8 }, - { - "id": 74014488, - "github_url": "https://github.com/pattshreds", - "avatar_url": "https://avatars.githubusercontent.com/u/74014488?v=4", - "gravatar_id": "", - "contributions": 8 - }, { "id": 5412677, "github_url": "https://github.com/benrempel", @@ -4038,6 +4108,13 @@ "gravatar_id": "", "contributions": 7 }, + { + "id": 32424251, + "github_url": "https://github.com/Wny-Duong", + "avatar_url": "https://avatars.githubusercontent.com/u/32424251?v=4", + "gravatar_id": "", + "contributions": 7 + }, { "id": 50686892, "github_url": "https://github.com/Rankazze", @@ -4067,16 +4144,16 @@ "contributions": 7 }, { - "id": 801206, - "github_url": "https://github.com/jjandoc", - "avatar_url": "https://avatars0.githubusercontent.com/u/801206?v=4", + "id": 101160972, + "github_url": "https://github.com/sherririllingux", + "avatar_url": "https://avatars.githubusercontent.com/u/101160972?v=4", "gravatar_id": "", - "contributions": 6 + "contributions": 7 }, { - "id": 6194542, - "github_url": "https://github.com/RyanCahela", - "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", + "id": 801206, + "github_url": "https://github.com/jjandoc", + "avatar_url": "https://avatars0.githubusercontent.com/u/801206?v=4", "gravatar_id": "", "contributions": 6 }, @@ -4115,6 +4192,20 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 66317088, + "github_url": "https://github.com/trishajjohnson", + "avatar_url": "https://avatars.githubusercontent.com/u/66317088?v=4", + "gravatar_id": "", + "contributions": 6 + }, + { + "id": 66500215, + "github_url": "https://github.com/kalyaniraman", + "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", + "gravatar_id": "", + "contributions": 6 + }, { "id": 68366181, "github_url": "https://github.com/jpandh", @@ -4241,13 +4332,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 66500215, - "github_url": "https://github.com/kalyaniraman", - "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 74939834, "github_url": "https://github.com/Munasmusthafa", @@ -4269,13 +4353,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 101160972, - "github_url": "https://github.com/sherririllingux", - "avatar_url": "https://avatars.githubusercontent.com/u/101160972?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 6236085, "github_url": "https://github.com/Hanastevenson", @@ -4304,6 +4381,13 @@ "gravatar_id": "", "contributions": 4 }, + { + "id": 25230575, + "github_url": "https://github.com/sanya301", + "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", + "gravatar_id": "", + "contributions": 4 + }, { "id": 26660349, "github_url": "https://github.com/quyenvhle", @@ -4375,9 +4459,16 @@ "contributions": 4 }, { - "id": 91176005, - "github_url": "https://github.com/Chetana16032002", - "avatar_url": "https://avatars.githubusercontent.com/u/91176005?v=4", + "id": 86074391, + "github_url": "https://github.com/gardenqu", + "avatar_url": "https://avatars.githubusercontent.com/u/86074391?v=4", + "gravatar_id": "", + "contributions": 4 + }, + { + "id": 91176005, + "github_url": "https://github.com/Chetana16032002", + "avatar_url": "https://avatars.githubusercontent.com/u/91176005?v=4", "gravatar_id": "", "contributions": 4 }, @@ -4528,6 +4619,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 89555843, + "github_url": "https://github.com/JayBarbanel", + "avatar_url": "https://avatars.githubusercontent.com/u/89555843?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 93184112, "github_url": "https://github.com/PMKnight", @@ -4549,6 +4647,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 98365396, + "github_url": "https://github.com/matt-arofin", + "avatar_url": "https://avatars.githubusercontent.com/u/98365396?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 2266545, "github_url": "https://github.com/aahvocado", @@ -4927,6 +5032,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 38343775, + "github_url": "https://github.com/gold-o", + "avatar_url": "https://avatars.githubusercontent.com/u/38343775?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 38574248, "github_url": "https://github.com/minar68", @@ -5179,6 +5291,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 76053494, + "github_url": "https://github.com/nathan944", + "avatar_url": "https://avatars.githubusercontent.com/u/76053494?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 78316116, "github_url": "https://github.com/TaniaKhan04", @@ -5262,6 +5381,27 @@ "avatar_url": "https://avatars.githubusercontent.com/u/92102725?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 95191968, + "github_url": "https://github.com/ivicoded", + "avatar_url": "https://avatars.githubusercontent.com/u/95191968?v=4", + "gravatar_id": "", + "contributions": 1 + }, + { + "id": 103976231, + "github_url": "https://github.com/sijiapitts", + "avatar_url": "https://avatars.githubusercontent.com/u/103976231?v=4", + "gravatar_id": "", + "contributions": 1 + }, + { + "id": 103976465, + "github_url": "https://github.com/Olanrewaju-Ak", + "avatar_url": "https://avatars.githubusercontent.com/u/103976465?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, @@ -5272,35 +5412,35 @@ "github_url": "https://github.com/apps/github-actions", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "contributions": 2229 + "contributions": 2367 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 1474 + "contributions": 1500 }, { "id": 64623632, "github_url": "https://github.com/HackforLABot", "avatar_url": "https://avatars.githubusercontent.com/u/64623632?v=4", "gravatar_id": "", - "contributions": 1360 + "contributions": 1403 }, { "id": 31293603, "github_url": "https://github.com/JessicaLucindaCheng", "avatar_url": "https://avatars.githubusercontent.com/u/31293603?v=4", "gravatar_id": "", - "contributions": 816 + "contributions": 944 }, { "id": 843538, "github_url": "https://github.com/SAUMILDHANKAR", "avatar_url": "https://avatars.githubusercontent.com/u/843538?v=4", "gravatar_id": "", - "contributions": 530 + "contributions": 634 }, { "id": 62368440, @@ -5321,7 +5461,7 @@ "github_url": "https://github.com/macho-catt", "avatar_url": "https://avatars.githubusercontent.com/u/48004150?v=4", "gravatar_id": "", - "contributions": 341 + "contributions": 343 }, { "id": 67400366, @@ -5349,14 +5489,14 @@ "github_url": "https://github.com/abuna1985", "avatar_url": "https://avatars.githubusercontent.com/u/21162229?v=4", "gravatar_id": "", - "contributions": 274 + "contributions": 279 }, { "id": 38295612, "github_url": "https://github.com/alyssabenipayo", "avatar_url": "https://avatars.githubusercontent.com/u/38295612?v=4", "gravatar_id": "", - "contributions": 258 + "contributions": 263 }, { "id": 55627107, @@ -5414,6 +5554,13 @@ "gravatar_id": "", "contributions": 129 }, + { + "id": 97491889, + "github_url": "https://github.com/Providence-o", + "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", + "gravatar_id": "", + "contributions": 123 + }, { "id": 79426767, "github_url": "https://github.com/IsaacDesigns", @@ -5421,13 +5568,6 @@ "gravatar_id": "", "contributions": 116 }, - { - "id": 97491889, - "github_url": "https://github.com/Providence-o", - "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", - "gravatar_id": "", - "contributions": 114 - }, { "id": 50648001, "github_url": "https://github.com/leonelRos", @@ -5463,6 +5603,13 @@ "gravatar_id": "", "contributions": 86 }, + { + "id": 70714034, + "github_url": "https://github.com/sacamp", + "avatar_url": "https://avatars.githubusercontent.com/u/70714034?v=4", + "gravatar_id": "", + "contributions": 83 + }, { "id": 7821047, "github_url": "https://github.com/abregorivas", @@ -5477,13 +5624,6 @@ "gravatar_id": "", "contributions": 73 }, - { - "id": 70714034, - "github_url": "https://github.com/sacamp", - "avatar_url": "https://avatars.githubusercontent.com/u/70714034?v=4", - "gravatar_id": "", - "contributions": 69 - }, { "id": 40401149, "github_url": "https://github.com/arghmatey", @@ -5491,6 +5631,13 @@ "gravatar_id": "", "contributions": 67 }, + { + "id": 57715733, + "github_url": "https://github.com/tamara-snyder", + "avatar_url": "https://avatars.githubusercontent.com/u/57715733?v=4", + "gravatar_id": "", + "contributions": 63 + }, { "id": 67209686, "github_url": "https://github.com/Abel-Zambrano", @@ -5498,6 +5645,13 @@ "gravatar_id": "", "contributions": 61 }, + { + "id": 95888938, + "github_url": "https://github.com/Sparky-code", + "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", + "gravatar_id": "", + "contributions": 59 + }, { "id": 33906590, "github_url": "https://github.com/ruben1s", @@ -5513,11 +5667,11 @@ "contributions": 58 }, { - "id": 57715733, - "github_url": "https://github.com/tamara-snyder", - "avatar_url": "https://avatars.githubusercontent.com/u/57715733?v=4", + "id": 36783010, + "github_url": "https://github.com/answebdev", + "avatar_url": "https://avatars.githubusercontent.com/u/36783010?v=4", "gravatar_id": "", - "contributions": 57 + "contributions": 54 }, { "id": 31682285, @@ -5531,7 +5685,14 @@ "github_url": "https://github.com/blulady", "avatar_url": "https://avatars.githubusercontent.com/u/67162265?v=4", "gravatar_id": "", - "contributions": 49 + "contributions": 51 + }, + { + "id": 85038929, + "github_url": "https://github.com/Carlos-A-P", + "avatar_url": "https://avatars.githubusercontent.com/u/85038929?v=4", + "gravatar_id": "", + "contributions": 48 }, { "id": 56898767, @@ -5554,13 +5715,6 @@ "gravatar_id": "", "contributions": 46 }, - { - "id": 36783010, - "github_url": "https://github.com/answebdev", - "avatar_url": "https://avatars.githubusercontent.com/u/36783010?v=4", - "gravatar_id": "", - "contributions": 44 - }, { "id": 69860036, "github_url": "https://github.com/martham0", @@ -5575,6 +5729,13 @@ "gravatar_id": "", "contributions": 41 }, + { + "id": 81049661, + "github_url": "https://github.com/kathrynsilvaconway", + "avatar_url": "https://avatars.githubusercontent.com/u/81049661?v=4", + "gravatar_id": "", + "contributions": 40 + }, { "id": 81199122, "github_url": "https://github.com/RobertaFricker", @@ -5589,6 +5750,13 @@ "gravatar_id": "", "contributions": 38 }, + { + "id": 63771558, + "github_url": "https://github.com/R-Tomas-Gonzalez", + "avatar_url": "https://avatars.githubusercontent.com/u/63771558?v=4", + "gravatar_id": "", + "contributions": 36 + }, { "id": 64928677, "github_url": "https://github.com/jenjen26", @@ -5610,13 +5778,6 @@ "gravatar_id": "", "contributions": 34 }, - { - "id": 63771558, - "github_url": "https://github.com/R-Tomas-Gonzalez", - "avatar_url": "https://avatars.githubusercontent.com/u/63771558?v=4", - "gravatar_id": "", - "contributions": 34 - }, { "id": 83432699, "github_url": "https://github.com/Georgema20", @@ -5624,20 +5785,6 @@ "gravatar_id": "", "contributions": 34 }, - { - "id": 85038929, - "github_url": "https://github.com/Carlos-A-P", - "avatar_url": "https://avatars.githubusercontent.com/u/85038929?v=4", - "gravatar_id": "", - "contributions": 34 - }, - { - "id": 95888938, - "github_url": "https://github.com/Sparky-code", - "avatar_url": "https://avatars.githubusercontent.com/u/95888938?v=4", - "gravatar_id": "", - "contributions": 34 - }, { "id": 35281980, "github_url": "https://github.com/rblaz001", @@ -5646,18 +5793,18 @@ "contributions": 33 }, { - "id": 51544521, - "github_url": "https://github.com/efrenmarin45", - "avatar_url": "https://avatars.githubusercontent.com/u/51544521?v=4", + "id": 30394037, + "github_url": "https://github.com/A-BMT02", + "avatar_url": "https://avatars.githubusercontent.com/u/30394037?v=4", "gravatar_id": "", "contributions": 32 }, { - "id": 30394037, - "github_url": "https://github.com/A-BMT02", - "avatar_url": "https://avatars.githubusercontent.com/u/30394037?v=4", + "id": 51544521, + "github_url": "https://github.com/efrenmarin45", + "avatar_url": "https://avatars.githubusercontent.com/u/51544521?v=4", "gravatar_id": "", - "contributions": 31 + "contributions": 32 }, { "id": 58455740, @@ -5667,9 +5814,9 @@ "contributions": 31 }, { - "id": 81049661, - "github_url": "https://github.com/kathrynsilvaconway", - "avatar_url": "https://avatars.githubusercontent.com/u/81049661?v=4", + "id": 69996875, + "github_url": "https://github.com/luke-karis", + "avatar_url": "https://avatars.githubusercontent.com/u/69996875?v=4", "gravatar_id": "", "contributions": 31 }, @@ -5687,6 +5834,13 @@ "gravatar_id": "", "contributions": 30 }, + { + "id": 94150856, + "github_url": "https://github.com/summerharveyux", + "avatar_url": "https://avatars.githubusercontent.com/u/94150856?v=4", + "gravatar_id": "", + "contributions": 30 + }, { "id": 28831668, "github_url": "https://github.com/aalieu", @@ -5702,26 +5856,19 @@ "contributions": 29 }, { - "id": 86015625, - "github_url": "https://github.com/anonymousanemone", - "avatar_url": "https://avatars.githubusercontent.com/u/86015625?v=4", + "id": 52765927, + "github_url": "https://github.com/1anya1", + "avatar_url": "https://avatars.githubusercontent.com/u/52765927?v=4", "gravatar_id": "", "contributions": 28 }, { - "id": 94150856, - "github_url": "https://github.com/summerharveyux", - "avatar_url": "https://avatars.githubusercontent.com/u/94150856?v=4", + "id": 86015625, + "github_url": "https://github.com/anonymousanemone", + "avatar_url": "https://avatars.githubusercontent.com/u/86015625?v=4", "gravatar_id": "", "contributions": 28 }, - { - "id": 52765927, - "github_url": "https://github.com/1anya1", - "avatar_url": "https://avatars.githubusercontent.com/u/52765927?v=4", - "gravatar_id": "", - "contributions": 27 - }, { "id": 62186905, "github_url": "https://github.com/blakes24", @@ -5736,6 +5883,13 @@ "gravatar_id": "", "contributions": 27 }, + { + "id": 84518563, + "github_url": "https://github.com/harshitasao", + "avatar_url": "https://avatars.githubusercontent.com/u/84518563?v=4", + "gravatar_id": "", + "contributions": 27 + }, { "id": 85914721, "github_url": "https://github.com/ahoang94", @@ -5743,6 +5897,13 @@ "gravatar_id": "", "contributions": 27 }, + { + "id": 95264760, + "github_url": "https://github.com/ShrutiMukherjee", + "avatar_url": "https://avatars.githubusercontent.com/u/95264760?v=4", + "gravatar_id": "", + "contributions": 27 + }, { "id": 42260999, "github_url": "https://github.com/kevinreber", @@ -5772,16 +5933,16 @@ "contributions": 26 }, { - "id": 69996875, - "github_url": "https://github.com/luke-karis", - "avatar_url": "https://avatars.githubusercontent.com/u/69996875?v=4", + "id": 93153059, + "github_url": "https://github.com/Jaretzbalba", + "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", "gravatar_id": "", - "contributions": 26 + "contributions": 25 }, { - "id": 95264760, - "github_url": "https://github.com/ShrutiMukherjee", - "avatar_url": "https://avatars.githubusercontent.com/u/95264760?v=4", + "id": 95259739, + "github_url": "https://github.com/zzhoje", + "avatar_url": "https://avatars.githubusercontent.com/u/95259739?v=4", "gravatar_id": "", "contributions": 25 }, @@ -5800,9 +5961,9 @@ "contributions": 24 }, { - "id": 95259739, - "github_url": "https://github.com/zzhoje", - "avatar_url": "https://avatars.githubusercontent.com/u/95259739?v=4", + "id": 92415402, + "github_url": "https://github.com/JackieRiley1", + "avatar_url": "https://avatars.githubusercontent.com/u/92415402?v=4", "gravatar_id": "", "contributions": 24 }, @@ -5848,6 +6009,13 @@ "gravatar_id": "", "contributions": 22 }, + { + "id": 44554270, + "github_url": "https://github.com/usaboo", + "avatar_url": "https://avatars.githubusercontent.com/u/44554270?v=4", + "gravatar_id": "", + "contributions": 22 + }, { "id": 44656685, "github_url": "https://github.com/qaz6209031", @@ -5876,13 +6044,6 @@ "gravatar_id": "", "contributions": 22 }, - { - "id": 84518563, - "github_url": "https://github.com/harshitasao", - "avatar_url": "https://avatars.githubusercontent.com/u/84518563?v=4", - "gravatar_id": "", - "contributions": 22 - }, { "id": 85966467, "github_url": "https://github.com/Zak234", @@ -5890,13 +6051,6 @@ "gravatar_id": "", "contributions": 22 }, - { - "id": 92415402, - "github_url": "https://github.com/JackieRiley1", - "avatar_url": "https://avatars.githubusercontent.com/u/92415402?v=4", - "gravatar_id": "", - "contributions": 22 - }, { "id": 25378061, "github_url": "https://github.com/ddrosario", @@ -5904,13 +6058,6 @@ "gravatar_id": "", "contributions": 21 }, - { - "id": 44554270, - "github_url": "https://github.com/usaboo", - "avatar_url": "https://avatars.githubusercontent.com/u/44554270?v=4", - "gravatar_id": "", - "contributions": 21 - }, { "id": 54569038, "github_url": "https://github.com/ashleylin1", @@ -5932,6 +6079,13 @@ "gravatar_id": "", "contributions": 21 }, + { + "id": 38971729, + "github_url": "https://github.com/KazushiR", + "avatar_url": "https://avatars.githubusercontent.com/u/38971729?v=4", + "gravatar_id": "", + "contributions": 20 + }, { "id": 43227293, "github_url": "https://github.com/dmcneary", @@ -5940,10 +6094,24 @@ "contributions": 20 }, { - "id": 69206621, - "github_url": "https://github.com/edeneault", - "avatar_url": "https://avatars.githubusercontent.com/u/69206621?v=4", - "gravatar_id": "", + "id": 66285451, + "github_url": "https://github.com/scarter31191", + "avatar_url": "https://avatars.githubusercontent.com/u/66285451?v=4", + "gravatar_id": "", + "contributions": 20 + }, + { + "id": 69206621, + "github_url": "https://github.com/edeneault", + "avatar_url": "https://avatars.githubusercontent.com/u/69206621?v=4", + "gravatar_id": "", + "contributions": 20 + }, + { + "id": 100561599, + "github_url": "https://github.com/phuonguvan", + "avatar_url": "https://avatars.githubusercontent.com/u/100561599?v=4", + "gravatar_id": "", "contributions": 20 }, { @@ -5960,13 +6128,6 @@ "gravatar_id": "", "contributions": 19 }, - { - "id": 38971729, - "github_url": "https://github.com/KazushiR", - "avatar_url": "https://avatars.githubusercontent.com/u/38971729?v=4", - "gravatar_id": "", - "contributions": 19 - }, { "id": 63170710, "github_url": "https://github.com/josiehandeveloper", @@ -5974,13 +6135,6 @@ "gravatar_id": "", "contributions": 19 }, - { - "id": 66285451, - "github_url": "https://github.com/scarter31191", - "avatar_url": "https://avatars.githubusercontent.com/u/66285451?v=4", - "gravatar_id": "", - "contributions": 19 - }, { "id": 74695640, "github_url": "https://github.com/JimGeist", @@ -6017,11 +6171,11 @@ "contributions": 18 }, { - "id": 93153059, - "github_url": "https://github.com/Jaretzbalba", - "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", + "id": 6194542, + "github_url": "https://github.com/RyanCahela", + "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", "gravatar_id": "", - "contributions": 18 + "contributions": 17 }, { "id": 35665684, @@ -6030,6 +6184,13 @@ "gravatar_id": "", "contributions": 17 }, + { + "id": 42814942, + "github_url": "https://github.com/JasonY188", + "avatar_url": "https://avatars.githubusercontent.com/u/42814942?v=4", + "gravatar_id": "", + "contributions": 17 + }, { "id": 45778144, "github_url": "https://github.com/thatguyish", @@ -6058,13 +6219,6 @@ "gravatar_id": "", "contributions": 16 }, - { - "id": 42814942, - "github_url": "https://github.com/JasonY188", - "avatar_url": "https://avatars.githubusercontent.com/u/42814942?v=4", - "gravatar_id": "", - "contributions": 16 - }, { "id": 81275727, "github_url": "https://github.com/Johnnie007", @@ -6073,9 +6227,9 @@ "contributions": 16 }, { - "id": 100561599, - "github_url": "https://github.com/phuonguvan", - "avatar_url": "https://avatars.githubusercontent.com/u/100561599?v=4", + "id": 98001447, + "github_url": "https://github.com/cwvivianlin", + "avatar_url": "https://avatars.githubusercontent.com/u/98001447?v=4", "gravatar_id": "", "contributions": 16 }, @@ -6142,6 +6296,13 @@ "gravatar_id": "", "contributions": 14 }, + { + "id": 41170744, + "github_url": "https://github.com/poorvi4", + "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 60215488, "github_url": "https://github.com/IpshitaSingh", @@ -6219,13 +6380,6 @@ "gravatar_id": "", "contributions": 12 }, - { - "id": 98001447, - "github_url": "https://github.com/cwvivianlin", - "avatar_url": "https://avatars.githubusercontent.com/u/98001447?v=4", - "gravatar_id": "", - "contributions": 12 - }, { "id": 5412677, "github_url": "https://github.com/benrempel", @@ -6233,6 +6387,13 @@ "gravatar_id": "", "contributions": 11 }, + { + "id": 36276149, + "github_url": "https://github.com/gregpawin", + "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", + "gravatar_id": "", + "contributions": 11 + }, { "id": 55346199, "github_url": "https://github.com/IAgbaje", @@ -6283,23 +6444,16 @@ "contributions": 10 }, { - "id": 36276149, - "github_url": "https://github.com/gregpawin", - "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", - "gravatar_id": "", - "contributions": 10 - }, - { - "id": 41170744, - "github_url": "https://github.com/poorvi4", - "avatar_url": "https://avatars.githubusercontent.com/u/41170744?v=4", + "id": 67043889, + "github_url": "https://github.com/Linda-OC", + "avatar_url": "https://avatars.githubusercontent.com/u/67043889?v=4", "gravatar_id": "", "contributions": 10 }, { - "id": 67043889, - "github_url": "https://github.com/Linda-OC", - "avatar_url": "https://avatars.githubusercontent.com/u/67043889?v=4", + "id": 74014488, + "github_url": "https://github.com/pattshreds", + "avatar_url": "https://avatars.githubusercontent.com/u/74014488?v=4", "gravatar_id": "", "contributions": 10 }, @@ -6317,6 +6471,13 @@ "gravatar_id": "", "contributions": 10 }, + { + "id": 84427589, + "github_url": "https://github.com/eodero", + "avatar_url": "https://avatars.githubusercontent.com/u/84427589?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 86503503, "github_url": "https://github.com/JasonUranta", @@ -6338,13 +6499,6 @@ "gravatar_id": "", "contributions": 9 }, - { - "id": 6194542, - "github_url": "https://github.com/RyanCahela", - "avatar_url": "https://avatars.githubusercontent.com/u/6194542?v=4", - "gravatar_id": "", - "contributions": 9 - }, { "id": 18178289, "github_url": "https://github.com/McRawly", @@ -6366,6 +6520,13 @@ "gravatar_id": "", "contributions": 9 }, + { + "id": 32424251, + "github_url": "https://github.com/Wny-Duong", + "avatar_url": "https://avatars.githubusercontent.com/u/32424251?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 39248174, "github_url": "https://github.com/sarL3y", @@ -6388,16 +6549,16 @@ "contributions": 9 }, { - "id": 74014488, - "github_url": "https://github.com/pattshreds", - "avatar_url": "https://avatars.githubusercontent.com/u/74014488?v=4", + "id": 78108711, + "github_url": "https://github.com/sanchece", + "avatar_url": "https://avatars.githubusercontent.com/u/78108711?v=4", "gravatar_id": "", "contributions": 9 }, { - "id": 78108711, - "github_url": "https://github.com/sanchece", - "avatar_url": "https://avatars.githubusercontent.com/u/78108711?v=4", + "id": 82679637, + "github_url": "https://github.com/ericvennemeyer", + "avatar_url": "https://avatars.githubusercontent.com/u/82679637?v=4", "gravatar_id": "", "contributions": 9 }, @@ -6499,6 +6660,13 @@ "gravatar_id": "", "contributions": 7 }, + { + "id": 66317088, + "github_url": "https://github.com/trishajjohnson", + "avatar_url": "https://avatars.githubusercontent.com/u/66317088?v=4", + "gravatar_id": "", + "contributions": 7 + }, { "id": 67303685, "github_url": "https://github.com/ebele-oputa", @@ -6506,6 +6674,13 @@ "gravatar_id": "", "contributions": 7 }, + { + "id": 101160972, + "github_url": "https://github.com/sherririllingux", + "avatar_url": "https://avatars.githubusercontent.com/u/101160972?v=4", + "gravatar_id": "", + "contributions": 7 + }, { "id": 801206, "github_url": "https://github.com/jjandoc", @@ -6569,6 +6744,13 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 66500215, + "github_url": "https://github.com/kalyaniraman", + "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", + "gravatar_id": "", + "contributions": 6 + }, { "id": 71417295, "github_url": "https://github.com/linds-fonnes", @@ -6674,13 +6856,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 66500215, - "github_url": "https://github.com/kalyaniraman", - "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 74923247, "github_url": "https://github.com/MariannaAskova", @@ -6702,6 +6877,13 @@ "gravatar_id": "", "contributions": 5 }, + { + "id": 86074391, + "github_url": "https://github.com/gardenqu", + "avatar_url": "https://avatars.githubusercontent.com/u/86074391?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 91176005, "github_url": "https://github.com/Chetana16032002", @@ -6723,13 +6905,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 101160972, - "github_url": "https://github.com/sherririllingux", - "avatar_url": "https://avatars.githubusercontent.com/u/101160972?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 4373031, "github_url": "https://github.com/breyell", @@ -6751,6 +6926,13 @@ "gravatar_id": "", "contributions": 4 }, + { + "id": 25230575, + "github_url": "https://github.com/sanya301", + "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", + "gravatar_id": "", + "contributions": 4 + }, { "id": 26660349, "github_url": "https://github.com/quyenvhle", @@ -6828,6 +7010,20 @@ "gravatar_id": "", "contributions": 4 }, + { + "id": 89555843, + "github_url": "https://github.com/JayBarbanel", + "avatar_url": "https://avatars.githubusercontent.com/u/89555843?v=4", + "gravatar_id": "", + "contributions": 4 + }, + { + "id": 98365396, + "github_url": "https://github.com/matt-arofin", + "avatar_url": "https://avatars.githubusercontent.com/u/98365396?v=4", + "gravatar_id": "", + "contributions": 4 + }, { "id": 188812, "github_url": "https://github.com/vepkenez", @@ -7339,6 +7535,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 38343775, + "github_url": "https://github.com/gold-o", + "avatar_url": "https://avatars.githubusercontent.com/u/38343775?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 38574248, "github_url": "https://github.com/minar68", @@ -7577,6 +7780,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 76053494, + "github_url": "https://github.com/nathan944", + "avatar_url": "https://avatars.githubusercontent.com/u/76053494?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 76717187, "github_url": "https://github.com/Melissa3030", @@ -7674,6 +7884,27 @@ "avatar_url": "https://avatars.githubusercontent.com/u/92102725?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 95191968, + "github_url": "https://github.com/ivicoded", + "avatar_url": "https://avatars.githubusercontent.com/u/95191968?v=4", + "gravatar_id": "", + "contributions": 1 + }, + { + "id": 103976231, + "github_url": "https://github.com/sijiapitts", + "avatar_url": "https://avatars.githubusercontent.com/u/103976231?v=4", + "gravatar_id": "", + "contributions": 1 + }, + { + "id": 103976465, + "github_url": "https://github.com/Olanrewaju-Ak", + "avatar_url": "https://avatars.githubusercontent.com/u/103976465?v=4", + "gravatar_id": "", + "contributions": 1 } ] } @@ -7960,7 +8191,7 @@ "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 31 + "contributions": 32 }, { "id": 78511193, @@ -8293,7 +8524,7 @@ "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 31 + "contributions": 32 }, { "id": 17185756, @@ -10942,21 +11173,21 @@ "github_url": "https://github.com/EchoProject", "avatar_url": "https://avatars.githubusercontent.com/u/20729686?v=4", "gravatar_id": "", - "contributions": 152 + "contributions": 161 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 128 + "contributions": 133 }, { "id": 41898282, "github_url": "https://github.com/apps/github-actions", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "contributions": 127 + "contributions": 132 }, { "id": 20999589, @@ -10991,7 +11222,7 @@ "github_url": "https://github.com/danarchen", "avatar_url": "https://avatars.githubusercontent.com/u/62914516?v=4", "gravatar_id": "", - "contributions": 66 + "contributions": 67 }, { "id": 25173228, @@ -11182,6 +11413,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 97048386, + "github_url": "https://github.com/melissahermes99", + "avatar_url": "https://avatars.githubusercontent.com/u/97048386?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 4682856, "github_url": "https://github.com/shaswa", @@ -11189,6 +11427,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 6537426, + "github_url": "https://github.com/nichhk", + "avatar_url": "https://avatars.githubusercontent.com/u/6537426?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 38201574, "github_url": "https://github.com/ainneo", @@ -11224,13 +11469,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 97048386, - "github_url": "https://github.com/melissahermes99", - "avatar_url": "https://avatars.githubusercontent.com/u/97048386?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 6464919, "github_url": "https://github.com/jafow", @@ -11373,21 +11611,21 @@ "github_url": "https://github.com/EchoProject", "avatar_url": "https://avatars.githubusercontent.com/u/20729686?v=4", "gravatar_id": "", - "contributions": 154 + "contributions": 163 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 133 + "contributions": 138 }, { "id": 41898282, "github_url": "https://github.com/apps/github-actions", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", - "contributions": 127 + "contributions": 132 }, { "id": 20999589, @@ -11429,7 +11667,7 @@ "github_url": "https://github.com/danarchen", "avatar_url": "https://avatars.githubusercontent.com/u/62914516?v=4", "gravatar_id": "", - "contributions": 66 + "contributions": 67 }, { "id": 47701264, @@ -11648,6 +11886,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 97048386, + "github_url": "https://github.com/melissahermes99", + "avatar_url": "https://avatars.githubusercontent.com/u/97048386?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 4682856, "github_url": "https://github.com/shaswa", @@ -11655,6 +11900,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 6537426, + "github_url": "https://github.com/nichhk", + "avatar_url": "https://avatars.githubusercontent.com/u/6537426?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 43534227, "github_url": "https://github.com/Rishabhraghwendra18", @@ -11683,13 +11935,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 97048386, - "github_url": "https://github.com/melissahermes99", - "avatar_url": "https://avatars.githubusercontent.com/u/97048386?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 6464919, "github_url": "https://github.com/jafow", @@ -11850,7 +12095,7 @@ "github_url": "https://github.com/entrotech", "avatar_url": "https://avatars.githubusercontent.com/u/9939032?v=4", "gravatar_id": "", - "contributions": 755 + "contributions": 756 }, { "id": 45305029, @@ -11864,7 +12109,7 @@ "github_url": "https://github.com/fyliu", "avatar_url": "https://avatars.githubusercontent.com/u/1160105?v=4", "gravatar_id": "", - "contributions": 234 + "contributions": 235 }, { "id": 40730303, @@ -11957,6 +12202,13 @@ "gravatar_id": "", "contributions": 8 }, + { + "id": 62223366, + "github_url": "https://github.com/poorvarathore05", + "avatar_url": "https://avatars.githubusercontent.com/u/62223366?v=4", + "gravatar_id": "", + "contributions": 6 + }, { "id": 70343417, "github_url": "https://github.com/VJ1285", @@ -11987,14 +12239,14 @@ "github_url": "https://github.com/KPHowley", "avatar_url": "https://avatars.githubusercontent.com/u/49739276?v=4", "gravatar_id": "", - "contributions": 319 + "contributions": 331 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 257 + "contributions": 260 }, { "id": 9939032, @@ -12008,7 +12260,7 @@ "github_url": "https://github.com/fyliu", "avatar_url": "https://avatars.githubusercontent.com/u/1160105?v=4", "gravatar_id": "", - "contributions": 189 + "contributions": 191 }, { "id": 45305029, @@ -12043,7 +12295,7 @@ "github_url": "https://github.com/jahpe777", "avatar_url": "https://avatars.githubusercontent.com/u/40730303?v=4", "gravatar_id": "", - "contributions": 50 + "contributions": 51 }, { "id": 55513459, @@ -12066,6 +12318,13 @@ "gravatar_id": "", "contributions": 36 }, + { + "id": 64346009, + "github_url": "https://github.com/Jane4925", + "avatar_url": "https://avatars.githubusercontent.com/u/64346009?v=4", + "gravatar_id": "", + "contributions": 33 + }, { "id": 82553907, "github_url": "https://github.com/cduong5", @@ -12073,13 +12332,6 @@ "gravatar_id": "", "contributions": 32 }, - { - "id": 64346009, - "github_url": "https://github.com/Jane4925", - "avatar_url": "https://avatars.githubusercontent.com/u/64346009?v=4", - "gravatar_id": "", - "contributions": 31 - }, { "id": 70343417, "github_url": "https://github.com/VJ1285", @@ -12094,6 +12346,13 @@ "gravatar_id": "", "contributions": 17 }, + { + "id": 98936028, + "github_url": "https://github.com/Biuwa", + "avatar_url": "https://avatars.githubusercontent.com/u/98936028?v=4", + "gravatar_id": "", + "contributions": 17 + }, { "id": 79497980, "github_url": "https://github.com/shinhope", @@ -12122,6 +12381,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 49699333, + "github_url": "https://github.com/apps/dependabot", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 90736143, "github_url": "https://github.com/jackrinjames", @@ -12150,13 +12416,6 @@ "gravatar_id": "", "contributions": 10 }, - { - "id": 49699333, - "github_url": "https://github.com/apps/dependabot", - "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", - "gravatar_id": "", - "contributions": 9 - }, { "id": 65576594, "github_url": "https://github.com/amberyou", @@ -12185,13 +12444,6 @@ "gravatar_id": "", "contributions": 7 }, - { - "id": 98936028, - "github_url": "https://github.com/Biuwa", - "avatar_url": "https://avatars.githubusercontent.com/u/98936028?v=4", - "gravatar_id": "", - "contributions": 7 - }, { "id": 27145, "github_url": "https://github.com/joelparkerhenderson", @@ -12262,6 +12514,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 69442669, + "github_url": "https://github.com/SMR9220", + "avatar_url": "https://avatars.githubusercontent.com/u/69442669?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 98001199, "github_url": "https://github.com/dposada90", @@ -12269,6 +12528,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 99779174, + "github_url": "https://github.com/Reneedesigns", + "avatar_url": "https://avatars.githubusercontent.com/u/99779174?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 49847911, "github_url": "https://github.com/natjng", @@ -12325,6 +12591,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 62223366, + "github_url": "https://github.com/poorvarathore05", + "avatar_url": "https://avatars.githubusercontent.com/u/62223366?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 62367502, "github_url": "https://github.com/JRAlexander72", @@ -12348,14 +12621,14 @@ "github_url": "https://github.com/entrotech", "avatar_url": "https://avatars.githubusercontent.com/u/9939032?v=4", "gravatar_id": "", - "contributions": 968 + "contributions": 969 }, { "id": 1160105, "github_url": "https://github.com/fyliu", "avatar_url": "https://avatars.githubusercontent.com/u/1160105?v=4", "gravatar_id": "", - "contributions": 423 + "contributions": 426 }, { "id": 45305029, @@ -12369,21 +12642,21 @@ "github_url": "https://github.com/KPHowley", "avatar_url": "https://avatars.githubusercontent.com/u/49739276?v=4", "gravatar_id": "", - "contributions": 319 + "contributions": 331 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 269 + "contributions": 272 }, { "id": 40730303, "github_url": "https://github.com/jahpe777", "avatar_url": "https://avatars.githubusercontent.com/u/40730303?v=4", "gravatar_id": "", - "contributions": 157 + "contributions": 158 }, { "id": 30099154, @@ -12462,26 +12735,26 @@ "gravatar_id": "", "contributions": 36 }, - { - "id": 82553907, - "github_url": "https://github.com/cduong5", - "avatar_url": "https://avatars.githubusercontent.com/u/82553907?v=4", - "gravatar_id": "", - "contributions": 32 - }, { "id": 64346009, "github_url": "https://github.com/Jane4925", "avatar_url": "https://avatars.githubusercontent.com/u/64346009?v=4", "gravatar_id": "", - "contributions": 31 + "contributions": 33 }, { "id": 49699333, "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 29 + "contributions": 32 + }, + { + "id": 82553907, + "github_url": "https://github.com/cduong5", + "avatar_url": "https://avatars.githubusercontent.com/u/82553907?v=4", + "gravatar_id": "", + "contributions": 32 }, { "id": 1824090, @@ -12511,6 +12784,13 @@ "gravatar_id": "", "contributions": 17 }, + { + "id": 98936028, + "github_url": "https://github.com/Biuwa", + "avatar_url": "https://avatars.githubusercontent.com/u/98936028?v=4", + "gravatar_id": "", + "contributions": 17 + }, { "id": 79497980, "github_url": "https://github.com/shinhope", @@ -12568,16 +12848,16 @@ "contributions": 7 }, { - "id": 88067894, - "github_url": "https://github.com/Akheal", - "avatar_url": "https://avatars.githubusercontent.com/u/88067894?v=4", + "id": 62223366, + "github_url": "https://github.com/poorvarathore05", + "avatar_url": "https://avatars.githubusercontent.com/u/62223366?v=4", "gravatar_id": "", "contributions": 7 }, { - "id": 98936028, - "github_url": "https://github.com/Biuwa", - "avatar_url": "https://avatars.githubusercontent.com/u/98936028?v=4", + "id": 88067894, + "github_url": "https://github.com/Akheal", + "avatar_url": "https://avatars.githubusercontent.com/u/88067894?v=4", "gravatar_id": "", "contributions": 7 }, @@ -12637,6 +12917,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 69442669, + "github_url": "https://github.com/SMR9220", + "avatar_url": "https://avatars.githubusercontent.com/u/69442669?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 98001199, "github_url": "https://github.com/dposada90", @@ -12644,6 +12931,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 99779174, + "github_url": "https://github.com/Reneedesigns", + "avatar_url": "https://avatars.githubusercontent.com/u/99779174?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 53459902, "github_url": "https://github.com/ashaikh05", @@ -13148,6 +13442,13 @@ "gravatar_id": "", "contributions": 15 }, + { + "id": 3376957, + "github_url": "https://github.com/fancyham", + "avatar_url": "https://avatars.githubusercontent.com/u/3376957?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 33523751, "github_url": "https://github.com/lucas-homer", @@ -13211,13 +13512,6 @@ "gravatar_id": "", "contributions": 7 }, - { - "id": 3376957, - "github_url": "https://github.com/fancyham", - "avatar_url": "https://avatars.githubusercontent.com/u/3376957?v=4", - "gravatar_id": "", - "contributions": 6 - }, { "id": 751119, "github_url": "https://github.com/d4rklit3", @@ -13346,7 +13640,7 @@ "github_url": "https://github.com/fancyham", "avatar_url": "https://avatars.githubusercontent.com/u/3376957?v=4", "gravatar_id": "", - "contributions": 156 + "contributions": 173 }, { "id": 91577998, @@ -13367,7 +13661,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 73 + "contributions": 75 }, { "id": 66035169, @@ -13390,6 +13684,13 @@ "gravatar_id": "", "contributions": 43 }, + { + "id": 19811032, + "github_url": "https://github.com/sei1122", + "avatar_url": "https://avatars.githubusercontent.com/u/19811032?v=4", + "gravatar_id": "", + "contributions": 36 + }, { "id": 49743179, "github_url": "https://github.com/chombus", @@ -13397,13 +13698,6 @@ "gravatar_id": "", "contributions": 32 }, - { - "id": 19811032, - "github_url": "https://github.com/sei1122", - "avatar_url": "https://avatars.githubusercontent.com/u/19811032?v=4", - "gravatar_id": "", - "contributions": 30 - }, { "id": 22136920, "github_url": "https://github.com/pageignited", @@ -13419,18 +13713,18 @@ "contributions": 29 }, { - "id": 54044142, - "github_url": "https://github.com/timmalstead", - "avatar_url": "https://avatars2.githubusercontent.com/u/54044142?v=4", + "id": 17044124, + "github_url": "https://github.com/stdyrm", + "avatar_url": "https://avatars.githubusercontent.com/u/17044124?v=4", "gravatar_id": "", "contributions": 25 }, { - "id": 17044124, - "github_url": "https://github.com/stdyrm", - "avatar_url": "https://avatars.githubusercontent.com/u/17044124?v=4", + "id": 54044142, + "github_url": "https://github.com/timmalstead", + "avatar_url": "https://avatars2.githubusercontent.com/u/54044142?v=4", "gravatar_id": "", - "contributions": 23 + "contributions": 25 }, { "id": 33523751, @@ -13523,6 +13817,13 @@ "gravatar_id": "", "contributions": 9 }, + { + "id": 78619802, + "github_url": "https://github.com/ryu-jieun", + "avatar_url": "https://avatars.githubusercontent.com/u/78619802?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 79432798, "github_url": "https://github.com/VirginiaWu11", @@ -13549,7 +13850,7 @@ "github_url": "https://github.com/LIlinit", "avatar_url": "https://avatars.githubusercontent.com/u/31794055?v=4", "gravatar_id": "", - "contributions": 6 + "contributions": 7 }, { "id": 35281980, @@ -13931,7 +14232,7 @@ "github_url": "https://github.com/fancyham", "avatar_url": "https://avatars.githubusercontent.com/u/3376957?v=4", "gravatar_id": "", - "contributions": 162 + "contributions": 186 }, { "id": 91577998, @@ -13959,7 +14260,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 76 + "contributions": 78 }, { "id": 56663382, @@ -14010,6 +14311,13 @@ "gravatar_id": "", "contributions": 41 }, + { + "id": 17044124, + "github_url": "https://github.com/stdyrm", + "avatar_url": "https://avatars.githubusercontent.com/u/17044124?v=4", + "gravatar_id": "", + "contributions": 40 + }, { "id": 79432798, "github_url": "https://github.com/VirginiaWu11", @@ -14018,11 +14326,11 @@ "contributions": 40 }, { - "id": 17044124, - "github_url": "https://github.com/stdyrm", - "avatar_url": "https://avatars.githubusercontent.com/u/17044124?v=4", + "id": 19811032, + "github_url": "https://github.com/sei1122", + "avatar_url": "https://avatars.githubusercontent.com/u/19811032?v=4", "gravatar_id": "", - "contributions": 38 + "contributions": 36 }, { "id": 33523751, @@ -14038,13 +14346,6 @@ "gravatar_id": "", "contributions": 32 }, - { - "id": 19811032, - "github_url": "https://github.com/sei1122", - "avatar_url": "https://avatars.githubusercontent.com/u/19811032?v=4", - "gravatar_id": "", - "contributions": 30 - }, { "id": 22136920, "github_url": "https://github.com/pageignited", @@ -14192,6 +14493,13 @@ "gravatar_id": "", "contributions": 9 }, + { + "id": 78619802, + "github_url": "https://github.com/ryu-jieun", + "avatar_url": "https://avatars.githubusercontent.com/u/78619802?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 2889477, "github_url": "https://github.com/sameergautam", @@ -14221,18 +14529,18 @@ "contributions": 7 }, { - "id": 49699333, - "github_url": "https://github.com/apps/dependabot", - "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "id": 31794055, + "github_url": "https://github.com/LIlinit", + "avatar_url": "https://avatars.githubusercontent.com/u/31794055?v=4", "gravatar_id": "", "contributions": 7 }, { - "id": 31794055, - "github_url": "https://github.com/LIlinit", - "avatar_url": "https://avatars.githubusercontent.com/u/31794055?v=4", + "id": 49699333, + "github_url": "https://github.com/apps/dependabot", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 6 + "contributions": 7 }, { "id": 41268111, @@ -14706,6 +15014,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 37763229, + "github_url": "https://github.com/ExperimentsInHonesty", + "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 80286031, "github_url": "https://github.com/delphinevendryes-kensho", @@ -14750,7 +15065,14 @@ "github_url": "https://github.com/gregpawin", "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", "gravatar_id": "", - "contributions": 61 + "contributions": 67 + }, + { + "id": 45950755, + "github_url": "https://github.com/gordonruby", + "avatar_url": "https://avatars.githubusercontent.com/u/45950755?v=4", + "gravatar_id": "", + "contributions": 53 }, { "id": 13549780, @@ -14778,7 +15100,14 @@ "github_url": "https://github.com/tmlin1", "avatar_url": "https://avatars.githubusercontent.com/u/99231453?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 25 + }, + { + "id": 37763229, + "github_url": "https://github.com/ExperimentsInHonesty", + "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", + "gravatar_id": "", + "contributions": 20 }, { "id": 68657634, @@ -14787,13 +15116,6 @@ "gravatar_id": "", "contributions": 17 }, - { - "id": 37763229, - "github_url": "https://github.com/ExperimentsInHonesty", - "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", - "gravatar_id": "", - "contributions": 13 - }, { "id": 45272158, "github_url": "https://github.com/breeze-094", @@ -14974,18 +15296,18 @@ "contributorsComplete": { "data": [ { - "id": 45272158, - "github_url": "https://github.com/breeze-094", - "avatar_url": "https://avatars.githubusercontent.com/u/45272158?v=4", + "id": 36276149, + "github_url": "https://github.com/gregpawin", + "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", "gravatar_id": "", "contributions": 207 }, { - "id": 36276149, - "github_url": "https://github.com/gregpawin", - "avatar_url": "https://avatars.githubusercontent.com/u/36276149?v=4", + "id": 45272158, + "github_url": "https://github.com/breeze-094", + "avatar_url": "https://avatars.githubusercontent.com/u/45272158?v=4", "gravatar_id": "", - "contributions": 201 + "contributions": 207 }, { "id": 48004150, @@ -15015,6 +15337,13 @@ "gravatar_id": "", "contributions": 69 }, + { + "id": 45950755, + "github_url": "https://github.com/gordonruby", + "avatar_url": "https://avatars.githubusercontent.com/u/45950755?v=4", + "gravatar_id": "", + "contributions": 53 + }, { "id": 13549780, "github_url": "https://github.com/MichelleRT", @@ -15048,14 +15377,14 @@ "github_url": "https://github.com/tmlin1", "avatar_url": "https://avatars.githubusercontent.com/u/99231453?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 25 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 13 + "contributions": 21 }, { "id": 49699333, @@ -15301,7 +15630,7 @@ "github_url": "https://github.com/aahvocado", "avatar_url": "https://avatars.githubusercontent.com/u/2266545?v=4", "gravatar_id": "", - "contributions": 73 + "contributions": 75 }, { "id": 54191142, @@ -15410,27 +15739,34 @@ "github_url": "https://github.com/thomasdemoner", "avatar_url": "https://avatars.githubusercontent.com/u/46510558?v=4", "gravatar_id": "", - "contributions": 57 + "contributions": 60 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 51 + "contributions": 54 }, { "id": 95264836, "github_url": "https://github.com/ValeriyaMetla", "avatar_url": "https://avatars.githubusercontent.com/u/95264836?v=4", "gravatar_id": "", - "contributions": 50 + "contributions": 52 }, { - "id": 2266545, - "github_url": "https://github.com/aahvocado", - "avatar_url": "https://avatars.githubusercontent.com/u/2266545?v=4", - "gravatar_id": "", + "id": 87077650, + "github_url": "https://github.com/SamHyler", + "avatar_url": "https://avatars.githubusercontent.com/u/87077650?v=4", + "gravatar_id": "", + "contributions": 51 + }, + { + "id": 2266545, + "github_url": "https://github.com/aahvocado", + "avatar_url": "https://avatars.githubusercontent.com/u/2266545?v=4", + "gravatar_id": "", "contributions": 44 }, { @@ -15440,13 +15776,6 @@ "gravatar_id": "", "contributions": 43 }, - { - "id": 87077650, - "github_url": "https://github.com/SamHyler", - "avatar_url": "https://avatars.githubusercontent.com/u/87077650?v=4", - "gravatar_id": "", - "contributions": 39 - }, { "id": 27507664, "github_url": "https://github.com/ggrrettcchhenn", @@ -15482,6 +15811,20 @@ "gravatar_id": "", "contributions": 19 }, + { + "id": 57149590, + "github_url": "https://github.com/jamiesiu", + "avatar_url": "https://avatars.githubusercontent.com/u/57149590?v=4", + "gravatar_id": "", + "contributions": 17 + }, + { + "id": 83653014, + "github_url": "https://github.com/ana-lobos", + "avatar_url": "https://avatars.githubusercontent.com/u/83653014?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 15892775, "github_url": "https://github.com/cayd", @@ -15496,13 +15839,6 @@ "gravatar_id": "", "contributions": 9 }, - { - "id": 83653014, - "github_url": "https://github.com/ana-lobos", - "avatar_url": "https://avatars.githubusercontent.com/u/83653014?v=4", - "gravatar_id": "", - "contributions": 8 - }, { "id": 23623824, "github_url": "https://github.com/qooqu", @@ -15650,13 +15986,6 @@ "gravatar_id": "", "contributions": 1 }, - { - "id": 57149590, - "github_url": "https://github.com/jamiesiu", - "avatar_url": "https://avatars.githubusercontent.com/u/57149590?v=4", - "gravatar_id": "", - "contributions": 1 - }, { "id": 57929936, "github_url": "https://github.com/saintpf", @@ -15694,28 +16023,35 @@ "github_url": "https://github.com/aahvocado", "avatar_url": "https://avatars.githubusercontent.com/u/2266545?v=4", "gravatar_id": "", - "contributions": 117 + "contributions": 119 }, { "id": 46510558, "github_url": "https://github.com/thomasdemoner", "avatar_url": "https://avatars.githubusercontent.com/u/46510558?v=4", "gravatar_id": "", - "contributions": 58 + "contributions": 61 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 51 + "contributions": 54 }, { "id": 95264836, "github_url": "https://github.com/ValeriyaMetla", "avatar_url": "https://avatars.githubusercontent.com/u/95264836?v=4", "gravatar_id": "", - "contributions": 50 + "contributions": 52 + }, + { + "id": 87077650, + "github_url": "https://github.com/SamHyler", + "avatar_url": "https://avatars.githubusercontent.com/u/87077650?v=4", + "gravatar_id": "", + "contributions": 51 }, { "id": 78319934, @@ -15724,13 +16060,6 @@ "gravatar_id": "", "contributions": 43 }, - { - "id": 87077650, - "github_url": "https://github.com/SamHyler", - "avatar_url": "https://avatars.githubusercontent.com/u/87077650?v=4", - "gravatar_id": "", - "contributions": 39 - }, { "id": 54191142, "github_url": "https://github.com/H1Angela", @@ -15780,6 +16109,13 @@ "gravatar_id": "", "contributions": 19 }, + { + "id": 57149590, + "github_url": "https://github.com/jamiesiu", + "avatar_url": "https://avatars.githubusercontent.com/u/57149590?v=4", + "gravatar_id": "", + "contributions": 17 + }, { "id": 49699333, "github_url": "https://github.com/apps/dependabot", @@ -15794,6 +16130,13 @@ "gravatar_id": "", "contributions": 13 }, + { + "id": 83653014, + "github_url": "https://github.com/ana-lobos", + "avatar_url": "https://avatars.githubusercontent.com/u/83653014?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 96545618, "github_url": "https://github.com/jessicaherling", @@ -15801,13 +16144,6 @@ "gravatar_id": "", "contributions": 9 }, - { - "id": 83653014, - "github_url": "https://github.com/ana-lobos", - "avatar_url": "https://avatars.githubusercontent.com/u/83653014?v=4", - "gravatar_id": "", - "contributions": 8 - }, { "id": 23623824, "github_url": "https://github.com/qooqu", @@ -15941,13 +16277,6 @@ "gravatar_id": "", "contributions": 1 }, - { - "id": 57149590, - "github_url": "https://github.com/jamiesiu", - "avatar_url": "https://avatars.githubusercontent.com/u/57149590?v=4", - "gravatar_id": "", - "contributions": 1 - }, { "id": 57929936, "github_url": "https://github.com/saintpf", @@ -15987,7 +16316,7 @@ "github_url": "https://github.com/ddfridley", "avatar_url": "https://avatars.githubusercontent.com/u/3317487?v=4", "gravatar_id": "", - "contributions": 1266 + "contributions": 1280 }, { "id": 63484411, @@ -16003,6 +16332,13 @@ "gravatar_id": "", "contributions": 72 }, + { + "id": 65237048, + "github_url": "https://github.com/kamui-fin", + "avatar_url": "https://avatars.githubusercontent.com/u/65237048?v=4", + "gravatar_id": "", + "contributions": 52 + }, { "id": 17522200, "github_url": "https://github.com/thong-pham", @@ -16017,13 +16353,6 @@ "gravatar_id": "", "contributions": 48 }, - { - "id": 65237048, - "github_url": "https://github.com/kamui-fin", - "avatar_url": "https://avatars.githubusercontent.com/u/65237048?v=4", - "gravatar_id": "", - "contributions": 41 - }, { "id": 32424238, "github_url": "https://github.com/MrNanosh", @@ -16138,7 +16467,7 @@ "github_url": "https://github.com/ddfridley", "avatar_url": "https://avatars.githubusercontent.com/u/3317487?v=4", "gravatar_id": "", - "contributions": 396 + "contributions": 403 }, { "id": 57958253, @@ -16183,18 +16512,18 @@ "contributions": 16 }, { - "id": 63484411, - "github_url": "https://github.com/alex-808", - "avatar_url": "https://avatars.githubusercontent.com/u/63484411?v=4", + "id": 7525787, + "github_url": "https://github.com/jetamartin", + "avatar_url": "https://avatars.githubusercontent.com/u/7525787?v=4", "gravatar_id": "", "contributions": 14 }, { - "id": 7525787, - "github_url": "https://github.com/jetamartin", - "avatar_url": "https://avatars.githubusercontent.com/u/7525787?v=4", + "id": 63484411, + "github_url": "https://github.com/alex-808", + "avatar_url": "https://avatars.githubusercontent.com/u/63484411?v=4", "gravatar_id": "", - "contributions": 13 + "contributions": 14 }, { "id": 65237048, @@ -16217,6 +16546,13 @@ "gravatar_id": "", "contributions": 8 }, + { + "id": 25037168, + "github_url": "https://github.com/ice1080", + "avatar_url": "https://avatars.githubusercontent.com/u/25037168?v=4", + "gravatar_id": "", + "contributions": 8 + }, { "id": 49699333, "github_url": "https://github.com/apps/dependabot", @@ -16238,13 +16574,6 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 25037168, - "github_url": "https://github.com/ice1080", - "avatar_url": "https://avatars.githubusercontent.com/u/25037168?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 37117652, "github_url": "https://github.com/gmunilla14", @@ -16308,6 +16637,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 50094420, + "github_url": "https://github.com/nynaalekhya", + "avatar_url": "https://avatars.githubusercontent.com/u/50094420?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 71539113, "github_url": "https://github.com/tngan8519", @@ -16391,6 +16727,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/93889518?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 104791004, + "github_url": "https://github.com/nicholas-terry", + "avatar_url": "https://avatars.githubusercontent.com/u/104791004?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, @@ -16401,7 +16744,7 @@ "github_url": "https://github.com/ddfridley", "avatar_url": "https://avatars.githubusercontent.com/u/3317487?v=4", "gravatar_id": "", - "contributions": 1662 + "contributions": 1683 }, { "id": 57958253, @@ -16431,6 +16774,13 @@ "gravatar_id": "", "contributions": 72 }, + { + "id": 65237048, + "github_url": "https://github.com/kamui-fin", + "avatar_url": "https://avatars.githubusercontent.com/u/65237048?v=4", + "gravatar_id": "", + "contributions": 64 + }, { "id": 28687672, "github_url": "https://github.com/BolunThompson", @@ -16445,13 +16795,6 @@ "gravatar_id": "", "contributions": 56 }, - { - "id": 65237048, - "github_url": "https://github.com/kamui-fin", - "avatar_url": "https://avatars.githubusercontent.com/u/65237048?v=4", - "gravatar_id": "", - "contributions": 53 - }, { "id": 10878996, "github_url": "https://github.com/epg323", @@ -16471,7 +16814,7 @@ "github_url": "https://github.com/ice1080", "avatar_url": "https://avatars.githubusercontent.com/u/25037168?v=4", "gravatar_id": "", - "contributions": 28 + "contributions": 32 }, { "id": 60209605, @@ -16485,7 +16828,7 @@ "github_url": "https://github.com/jetamartin", "avatar_url": "https://avatars.githubusercontent.com/u/7525787?v=4", "gravatar_id": "", - "contributions": 18 + "contributions": 19 }, { "id": 59934942, @@ -16613,6 +16956,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 50094420, + "github_url": "https://github.com/nynaalekhya", + "avatar_url": "https://avatars.githubusercontent.com/u/50094420?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 6857695, "github_url": "https://github.com/nancyheiss", @@ -16682,6 +17032,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/93889518?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 104791004, + "github_url": "https://github.com/nicholas-terry", + "avatar_url": "https://avatars.githubusercontent.com/u/104791004?v=4", + "gravatar_id": "", + "contributions": 1 } ] } @@ -17036,18 +17393,18 @@ "gravatar_id": "", "contributions": 72 }, - { - "id": 30099154, - "github_url": "https://github.com/Jonathanko52", - "avatar_url": "https://avatars.githubusercontent.com/u/30099154?v=4", - "gravatar_id": "", - "contributions": 40 - }, { "id": 49699333, "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", + "contributions": 45 + }, + { + "id": 30099154, + "github_url": "https://github.com/Jonathanko52", + "avatar_url": "https://avatars.githubusercontent.com/u/30099154?v=4", + "gravatar_id": "", "contributions": 40 }, { @@ -17097,14 +17454,14 @@ "github_url": "https://github.com/FoxShaunR", "avatar_url": "https://avatars.githubusercontent.com/u/9056298?v=4", "gravatar_id": "", - "contributions": 12 + "contributions": 14 }, { "id": 31290895, "github_url": "https://github.com/evanyang1", "avatar_url": "https://avatars.githubusercontent.com/u/31290895?v=4", "gravatar_id": "", - "contributions": 11 + "contributions": 14 }, { "id": 19879362, @@ -17160,7 +17517,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 5 + "contributions": 6 }, { "id": 25188961, @@ -17276,7 +17633,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 112 + "contributions": 113 }, { "id": 11681030, @@ -17327,6 +17684,13 @@ "gravatar_id": "", "contributions": 42 }, + { + "id": 53061723, + "github_url": "https://github.com/jbubar", + "avatar_url": "https://avatars.githubusercontent.com/u/53061723?v=4", + "gravatar_id": "", + "contributions": 39 + }, { "id": 39248174, "github_url": "https://github.com/sarL3y", @@ -17341,13 +17705,6 @@ "gravatar_id": "", "contributions": 36 }, - { - "id": 53061723, - "github_url": "https://github.com/jbubar", - "avatar_url": "https://avatars.githubusercontent.com/u/53061723?v=4", - "gravatar_id": "", - "contributions": 36 - }, { "id": 50686892, "github_url": "https://github.com/Rankazze", @@ -17355,6 +17712,13 @@ "gravatar_id": "", "contributions": 30 }, + { + "id": 9056298, + "github_url": "https://github.com/FoxShaunR", + "avatar_url": "https://avatars.githubusercontent.com/u/9056298?v=4", + "gravatar_id": "", + "contributions": 29 + }, { "id": 6233406, "github_url": "https://github.com/awhig", @@ -17397,13 +17761,6 @@ "gravatar_id": "", "contributions": 17 }, - { - "id": 9056298, - "github_url": "https://github.com/FoxShaunR", - "avatar_url": "https://avatars.githubusercontent.com/u/9056298?v=4", - "gravatar_id": "", - "contributions": 16 - }, { "id": 19879362, "github_url": "https://github.com/chukalicious", @@ -17425,6 +17782,13 @@ "gravatar_id": "", "contributions": 14 }, + { + "id": 49699333, + "github_url": "https://github.com/apps/dependabot", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 75456721, "github_url": "https://github.com/Olivia-Chiong", @@ -17433,11 +17797,11 @@ "contributions": 10 }, { - "id": 49699333, - "github_url": "https://github.com/apps/dependabot", - "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "id": 31290895, + "github_url": "https://github.com/evanyang1", + "avatar_url": "https://avatars.githubusercontent.com/u/31290895?v=4", "gravatar_id": "", - "contributions": 8 + "contributions": 9 }, { "id": 87212270, @@ -17453,13 +17817,6 @@ "gravatar_id": "", "contributions": 7 }, - { - "id": 31290895, - "github_url": "https://github.com/evanyang1", - "avatar_url": "https://avatars.githubusercontent.com/u/31290895?v=4", - "gravatar_id": "", - "contributions": 6 - }, { "id": 51861742, "github_url": "https://github.com/dae-hyun-kim", @@ -17840,7 +18197,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 117 + "contributions": 119 }, { "id": 43095489, @@ -17910,14 +18267,21 @@ "github_url": "https://github.com/jbubar", "avatar_url": "https://avatars.githubusercontent.com/u/53061723?v=4", "gravatar_id": "", - "contributions": 58 + "contributions": 61 }, { "id": 49699333, "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 48 + "contributions": 55 + }, + { + "id": 9056298, + "github_url": "https://github.com/FoxShaunR", + "avatar_url": "https://avatars.githubusercontent.com/u/9056298?v=4", + "gravatar_id": "", + "contributions": 43 }, { "id": 50686892, @@ -17933,13 +18297,6 @@ "gravatar_id": "", "contributions": 29 }, - { - "id": 9056298, - "github_url": "https://github.com/FoxShaunR", - "avatar_url": "https://avatars.githubusercontent.com/u/9056298?v=4", - "gravatar_id": "", - "contributions": 28 - }, { "id": 9064317, "github_url": "https://github.com/rachelwhaley", @@ -17961,6 +18318,13 @@ "gravatar_id": "", "contributions": 25 }, + { + "id": 31290895, + "github_url": "https://github.com/evanyang1", + "avatar_url": "https://avatars.githubusercontent.com/u/31290895?v=4", + "gravatar_id": "", + "contributions": 23 + }, { "id": 1127804, "github_url": "https://github.com/MasterBirdy", @@ -17975,13 +18339,6 @@ "gravatar_id": "", "contributions": 17 }, - { - "id": 31290895, - "github_url": "https://github.com/evanyang1", - "avatar_url": "https://avatars.githubusercontent.com/u/31290895?v=4", - "gravatar_id": "", - "contributions": 17 - }, { "id": 87212270, "github_url": "https://github.com/WalterT-MK", @@ -18382,7 +18739,7 @@ "github_url": "https://github.com/tylerthome", "avatar_url": "https://avatars.githubusercontent.com/u/9952154?v=4", "gravatar_id": "", - "contributions": 128 + "contributions": 130 }, { "id": 5304045, @@ -18477,14 +18834,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 88 + "contributions": 89 }, { "id": 10876900, "github_url": "https://github.com/JRHutson", "avatar_url": "https://avatars.githubusercontent.com/u/10876900?v=4", "gravatar_id": "", - "contributions": 74 + "contributions": 82 }, { "id": 9952154, @@ -18633,6 +18990,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 5248025, + "github_url": "https://github.com/rossbb", + "avatar_url": "https://avatars.githubusercontent.com/u/5248025?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 64227002, "github_url": "https://github.com/ariamacabre", @@ -18712,7 +19076,7 @@ "github_url": "https://github.com/tylerthome", "avatar_url": "https://avatars.githubusercontent.com/u/9952154?v=4", "gravatar_id": "", - "contributions": 186 + "contributions": 188 }, { "id": 48224444, @@ -18733,14 +19097,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 95 + "contributions": 96 }, { "id": 10876900, "github_url": "https://github.com/JRHutson", "avatar_url": "https://avatars.githubusercontent.com/u/10876900?v=4", "gravatar_id": "", - "contributions": 84 + "contributions": 92 }, { "id": 5304045, @@ -18896,6 +19260,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 5248025, + "github_url": "https://github.com/rossbb", + "avatar_url": "https://avatars.githubusercontent.com/u/5248025?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 64227002, "github_url": "https://github.com/ariamacabre", @@ -19149,7 +19520,7 @@ "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 78 + "contributions": 79 }, { "id": 46033579, @@ -19356,7 +19727,7 @@ "github_url": "https://github.com/apps/codeclimate", "avatar_url": "https://avatars.githubusercontent.com/in/9403?v=4", "gravatar_id": "", - "contributions": 775 + "contributions": 781 }, { "id": 37763229, @@ -19391,14 +19762,14 @@ "github_url": "https://github.com/bruceplai", "avatar_url": "https://avatars.githubusercontent.com/u/1535252?v=4", "gravatar_id": "", - "contributions": 168 + "contributions": 173 }, { "id": 38507899, "github_url": "https://github.com/smsada", "avatar_url": "https://avatars.githubusercontent.com/u/38507899?v=4", "gravatar_id": "", - "contributions": 155 + "contributions": 172 }, { "id": 75779290, @@ -19419,14 +19790,14 @@ "github_url": "https://github.com/maxskewes", "avatar_url": "https://avatars.githubusercontent.com/u/56147232?v=4", "gravatar_id": "", - "contributions": 107 + "contributions": 108 }, { "id": 5952, "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 104 + "contributions": 106 }, { "id": 10876843, @@ -19610,6 +19981,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 299332, + "github_url": "https://github.com/deserat", + "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 50453762, "github_url": "https://github.com/ashleyerffmeyer", @@ -19659,13 +20037,6 @@ "gravatar_id": "", "contributions": 6 }, - { - "id": 299332, - "github_url": "https://github.com/deserat", - "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 5824989, "github_url": "https://github.com/imann24", @@ -19857,14 +20228,14 @@ "github_url": "https://github.com/apps/codeclimate", "avatar_url": "https://avatars.githubusercontent.com/in/9403?v=4", "gravatar_id": "", - "contributions": 775 + "contributions": 781 }, { "id": 1535252, "github_url": "https://github.com/bruceplai", "avatar_url": "https://avatars.githubusercontent.com/u/1535252?v=4", "gravatar_id": "", - "contributions": 521 + "contributions": 526 }, { "id": 1218844, @@ -19878,7 +20249,7 @@ "github_url": "https://github.com/maxskewes", "avatar_url": "https://avatars.githubusercontent.com/u/56147232?v=4", "gravatar_id": "", - "contributions": 260 + "contributions": 261 }, { "id": 37763229, @@ -19920,14 +20291,14 @@ "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 182 + "contributions": 185 }, { "id": 38507899, "github_url": "https://github.com/smsada", "avatar_url": "https://avatars.githubusercontent.com/u/38507899?v=4", "gravatar_id": "", - "contributions": 155 + "contributions": 172 }, { "id": 75779290, @@ -20153,6 +20524,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 299332, + "github_url": "https://github.com/deserat", + "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 50453762, "github_url": "https://github.com/ashleyerffmeyer", @@ -20209,13 +20587,6 @@ "gravatar_id": "", "contributions": 6 }, - { - "id": 299332, - "github_url": "https://github.com/deserat", - "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 1783439, "github_url": "https://github.com/thekaveman", @@ -20806,7 +21177,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 39 + "contributions": 44 }, { "id": 36276149, @@ -20856,6 +21227,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/7094304?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 45950755, + "github_url": "https://github.com/gordonruby", + "avatar_url": "https://avatars.githubusercontent.com/u/45950755?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, @@ -20866,7 +21244,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 353 + "contributions": 359 }, { "id": 75456721, @@ -20915,7 +21293,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 25 }, { "id": 75585533, @@ -20952,6 +21330,13 @@ "gravatar_id": "", "contributions": 18 }, + { + "id": 101159525, + "github_url": "https://github.com/FeyiA", + "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "gravatar_id": "", + "contributions": 18 + }, { "id": 47950704, "github_url": "https://github.com/superbunker", @@ -20973,13 +21358,6 @@ "gravatar_id": "", "contributions": 15 }, - { - "id": 101159525, - "github_url": "https://github.com/FeyiA", - "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", - "gravatar_id": "", - "contributions": 15 - }, { "id": 44422322, "github_url": "https://github.com/ahdithebomb", @@ -21218,6 +21596,13 @@ "gravatar_id": "", "contributions": 4 }, + { + "id": 101733238, + "github_url": "https://github.com/DMLROG", + "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "gravatar_id": "", + "contributions": 4 + }, { "id": 3317487, "github_url": "https://github.com/ddfridley", @@ -21380,9 +21765,9 @@ "contributions": 2 }, { - "id": 101733238, - "github_url": "https://github.com/DMLROG", - "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "id": 101270105, + "github_url": "https://github.com/Tola-Fame", + "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", "gravatar_id": "", "contributions": 2 }, @@ -21679,13 +22064,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/99780325?v=4", "gravatar_id": "", "contributions": 1 - }, - { - "id": 101270105, - "github_url": "https://github.com/Tola-Fame", - "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", - "gravatar_id": "", - "contributions": 1 } ] }, @@ -21696,7 +22074,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 392 + "contributions": 403 }, { "id": 75456721, @@ -21745,7 +22123,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 25 }, { "id": 75585533, @@ -21782,6 +22160,13 @@ "gravatar_id": "", "contributions": 18 }, + { + "id": 101159525, + "github_url": "https://github.com/FeyiA", + "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "gravatar_id": "", + "contributions": 18 + }, { "id": 47950704, "github_url": "https://github.com/superbunker", @@ -21803,13 +22188,6 @@ "gravatar_id": "", "contributions": 15 }, - { - "id": 101159525, - "github_url": "https://github.com/FeyiA", - "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", - "gravatar_id": "", - "contributions": 15 - }, { "id": 44422322, "github_url": "https://github.com/ahdithebomb", @@ -22062,6 +22440,13 @@ "gravatar_id": "", "contributions": 4 }, + { + "id": 101733238, + "github_url": "https://github.com/DMLROG", + "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "gravatar_id": "", + "contributions": 4 + }, { "id": 3317487, "github_url": "https://github.com/ddfridley", @@ -22210,9 +22595,9 @@ "contributions": 2 }, { - "id": 101733238, - "github_url": "https://github.com/DMLROG", - "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "id": 101270105, + "github_url": "https://github.com/Tola-Fame", + "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", "gravatar_id": "", "contributions": 2 }, @@ -22370,6 +22755,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 45950755, + "github_url": "https://github.com/gordonruby", + "avatar_url": "https://avatars.githubusercontent.com/u/45950755?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 50305762, "github_url": "https://github.com/tan-zhou", @@ -22509,13 +22901,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/99780325?v=4", "gravatar_id": "", "contributions": 1 - }, - { - "id": 101270105, - "github_url": "https://github.com/Tola-Fame", - "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", - "gravatar_id": "", - "contributions": 1 } ] } @@ -22597,7 +22982,7 @@ "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 78 + "contributions": 79 }, { "id": 46033579, @@ -22804,7 +23189,7 @@ "github_url": "https://github.com/apps/codeclimate", "avatar_url": "https://avatars.githubusercontent.com/in/9403?v=4", "gravatar_id": "", - "contributions": 775 + "contributions": 781 }, { "id": 37763229, @@ -22839,14 +23224,14 @@ "github_url": "https://github.com/bruceplai", "avatar_url": "https://avatars.githubusercontent.com/u/1535252?v=4", "gravatar_id": "", - "contributions": 168 + "contributions": 173 }, { "id": 38507899, "github_url": "https://github.com/smsada", "avatar_url": "https://avatars.githubusercontent.com/u/38507899?v=4", "gravatar_id": "", - "contributions": 155 + "contributions": 172 }, { "id": 75779290, @@ -22867,14 +23252,14 @@ "github_url": "https://github.com/maxskewes", "avatar_url": "https://avatars.githubusercontent.com/u/56147232?v=4", "gravatar_id": "", - "contributions": 107 + "contributions": 108 }, { "id": 5952, "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 104 + "contributions": 106 }, { "id": 10876843, @@ -23058,6 +23443,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 299332, + "github_url": "https://github.com/deserat", + "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 50453762, "github_url": "https://github.com/ashleyerffmeyer", @@ -23107,13 +23499,6 @@ "gravatar_id": "", "contributions": 6 }, - { - "id": 299332, - "github_url": "https://github.com/deserat", - "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 5824989, "github_url": "https://github.com/imann24", @@ -23305,14 +23690,14 @@ "github_url": "https://github.com/apps/codeclimate", "avatar_url": "https://avatars.githubusercontent.com/in/9403?v=4", "gravatar_id": "", - "contributions": 775 + "contributions": 781 }, { "id": 1535252, "github_url": "https://github.com/bruceplai", "avatar_url": "https://avatars.githubusercontent.com/u/1535252?v=4", "gravatar_id": "", - "contributions": 521 + "contributions": 526 }, { "id": 1218844, @@ -23326,7 +23711,7 @@ "github_url": "https://github.com/maxskewes", "avatar_url": "https://avatars.githubusercontent.com/u/56147232?v=4", "gravatar_id": "", - "contributions": 260 + "contributions": 261 }, { "id": 37763229, @@ -23368,14 +23753,14 @@ "github_url": "https://github.com/cnk", "avatar_url": "https://avatars.githubusercontent.com/u/5952?v=4", "gravatar_id": "", - "contributions": 182 + "contributions": 185 }, { "id": 38507899, "github_url": "https://github.com/smsada", "avatar_url": "https://avatars.githubusercontent.com/u/38507899?v=4", "gravatar_id": "", - "contributions": 155 + "contributions": 172 }, { "id": 75779290, @@ -23601,6 +23986,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 299332, + "github_url": "https://github.com/deserat", + "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 50453762, "github_url": "https://github.com/ashleyerffmeyer", @@ -23657,13 +24049,6 @@ "gravatar_id": "", "contributions": 6 }, - { - "id": 299332, - "github_url": "https://github.com/deserat", - "avatar_url": "https://avatars.githubusercontent.com/u/299332?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 1783439, "github_url": "https://github.com/thekaveman", @@ -23894,6 +24279,13 @@ "gravatar_id": "", "contributions": 96 }, + { + "id": 62368440, + "github_url": "https://github.com/Aveline-art", + "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", + "gravatar_id": "", + "contributions": 95 + }, { "id": 6464919, "github_url": "https://github.com/jafow", @@ -23922,13 +24314,6 @@ "gravatar_id": "", "contributions": 56 }, - { - "id": 62368440, - "github_url": "https://github.com/Aveline-art", - "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", - "gravatar_id": "", - "contributions": 54 - }, { "id": 61798667, "github_url": "https://github.com/NivenPrasad", @@ -23948,7 +24333,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 18 + "contributions": 21 }, { "id": 35281980, @@ -24036,7 +24421,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 250 + "contributions": 254 }, { "id": 61798667, @@ -24099,7 +24484,7 @@ "github_url": "https://github.com/Aveline-art", "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", "gravatar_id": "", - "contributions": 20 + "contributions": 22 }, { "id": 24448751, @@ -24411,7 +24796,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 268 + "contributions": 275 }, { "id": 61798667, @@ -24448,6 +24833,13 @@ "gravatar_id": "", "contributions": 160 }, + { + "id": 62368440, + "github_url": "https://github.com/Aveline-art", + "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", + "gravatar_id": "", + "contributions": 117 + }, { "id": 32349001, "github_url": "https://github.com/akibrhast", @@ -24476,13 +24868,6 @@ "gravatar_id": "", "contributions": 76 }, - { - "id": 62368440, - "github_url": "https://github.com/Aveline-art", - "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", - "gravatar_id": "", - "contributions": 74 - }, { "id": 43450074, "github_url": "https://github.com/nahyungkim1220", @@ -24969,14 +25354,14 @@ "github_url": "https://github.com/kcoronel", "avatar_url": "https://avatars.githubusercontent.com/u/38144130?v=4", "gravatar_id": "", - "contributions": 267 + "contributions": 278 }, { "id": 98001560, "github_url": "https://github.com/staceyrebekahscott", "avatar_url": "https://avatars.githubusercontent.com/u/98001560?v=4", "gravatar_id": "", - "contributions": 103 + "contributions": 171 }, { "id": 69663209, @@ -24997,7 +25382,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 33 + "contributions": 34 }, { "id": 3424516, @@ -25028,16 +25413,30 @@ "contributions": 18 }, { - "id": 38309438, - "github_url": "https://github.com/theswerd", - "avatar_url": "https://avatars.githubusercontent.com/u/38309438?v=4", + "id": 101009031, + "github_url": "https://github.com/kaerii", + "avatar_url": "https://avatars.githubusercontent.com/u/101009031?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 18 }, { - "id": 68202045, - "github_url": "https://github.com/alligatormonday", - "avatar_url": "https://avatars.githubusercontent.com/u/68202045?v=4", + "id": 81274147, + "github_url": "https://github.com/jonlam27", + "avatar_url": "https://avatars.githubusercontent.com/u/81274147?v=4", + "gravatar_id": "", + "contributions": 12 + }, + { + "id": 38309438, + "github_url": "https://github.com/theswerd", + "avatar_url": "https://avatars.githubusercontent.com/u/38309438?v=4", + "gravatar_id": "", + "contributions": 9 + }, + { + "id": 68202045, + "github_url": "https://github.com/alligatormonday", + "avatar_url": "https://avatars.githubusercontent.com/u/68202045?v=4", "gravatar_id": "", "contributions": 8 }, @@ -25046,14 +25445,7 @@ "github_url": "https://github.com/fedelandini", "avatar_url": "https://avatars.githubusercontent.com/u/71118350?v=4", "gravatar_id": "", - "contributions": 7 - }, - { - "id": 81274147, - "github_url": "https://github.com/jonlam27", - "avatar_url": "https://avatars.githubusercontent.com/u/81274147?v=4", - "gravatar_id": "", - "contributions": 7 + "contributions": 8 }, { "id": 11740410, @@ -25118,6 +25510,20 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 94429008, + "github_url": "https://github.com/seyounglee2001", + "avatar_url": "https://avatars.githubusercontent.com/u/94429008?v=4", + "gravatar_id": "", + "contributions": 3 + }, + { + "id": 101683131, + "github_url": "https://github.com/zuriisawesome", + "avatar_url": "https://avatars.githubusercontent.com/u/101683131?v=4", + "gravatar_id": "", + "contributions": 3 + }, { "id": 13526442, "github_url": "https://github.com/BrianCodes33", @@ -25160,13 +25566,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 94429008, - "github_url": "https://github.com/seyounglee2001", - "avatar_url": "https://avatars.githubusercontent.com/u/94429008?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 18221058, "github_url": "https://github.com/KianBadie", @@ -25201,13 +25600,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/81199122?v=4", "gravatar_id": "", "contributions": 1 - }, - { - "id": 101009031, - "github_url": "https://github.com/kaerii", - "avatar_url": "https://avatars.githubusercontent.com/u/101009031?v=4", - "gravatar_id": "", - "contributions": 1 } ] }, @@ -25225,7 +25617,7 @@ "github_url": "https://github.com/kcoronel", "avatar_url": "https://avatars.githubusercontent.com/u/38144130?v=4", "gravatar_id": "", - "contributions": 279 + "contributions": 290 }, { "id": 47701264, @@ -25234,6 +25626,13 @@ "gravatar_id": "", "contributions": 184 }, + { + "id": 98001560, + "github_url": "https://github.com/staceyrebekahscott", + "avatar_url": "https://avatars.githubusercontent.com/u/98001560?v=4", + "gravatar_id": "", + "contributions": 171 + }, { "id": 3424516, "github_url": "https://github.com/aNullValue", @@ -25248,13 +25647,6 @@ "gravatar_id": "", "contributions": 133 }, - { - "id": 98001560, - "github_url": "https://github.com/staceyrebekahscott", - "avatar_url": "https://avatars.githubusercontent.com/u/98001560?v=4", - "gravatar_id": "", - "contributions": 103 - }, { "id": 69663209, "github_url": "https://github.com/Arjayellis", @@ -25281,7 +25673,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 39 + "contributions": 40 }, { "id": 35116846, @@ -25311,6 +25703,13 @@ "gravatar_id": "", "contributions": 26 }, + { + "id": 101009031, + "github_url": "https://github.com/kaerii", + "avatar_url": "https://avatars.githubusercontent.com/u/101009031?v=4", + "gravatar_id": "", + "contributions": 18 + }, { "id": 59858341, "github_url": "https://github.com/JacobZwang", @@ -25318,6 +25717,13 @@ "gravatar_id": "", "contributions": 16 }, + { + "id": 81274147, + "github_url": "https://github.com/jonlam27", + "avatar_url": "https://avatars.githubusercontent.com/u/81274147?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 55669665, "github_url": "https://github.com/lennessyy", @@ -25339,24 +25745,17 @@ "gravatar_id": "", "contributions": 9 }, - { - "id": 61864731, - "github_url": "https://github.com/allysmatrix", - "avatar_url": "https://avatars.githubusercontent.com/u/61864731?v=4", - "gravatar_id": "", - "contributions": 7 - }, { "id": 71118350, "github_url": "https://github.com/fedelandini", "avatar_url": "https://avatars.githubusercontent.com/u/71118350?v=4", "gravatar_id": "", - "contributions": 7 + "contributions": 8 }, { - "id": 81274147, - "github_url": "https://github.com/jonlam27", - "avatar_url": "https://avatars.githubusercontent.com/u/81274147?v=4", + "id": 61864731, + "github_url": "https://github.com/allysmatrix", + "avatar_url": "https://avatars.githubusercontent.com/u/61864731?v=4", "gravatar_id": "", "contributions": 7 }, @@ -25435,7 +25834,14 @@ "github_url": "https://github.com/seyounglee2001", "avatar_url": "https://avatars.githubusercontent.com/u/94429008?v=4", "gravatar_id": "", - "contributions": 2 + "contributions": 3 + }, + { + "id": 101683131, + "github_url": "https://github.com/zuriisawesome", + "avatar_url": "https://avatars.githubusercontent.com/u/101683131?v=4", + "gravatar_id": "", + "contributions": 3 }, { "id": 10876900, @@ -25478,13 +25884,6 @@ "avatar_url": "https://avatars.githubusercontent.com/u/81199122?v=4", "gravatar_id": "", "contributions": 1 - }, - { - "id": 101009031, - "github_url": "https://github.com/kaerii", - "avatar_url": "https://avatars.githubusercontent.com/u/101009031?v=4", - "gravatar_id": "", - "contributions": 1 } ] } @@ -25526,6 +25925,13 @@ "gravatar_id": "", "contributions": 96 }, + { + "id": 62368440, + "github_url": "https://github.com/Aveline-art", + "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", + "gravatar_id": "", + "contributions": 95 + }, { "id": 6464919, "github_url": "https://github.com/jafow", @@ -25554,13 +25960,6 @@ "gravatar_id": "", "contributions": 56 }, - { - "id": 62368440, - "github_url": "https://github.com/Aveline-art", - "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", - "gravatar_id": "", - "contributions": 54 - }, { "id": 61798667, "github_url": "https://github.com/NivenPrasad", @@ -25580,7 +25979,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 18 + "contributions": 21 }, { "id": 35281980, @@ -25668,7 +26067,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 251 + "contributions": 255 }, { "id": 61798667, @@ -25731,7 +26130,7 @@ "github_url": "https://github.com/Aveline-art", "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", "gravatar_id": "", - "contributions": 22 + "contributions": 24 }, { "id": 24448751, @@ -26043,7 +26442,7 @@ "github_url": "https://github.com/henlatourrette", "avatar_url": "https://avatars.githubusercontent.com/u/21250505?v=4", "gravatar_id": "", - "contributions": 269 + "contributions": 276 }, { "id": 61798667, @@ -26080,6 +26479,13 @@ "gravatar_id": "", "contributions": 160 }, + { + "id": 62368440, + "github_url": "https://github.com/Aveline-art", + "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", + "gravatar_id": "", + "contributions": 119 + }, { "id": 32349001, "github_url": "https://github.com/akibrhast", @@ -26108,13 +26514,6 @@ "gravatar_id": "", "contributions": 76 }, - { - "id": 62368440, - "github_url": "https://github.com/Aveline-art", - "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", - "gravatar_id": "", - "contributions": 76 - }, { "id": 43450074, "github_url": "https://github.com/nahyungkim1220", @@ -26502,7 +26901,8 @@ "Python", "Dockerfile", "HTML", - "CSS" + "CSS", + "Shell" ], "repoEndpoint": "https://api.github.com/repos/hackforla/CivicTechJobs", "commitContributors": { @@ -26512,7 +26912,7 @@ "github_url": "https://github.com/Aveline-art", "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", "gravatar_id": "", - "contributions": 258 + "contributions": 267 }, { "id": 77471354, @@ -26540,7 +26940,7 @@ "github_url": "https://github.com/apps/dependabot", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", - "contributions": 3 + "contributions": 4 }, { "id": 7094304, @@ -26556,6 +26956,20 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 32078396, + "github_url": "https://github.com/ethanstrominger", + "avatar_url": "https://avatars.githubusercontent.com/u/32078396?v=4", + "gravatar_id": "", + "contributions": 1 + }, + { + "id": 7035052, + "github_url": "https://github.com/Enzyme3", + "avatar_url": "https://avatars.githubusercontent.com/u/7035052?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 40401149, "github_url": "https://github.com/arghmatey", @@ -26572,42 +26986,42 @@ "github_url": "https://github.com/Aveline-art", "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", "gravatar_id": "", - "contributions": 192 + "contributions": 220 }, { "id": 7094304, "github_url": "https://github.com/sdimran", "avatar_url": "https://avatars.githubusercontent.com/u/7094304?v=4", "gravatar_id": "", - "contributions": 153 + "contributions": 169 }, { "id": 88695763, "github_url": "https://github.com/jenchuu", "avatar_url": "https://avatars.githubusercontent.com/u/88695763?v=4", "gravatar_id": "", - "contributions": 97 + "contributions": 101 + }, + { + "id": 82672972, + "github_url": "https://github.com/stephaniestahlberg", + "avatar_url": "https://avatars.githubusercontent.com/u/82672972?v=4", + "gravatar_id": "", + "contributions": 69 }, { "id": 62820275, "github_url": "https://github.com/sharadgaurav7", "avatar_url": "https://avatars.githubusercontent.com/u/62820275?v=4", "gravatar_id": "", - "contributions": 64 + "contributions": 66 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 60 - }, - { - "id": 82672972, - "github_url": "https://github.com/stephaniestahlberg", - "avatar_url": "https://avatars.githubusercontent.com/u/82672972?v=4", - "gravatar_id": "", - "contributions": 56 + "contributions": 61 }, { "id": 82855545, @@ -26616,6 +27030,13 @@ "gravatar_id": "", "contributions": 30 }, + { + "id": 45651986, + "github_url": "https://github.com/NickTSA", + "avatar_url": "https://avatars.githubusercontent.com/u/45651986?v=4", + "gravatar_id": "", + "contributions": 16 + }, { "id": 77471354, "github_url": "https://github.com/slavdefense", @@ -26637,13 +27058,6 @@ "gravatar_id": "", "contributions": 10 }, - { - "id": 45651986, - "github_url": "https://github.com/NickTSA", - "avatar_url": "https://avatars.githubusercontent.com/u/45651986?v=4", - "gravatar_id": "", - "contributions": 9 - }, { "id": 98633176, "github_url": "https://github.com/janzenmolina", @@ -26658,18 +27072,18 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 64109227, - "github_url": "https://github.com/graceerya", - "avatar_url": "https://avatars.githubusercontent.com/u/64109227?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 89435592, "github_url": "https://github.com/Dendorable", "avatar_url": "https://avatars.githubusercontent.com/u/89435592?v=4", "gravatar_id": "", + "contributions": 5 + }, + { + "id": 64109227, + "github_url": "https://github.com/graceerya", + "avatar_url": "https://avatars.githubusercontent.com/u/64109227?v=4", + "gravatar_id": "", "contributions": 4 }, { @@ -26700,6 +27114,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 7035052, + "github_url": "https://github.com/Enzyme3", + "avatar_url": "https://avatars.githubusercontent.com/u/7035052?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 38144130, "github_url": "https://github.com/kcoronel", @@ -26721,6 +27142,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 98062421, + "github_url": "https://github.com/MariaElizabeth04", + "avatar_url": "https://avatars.githubusercontent.com/u/98062421?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 2218553, "github_url": "https://github.com/simzou", @@ -26735,6 +27163,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 32078396, + "github_url": "https://github.com/ethanstrominger", + "avatar_url": "https://avatars.githubusercontent.com/u/32078396?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 38507899, "github_url": "https://github.com/smsada", @@ -26749,6 +27184,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 49699333, + "github_url": "https://github.com/apps/dependabot", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 55627107, "github_url": "https://github.com/Sihemgourou", @@ -26790,6 +27232,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/93346300?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 98901069, + "github_url": "https://github.com/hkimsummer", + "avatar_url": "https://avatars.githubusercontent.com/u/98901069?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, @@ -26800,42 +27249,42 @@ "github_url": "https://github.com/Aveline-art", "avatar_url": "https://avatars.githubusercontent.com/u/62368440?v=4", "gravatar_id": "", - "contributions": 450 + "contributions": 487 }, { "id": 7094304, "github_url": "https://github.com/sdimran", "avatar_url": "https://avatars.githubusercontent.com/u/7094304?v=4", "gravatar_id": "", - "contributions": 156 + "contributions": 172 }, { "id": 88695763, "github_url": "https://github.com/jenchuu", "avatar_url": "https://avatars.githubusercontent.com/u/88695763?v=4", "gravatar_id": "", - "contributions": 97 + "contributions": 101 }, { - "id": 37763229, - "github_url": "https://github.com/ExperimentsInHonesty", - "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", + "id": 82672972, + "github_url": "https://github.com/stephaniestahlberg", + "avatar_url": "https://avatars.githubusercontent.com/u/82672972?v=4", "gravatar_id": "", - "contributions": 64 + "contributions": 69 }, { "id": 62820275, "github_url": "https://github.com/sharadgaurav7", "avatar_url": "https://avatars.githubusercontent.com/u/62820275?v=4", "gravatar_id": "", - "contributions": 64 + "contributions": 66 }, { - "id": 82672972, - "github_url": "https://github.com/stephaniestahlberg", - "avatar_url": "https://avatars.githubusercontent.com/u/82672972?v=4", + "id": 37763229, + "github_url": "https://github.com/ExperimentsInHonesty", + "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 56 + "contributions": 65 }, { "id": 82855545, @@ -26852,10 +27301,17 @@ "contributions": 19 }, { - "id": 63479928, - "github_url": "https://github.com/ihorng", - "avatar_url": "https://avatars.githubusercontent.com/u/63479928?v=4", - "gravatar_id": "", + "id": 45651986, + "github_url": "https://github.com/NickTSA", + "avatar_url": "https://avatars.githubusercontent.com/u/45651986?v=4", + "gravatar_id": "", + "contributions": 18 + }, + { + "id": 63479928, + "github_url": "https://github.com/ihorng", + "avatar_url": "https://avatars.githubusercontent.com/u/63479928?v=4", + "gravatar_id": "", "contributions": 12 }, { @@ -26865,13 +27321,6 @@ "gravatar_id": "", "contributions": 11 }, - { - "id": 45651986, - "github_url": "https://github.com/NickTSA", - "avatar_url": "https://avatars.githubusercontent.com/u/45651986?v=4", - "gravatar_id": "", - "contributions": 11 - }, { "id": 98633176, "github_url": "https://github.com/janzenmolina", @@ -26879,6 +27328,13 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 49699333, + "github_url": "https://github.com/apps/dependabot", + "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 79497980, "github_url": "https://github.com/shinhope", @@ -26886,6 +27342,13 @@ "gravatar_id": "", "contributions": 5 }, + { + "id": 89435592, + "github_url": "https://github.com/Dendorable", + "avatar_url": "https://avatars.githubusercontent.com/u/89435592?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 50686892, "github_url": "https://github.com/Rankazze", @@ -26901,16 +27364,9 @@ "contributions": 4 }, { - "id": 89435592, - "github_url": "https://github.com/Dendorable", - "avatar_url": "https://avatars.githubusercontent.com/u/89435592?v=4", - "gravatar_id": "", - "contributions": 4 - }, - { - "id": 49699333, - "github_url": "https://github.com/apps/dependabot", - "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", + "id": 7035052, + "github_url": "https://github.com/Enzyme3", + "avatar_url": "https://avatars.githubusercontent.com/u/7035052?v=4", "gravatar_id": "", "contributions": 3 }, @@ -26942,6 +27398,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 32078396, + "github_url": "https://github.com/ethanstrominger", + "avatar_url": "https://avatars.githubusercontent.com/u/32078396?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 38144130, "github_url": "https://github.com/kcoronel", @@ -26963,6 +27426,13 @@ "gravatar_id": "", "contributions": 2 }, + { + "id": 98062421, + "github_url": "https://github.com/MariaElizabeth04", + "avatar_url": "https://avatars.githubusercontent.com/u/98062421?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 2218553, "github_url": "https://github.com/simzou", @@ -27032,6 +27502,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/93346300?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 98901069, + "github_url": "https://github.com/hkimsummer", + "avatar_url": "https://avatars.githubusercontent.com/u/98901069?v=4", + "gravatar_id": "", + "contributions": 1 } ] } @@ -27105,7 +27582,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 107 + "contributions": 110 }, { "id": 80374934, @@ -27147,6 +27624,13 @@ "github_url": "https://github.com/miolow", "avatar_url": "https://avatars.githubusercontent.com/u/34775758?v=4", "gravatar_id": "", + "contributions": 16 + }, + { + "id": 25230575, + "github_url": "https://github.com/sanya301", + "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", + "gravatar_id": "", "contributions": 15 }, { @@ -27163,6 +27647,13 @@ "gravatar_id": "", "contributions": 13 }, + { + "id": 102125731, + "github_url": "https://github.com/rpradheap", + "avatar_url": "https://avatars.githubusercontent.com/u/102125731?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 40755531, "github_url": "https://github.com/StevenWuzz", @@ -27205,13 +27696,6 @@ "gravatar_id": "", "contributions": 6 }, - { - "id": 25230575, - "github_url": "https://github.com/sanya301", - "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 82855068, "github_url": "https://github.com/eruan8888", @@ -27226,13 +27710,6 @@ "gravatar_id": "", "contributions": 4 }, - { - "id": 102125731, - "github_url": "https://github.com/rpradheap", - "avatar_url": "https://avatars.githubusercontent.com/u/102125731?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 29154601, "github_url": "https://github.com/akila-git", @@ -27312,7 +27789,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 184 + "contributions": 187 }, { "id": 80374934, @@ -27354,6 +27831,13 @@ "github_url": "https://github.com/miolow", "avatar_url": "https://avatars.githubusercontent.com/u/34775758?v=4", "gravatar_id": "", + "contributions": 16 + }, + { + "id": 25230575, + "github_url": "https://github.com/sanya301", + "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", + "gravatar_id": "", "contributions": 15 }, { @@ -27377,6 +27861,13 @@ "gravatar_id": "", "contributions": 13 }, + { + "id": 102125731, + "github_url": "https://github.com/rpradheap", + "avatar_url": "https://avatars.githubusercontent.com/u/102125731?v=4", + "gravatar_id": "", + "contributions": 13 + }, { "id": 40755531, "github_url": "https://github.com/StevenWuzz", @@ -27419,13 +27910,6 @@ "gravatar_id": "", "contributions": 8 }, - { - "id": 25230575, - "github_url": "https://github.com/sanya301", - "avatar_url": "https://avatars.githubusercontent.com/u/25230575?v=4", - "gravatar_id": "", - "contributions": 5 - }, { "id": 82855068, "github_url": "https://github.com/eruan8888", @@ -27440,13 +27924,6 @@ "gravatar_id": "", "contributions": 4 }, - { - "id": 102125731, - "github_url": "https://github.com/rpradheap", - "avatar_url": "https://avatars.githubusercontent.com/u/102125731?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 29154601, "github_url": "https://github.com/akila-git", @@ -27559,7 +28036,7 @@ "github_url": "https://github.com/ltung05", "avatar_url": "https://avatars.githubusercontent.com/u/75334117?v=4", "gravatar_id": "", - "contributions": 32 + "contributions": 33 }, { "id": 75336198, @@ -27580,7 +28057,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 20 + "contributions": 21 + }, + { + "id": 75643389, + "github_url": "https://github.com/Rabia2219", + "avatar_url": "https://avatars.githubusercontent.com/u/75643389?v=4", + "gravatar_id": "", + "contributions": 10 }, { "id": 60045418, @@ -27624,6 +28108,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 74033062, + "github_url": "https://github.com/wendytran1", + "avatar_url": "https://avatars.githubusercontent.com/u/74033062?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 3531171, "github_url": "https://github.com/leroy", @@ -27661,14 +28152,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 40 + "contributions": 41 }, { "id": 75334117, "github_url": "https://github.com/ltung05", "avatar_url": "https://avatars.githubusercontent.com/u/75334117?v=4", "gravatar_id": "", - "contributions": 35 + "contributions": 36 }, { "id": 75456721, @@ -27677,6 +28168,13 @@ "gravatar_id": "", "contributions": 31 }, + { + "id": 75643389, + "github_url": "https://github.com/Rabia2219", + "avatar_url": "https://avatars.githubusercontent.com/u/75643389?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 60045418, "github_url": "https://github.com/j100892", @@ -27719,6 +28217,13 @@ "gravatar_id": "", "contributions": 3 }, + { + "id": 74033062, + "github_url": "https://github.com/wendytran1", + "avatar_url": "https://avatars.githubusercontent.com/u/74033062?v=4", + "gravatar_id": "", + "contributions": 2 + }, { "id": 3531171, "github_url": "https://github.com/leroy", @@ -27789,7 +28294,7 @@ "github_url": "https://github.com/lrchang2", "avatar_url": "https://avatars.githubusercontent.com/u/10827101?v=4", "gravatar_id": "", - "contributions": 373 + "contributions": 389 }, { "id": 37763229, @@ -27831,7 +28336,7 @@ "github_url": "https://github.com/mxajPrice", "avatar_url": "https://avatars.githubusercontent.com/u/98370780?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 33 }, { "id": 3988983, @@ -27847,6 +28352,13 @@ "gravatar_id": "", "contributions": 18 }, + { + "id": 93562689, + "github_url": "https://github.com/KaylenaNguyen", + "avatar_url": "https://avatars.githubusercontent.com/u/93562689?v=4", + "gravatar_id": "", + "contributions": 16 + }, { "id": 90879134, "github_url": "https://github.com/PazauMoua", @@ -27855,11 +28367,11 @@ "contributions": 15 }, { - "id": 93562689, - "github_url": "https://github.com/KaylenaNguyen", - "avatar_url": "https://avatars.githubusercontent.com/u/93562689?v=4", + "id": 86335455, + "github_url": "https://github.com/Aparna1Gopal", + "avatar_url": "https://avatars.githubusercontent.com/u/86335455?v=4", "gravatar_id": "", - "contributions": 15 + "contributions": 12 }, { "id": 86688863, @@ -27868,6 +28380,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 98300348, + "github_url": "https://github.com/hannahsgr", + "avatar_url": "https://avatars.githubusercontent.com/u/98300348?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 24968759, "github_url": "https://github.com/Jeremy-D", @@ -27889,6 +28408,13 @@ "gravatar_id": "", "contributions": 11 }, + { + "id": 59430894, + "github_url": "https://github.com/ashleyxz", + "avatar_url": "https://avatars.githubusercontent.com/u/59430894?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 67988670, "github_url": "https://github.com/joanna-pham", @@ -27904,18 +28430,18 @@ "contributions": 9 }, { - "id": 59430894, - "github_url": "https://github.com/ashleyxz", - "avatar_url": "https://avatars.githubusercontent.com/u/59430894?v=4", + "id": 42043303, + "github_url": "https://github.com/steffiekim", + "avatar_url": "https://avatars.githubusercontent.com/u/42043303?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 8 }, { - "id": 98300348, - "github_url": "https://github.com/hannahsgr", - "avatar_url": "https://avatars.githubusercontent.com/u/98300348?v=4", + "id": 103332799, + "github_url": "https://github.com/LouismChan", + "avatar_url": "https://avatars.githubusercontent.com/u/103332799?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 8 }, { "id": 7470708, @@ -27931,6 +28457,13 @@ "gravatar_id": "", "contributions": 7 }, + { + "id": 102377357, + "github_url": "https://github.com/Eevinjennings", + "avatar_url": "https://avatars.githubusercontent.com/u/102377357?v=4", + "gravatar_id": "", + "contributions": 7 + }, { "id": 11021113, "github_url": "https://github.com/Archana-M", @@ -27938,6 +28471,20 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 101949454, + "github_url": "https://github.com/KC243", + "avatar_url": "https://avatars.githubusercontent.com/u/101949454?v=4", + "gravatar_id": "", + "contributions": 6 + }, + { + "id": 98299952, + "github_url": "https://github.com/ri0nardo", + "avatar_url": "https://avatars.githubusercontent.com/u/98299952?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 72481902, "github_url": "https://github.com/rdburck", @@ -27946,23 +28493,23 @@ "contributions": 4 }, { - "id": 42043303, - "github_url": "https://github.com/steffiekim", - "avatar_url": "https://avatars.githubusercontent.com/u/42043303?v=4", + "id": 102125634, + "github_url": "https://github.com/deepamohan22", + "avatar_url": "https://avatars.githubusercontent.com/u/102125634?v=4", "gravatar_id": "", - "contributions": 3 + "contributions": 4 }, { - "id": 98299952, - "github_url": "https://github.com/ri0nardo", - "avatar_url": "https://avatars.githubusercontent.com/u/98299952?v=4", + "id": 74688064, + "github_url": "https://github.com/bradyse", + "avatar_url": "https://avatars.githubusercontent.com/u/74688064?v=4", "gravatar_id": "", "contributions": 3 }, { - "id": 102125634, - "github_url": "https://github.com/deepamohan22", - "avatar_url": "https://avatars.githubusercontent.com/u/102125634?v=4", + "id": 98370558, + "github_url": "https://github.com/kimberly-tellez", + "avatar_url": "https://avatars.githubusercontent.com/u/98370558?v=4", "gravatar_id": "", "contributions": 3 }, @@ -28002,16 +28549,9 @@ "contributions": 2 }, { - "id": 98370558, - "github_url": "https://github.com/kimberly-tellez", - "avatar_url": "https://avatars.githubusercontent.com/u/98370558?v=4", - "gravatar_id": "", - "contributions": 2 - }, - { - "id": 101949454, - "github_url": "https://github.com/KC243", - "avatar_url": "https://avatars.githubusercontent.com/u/101949454?v=4", + "id": 103547010, + "github_url": "https://github.com/nikitashah14", + "avatar_url": "https://avatars.githubusercontent.com/u/103547010?v=4", "gravatar_id": "", "contributions": 2 }, @@ -28036,13 +28576,6 @@ "gravatar_id": "", "contributions": 1 }, - { - "id": 74688064, - "github_url": "https://github.com/bradyse", - "avatar_url": "https://avatars.githubusercontent.com/u/74688064?v=4", - "gravatar_id": "", - "contributions": 1 - }, { "id": 75228418, "github_url": "https://github.com/amkiani32", @@ -28056,6 +28589,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 101997869, + "github_url": "https://github.com/jjaylo", + "avatar_url": "https://avatars.githubusercontent.com/u/101997869?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, @@ -28066,7 +28606,7 @@ "github_url": "https://github.com/lrchang2", "avatar_url": "https://avatars.githubusercontent.com/u/10827101?v=4", "gravatar_id": "", - "contributions": 393 + "contributions": 409 }, { "id": 37763229, @@ -28108,7 +28648,7 @@ "github_url": "https://github.com/mxajPrice", "avatar_url": "https://avatars.githubusercontent.com/u/98370780?v=4", "gravatar_id": "", - "contributions": 24 + "contributions": 33 }, { "id": 3988983, @@ -28124,6 +28664,13 @@ "gravatar_id": "", "contributions": 18 }, + { + "id": 93562689, + "github_url": "https://github.com/KaylenaNguyen", + "avatar_url": "https://avatars.githubusercontent.com/u/93562689?v=4", + "gravatar_id": "", + "contributions": 16 + }, { "id": 90879134, "github_url": "https://github.com/PazauMoua", @@ -28132,11 +28679,11 @@ "contributions": 15 }, { - "id": 93562689, - "github_url": "https://github.com/KaylenaNguyen", - "avatar_url": "https://avatars.githubusercontent.com/u/93562689?v=4", + "id": 86335455, + "github_url": "https://github.com/Aparna1Gopal", + "avatar_url": "https://avatars.githubusercontent.com/u/86335455?v=4", "gravatar_id": "", - "contributions": 15 + "contributions": 12 }, { "id": 86688863, @@ -28145,6 +28692,13 @@ "gravatar_id": "", "contributions": 12 }, + { + "id": 98300348, + "github_url": "https://github.com/hannahsgr", + "avatar_url": "https://avatars.githubusercontent.com/u/98300348?v=4", + "gravatar_id": "", + "contributions": 12 + }, { "id": 24968759, "github_url": "https://github.com/Jeremy-D", @@ -28166,6 +28720,13 @@ "gravatar_id": "", "contributions": 11 }, + { + "id": 59430894, + "github_url": "https://github.com/ashleyxz", + "avatar_url": "https://avatars.githubusercontent.com/u/59430894?v=4", + "gravatar_id": "", + "contributions": 10 + }, { "id": 67988670, "github_url": "https://github.com/joanna-pham", @@ -28181,18 +28742,18 @@ "contributions": 9 }, { - "id": 59430894, - "github_url": "https://github.com/ashleyxz", - "avatar_url": "https://avatars.githubusercontent.com/u/59430894?v=4", + "id": 42043303, + "github_url": "https://github.com/steffiekim", + "avatar_url": "https://avatars.githubusercontent.com/u/42043303?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 8 }, { - "id": 98300348, - "github_url": "https://github.com/hannahsgr", - "avatar_url": "https://avatars.githubusercontent.com/u/98300348?v=4", + "id": 103332799, + "github_url": "https://github.com/LouismChan", + "avatar_url": "https://avatars.githubusercontent.com/u/103332799?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 8 }, { "id": 7470708, @@ -28208,6 +28769,13 @@ "gravatar_id": "", "contributions": 7 }, + { + "id": 102377357, + "github_url": "https://github.com/Eevinjennings", + "avatar_url": "https://avatars.githubusercontent.com/u/102377357?v=4", + "gravatar_id": "", + "contributions": 7 + }, { "id": 11021113, "github_url": "https://github.com/Archana-M", @@ -28215,6 +28783,20 @@ "gravatar_id": "", "contributions": 6 }, + { + "id": 101949454, + "github_url": "https://github.com/KC243", + "avatar_url": "https://avatars.githubusercontent.com/u/101949454?v=4", + "gravatar_id": "", + "contributions": 6 + }, + { + "id": 98299952, + "github_url": "https://github.com/ri0nardo", + "avatar_url": "https://avatars.githubusercontent.com/u/98299952?v=4", + "gravatar_id": "", + "contributions": 5 + }, { "id": 72481902, "github_url": "https://github.com/rdburck", @@ -28223,23 +28805,23 @@ "contributions": 4 }, { - "id": 42043303, - "github_url": "https://github.com/steffiekim", - "avatar_url": "https://avatars.githubusercontent.com/u/42043303?v=4", + "id": 102125634, + "github_url": "https://github.com/deepamohan22", + "avatar_url": "https://avatars.githubusercontent.com/u/102125634?v=4", "gravatar_id": "", - "contributions": 3 + "contributions": 4 }, { - "id": 98299952, - "github_url": "https://github.com/ri0nardo", - "avatar_url": "https://avatars.githubusercontent.com/u/98299952?v=4", + "id": 74688064, + "github_url": "https://github.com/bradyse", + "avatar_url": "https://avatars.githubusercontent.com/u/74688064?v=4", "gravatar_id": "", "contributions": 3 }, { - "id": 102125634, - "github_url": "https://github.com/deepamohan22", - "avatar_url": "https://avatars.githubusercontent.com/u/102125634?v=4", + "id": 98370558, + "github_url": "https://github.com/kimberly-tellez", + "avatar_url": "https://avatars.githubusercontent.com/u/98370558?v=4", "gravatar_id": "", "contributions": 3 }, @@ -28279,16 +28861,9 @@ "contributions": 2 }, { - "id": 98370558, - "github_url": "https://github.com/kimberly-tellez", - "avatar_url": "https://avatars.githubusercontent.com/u/98370558?v=4", - "gravatar_id": "", - "contributions": 2 - }, - { - "id": 101949454, - "github_url": "https://github.com/KC243", - "avatar_url": "https://avatars.githubusercontent.com/u/101949454?v=4", + "id": 103547010, + "github_url": "https://github.com/nikitashah14", + "avatar_url": "https://avatars.githubusercontent.com/u/103547010?v=4", "gravatar_id": "", "contributions": 2 }, @@ -28313,13 +28888,6 @@ "gravatar_id": "", "contributions": 1 }, - { - "id": 74688064, - "github_url": "https://github.com/bradyse", - "avatar_url": "https://avatars.githubusercontent.com/u/74688064?v=4", - "gravatar_id": "", - "contributions": 1 - }, { "id": 75228418, "github_url": "https://github.com/amkiani32", @@ -28333,6 +28901,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 101997869, + "github_url": "https://github.com/jjaylo", + "avatar_url": "https://avatars.githubusercontent.com/u/101997869?v=4", + "gravatar_id": "", + "contributions": 1 } ] } @@ -28374,28 +28949,28 @@ "github_url": "https://github.com/ebele-oputa", "avatar_url": "https://avatars.githubusercontent.com/u/67303685?v=4", "gravatar_id": "", - "contributions": 145 + "contributions": 155 }, { "id": 66500215, "github_url": "https://github.com/kalyaniraman", "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", "gravatar_id": "", - "contributions": 130 + "contributions": 140 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 101 + "contributions": 104 }, { "id": 13281514, "github_url": "https://github.com/LAStorm", "avatar_url": "https://avatars.githubusercontent.com/u/13281514?v=4", "gravatar_id": "", - "contributions": 73 + "contributions": 81 }, { "id": 47463544, @@ -28423,7 +28998,7 @@ "github_url": "https://github.com/mkleibman", "avatar_url": "https://avatars.githubusercontent.com/u/48496204?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 14 }, { "id": 65260554, @@ -28497,28 +29072,28 @@ "github_url": "https://github.com/ebele-oputa", "avatar_url": "https://avatars.githubusercontent.com/u/67303685?v=4", "gravatar_id": "", - "contributions": 149 + "contributions": 159 }, { "id": 66500215, "github_url": "https://github.com/kalyaniraman", "avatar_url": "https://avatars.githubusercontent.com/u/66500215?v=4", "gravatar_id": "", - "contributions": 131 + "contributions": 141 }, { "id": 37763229, "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 103 + "contributions": 106 }, { "id": 13281514, "github_url": "https://github.com/LAStorm", "avatar_url": "https://avatars.githubusercontent.com/u/13281514?v=4", "gravatar_id": "", - "contributions": 73 + "contributions": 81 }, { "id": 47463544, @@ -28546,7 +29121,7 @@ "github_url": "https://github.com/mkleibman", "avatar_url": "https://avatars.githubusercontent.com/u/48496204?v=4", "gravatar_id": "", - "contributions": 9 + "contributions": 14 }, { "id": 65260554, @@ -28656,6 +29231,13 @@ "repoEndpoint": "https://api.github.com/repos/hackforla/design-systems", "commitContributors": { "data": [ + { + "id": 97491788, + "github_url": "https://github.com/kelenelee", + "avatar_url": "https://avatars.githubusercontent.com/u/97491788?v=4", + "gravatar_id": "", + "contributions": 237 + }, { "id": 68657634, "github_url": "https://github.com/qiqicodes", @@ -28693,14 +29275,21 @@ "github_url": "https://github.com/Hanastevenson", "avatar_url": "https://avatars.githubusercontent.com/u/6236085?v=4", "gravatar_id": "", - "contributions": 222 + "contributions": 223 }, { "id": 100178353, "github_url": "https://github.com/allthatyazz", "avatar_url": "https://avatars.githubusercontent.com/u/100178353?v=4", "gravatar_id": "", - "contributions": 96 + "contributions": 128 + }, + { + "id": 97491788, + "github_url": "https://github.com/kelenelee", + "avatar_url": "https://avatars.githubusercontent.com/u/97491788?v=4", + "gravatar_id": "", + "contributions": 125 }, { "id": 92414689, @@ -28721,7 +29310,7 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 28 + "contributions": 29 }, { "id": 82791147, @@ -28745,11 +29334,11 @@ "contributions": 19 }, { - "id": 97491788, - "github_url": "https://github.com/kelenelee", - "avatar_url": "https://avatars.githubusercontent.com/u/97491788?v=4", + "id": 87201182, + "github_url": "https://github.com/hdchangie", + "avatar_url": "https://avatars.githubusercontent.com/u/87201182?v=4", "gravatar_id": "", - "contributions": 15 + "contributions": 19 }, { "id": 85597466, @@ -28758,13 +29347,6 @@ "gravatar_id": "", "contributions": 13 }, - { - "id": 87201182, - "github_url": "https://github.com/hdchangie", - "avatar_url": "https://avatars.githubusercontent.com/u/87201182?v=4", - "gravatar_id": "", - "contributions": 12 - }, { "id": 97568859, "github_url": "https://github.com/rosaliechung", @@ -28779,6 +29361,13 @@ "gravatar_id": "", "contributions": 10 }, + { + "id": 100164940, + "github_url": "https://github.com/sandraberjan", + "avatar_url": "https://avatars.githubusercontent.com/u/100164940?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 66041813, "github_url": "https://github.com/kmedhi", @@ -28794,9 +29383,9 @@ "contributions": 8 }, { - "id": 100164940, - "github_url": "https://github.com/sandraberjan", - "avatar_url": "https://avatars.githubusercontent.com/u/100164940?v=4", + "id": 92656802, + "github_url": "https://github.com/cunninghamej", + "avatar_url": "https://avatars.githubusercontent.com/u/92656802?v=4", "gravatar_id": "", "contributions": 7 }, @@ -28828,13 +29417,6 @@ "gravatar_id": "", "contributions": 3 }, - { - "id": 92656802, - "github_url": "https://github.com/cunninghamej", - "avatar_url": "https://avatars.githubusercontent.com/u/92656802?v=4", - "gravatar_id": "", - "contributions": 3 - }, { "id": 96758417, "github_url": "https://github.com/tamalatrinh", @@ -28891,6 +29473,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 93153059, + "github_url": "https://github.com/Jaretzbalba", + "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 97491829, "github_url": "https://github.com/alenayaovich", @@ -28904,24 +29493,38 @@ "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 103547026, + "github_url": "https://github.com/JohnHaoHuang", + "avatar_url": "https://avatars.githubusercontent.com/u/103547026?v=4", + "gravatar_id": "", + "contributions": 1 } ] }, "contributorsComplete": { "data": [ + { + "id": 97491788, + "github_url": "https://github.com/kelenelee", + "avatar_url": "https://avatars.githubusercontent.com/u/97491788?v=4", + "gravatar_id": "", + "contributions": 362 + }, { "id": 6236085, "github_url": "https://github.com/Hanastevenson", "avatar_url": "https://avatars.githubusercontent.com/u/6236085?v=4", "gravatar_id": "", - "contributions": 228 + "contributions": 229 }, { "id": 100178353, "github_url": "https://github.com/allthatyazz", "avatar_url": "https://avatars.githubusercontent.com/u/100178353?v=4", "gravatar_id": "", - "contributions": 97 + "contributions": 129 }, { "id": 92414689, @@ -28938,18 +29541,18 @@ "contributions": 31 }, { - "id": 68657634, - "github_url": "https://github.com/qiqicodes", - "avatar_url": "https://avatars.githubusercontent.com/u/68657634?v=4", + "id": 37763229, + "github_url": "https://github.com/ExperimentsInHonesty", + "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", "contributions": 30 }, { - "id": 37763229, - "github_url": "https://github.com/ExperimentsInHonesty", - "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", + "id": 68657634, + "github_url": "https://github.com/qiqicodes", + "avatar_url": "https://avatars.githubusercontent.com/u/68657634?v=4", "gravatar_id": "", - "contributions": 29 + "contributions": 30 }, { "id": 82791147, @@ -28966,11 +29569,11 @@ "contributions": 21 }, { - "id": 97491788, - "github_url": "https://github.com/kelenelee", - "avatar_url": "https://avatars.githubusercontent.com/u/97491788?v=4", + "id": 87201182, + "github_url": "https://github.com/hdchangie", + "avatar_url": "https://avatars.githubusercontent.com/u/87201182?v=4", "gravatar_id": "", - "contributions": 15 + "contributions": 19 }, { "id": 85597466, @@ -28979,13 +29582,6 @@ "gravatar_id": "", "contributions": 13 }, - { - "id": 87201182, - "github_url": "https://github.com/hdchangie", - "avatar_url": "https://avatars.githubusercontent.com/u/87201182?v=4", - "gravatar_id": "", - "contributions": 12 - }, { "id": 97568859, "github_url": "https://github.com/rosaliechung", @@ -29000,6 +29596,13 @@ "gravatar_id": "", "contributions": 10 }, + { + "id": 100164940, + "github_url": "https://github.com/sandraberjan", + "avatar_url": "https://avatars.githubusercontent.com/u/100164940?v=4", + "gravatar_id": "", + "contributions": 9 + }, { "id": 66041813, "github_url": "https://github.com/kmedhi", @@ -29015,9 +29618,9 @@ "contributions": 8 }, { - "id": 100164940, - "github_url": "https://github.com/sandraberjan", - "avatar_url": "https://avatars.githubusercontent.com/u/100164940?v=4", + "id": 92656802, + "github_url": "https://github.com/cunninghamej", + "avatar_url": "https://avatars.githubusercontent.com/u/92656802?v=4", "gravatar_id": "", "contributions": 7 }, @@ -29049,13 +29652,6 @@ "gravatar_id": "", "contributions": 3 }, - { - "id": 92656802, - "github_url": "https://github.com/cunninghamej", - "avatar_url": "https://avatars.githubusercontent.com/u/92656802?v=4", - "gravatar_id": "", - "contributions": 3 - }, { "id": 96758417, "github_url": "https://github.com/tamalatrinh", @@ -29112,6 +29708,13 @@ "gravatar_id": "", "contributions": 1 }, + { + "id": 93153059, + "github_url": "https://github.com/Jaretzbalba", + "avatar_url": "https://avatars.githubusercontent.com/u/93153059?v=4", + "gravatar_id": "", + "contributions": 1 + }, { "id": 97491829, "github_url": "https://github.com/alenayaovich", @@ -29125,6 +29728,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/97491889?v=4", "gravatar_id": "", "contributions": 1 + }, + { + "id": 103547026, + "github_url": "https://github.com/JohnHaoHuang", + "avatar_url": "https://avatars.githubusercontent.com/u/103547026?v=4", + "gravatar_id": "", + "contributions": 1 } ] } @@ -29166,14 +29776,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 331 + "contributions": 399 }, { "id": 86850702, "github_url": "https://github.com/SheIsBukki", "avatar_url": "https://avatars.githubusercontent.com/u/86850702?v=4", "gravatar_id": "", - "contributions": 96 + "contributions": 143 }, { "id": 11308388, @@ -29189,6 +29799,20 @@ "gravatar_id": "", "contributions": 16 }, + { + "id": 83784264, + "github_url": "https://github.com/designer2209", + "avatar_url": "https://avatars.githubusercontent.com/u/83784264?v=4", + "gravatar_id": "", + "contributions": 15 + }, + { + "id": 101159525, + "github_url": "https://github.com/FeyiA", + "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "gravatar_id": "", + "contributions": 15 + }, { "id": 66288998, "github_url": "https://github.com/Eloks7", @@ -29197,30 +29821,30 @@ "contributions": 14 }, { - "id": 89626461, - "github_url": "https://github.com/Funmikee", - "avatar_url": "https://avatars.githubusercontent.com/u/89626461?v=4", + "id": 99233242, + "github_url": "https://github.com/Evon081", + "avatar_url": "https://avatars.githubusercontent.com/u/99233242?v=4", "gravatar_id": "", - "contributions": 12 + "contributions": 14 }, { - "id": 101159525, - "github_url": "https://github.com/FeyiA", - "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "id": 89626461, + "github_url": "https://github.com/Funmikee", + "avatar_url": "https://avatars.githubusercontent.com/u/89626461?v=4", "gravatar_id": "", "contributions": 12 }, { - "id": 99233242, - "github_url": "https://github.com/Evon081", - "avatar_url": "https://avatars.githubusercontent.com/u/99233242?v=4", + "id": 101681215, + "github_url": "https://github.com/Exonkenz", + "avatar_url": "https://avatars.githubusercontent.com/u/101681215?v=4", "gravatar_id": "", - "contributions": 11 + "contributions": 9 }, { - "id": 83784264, - "github_url": "https://github.com/designer2209", - "avatar_url": "https://avatars.githubusercontent.com/u/83784264?v=4", + "id": 101270105, + "github_url": "https://github.com/Tola-Fame", + "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", "gravatar_id": "", "contributions": 8 }, @@ -29229,19 +29853,26 @@ "github_url": "https://github.com/Headies", "avatar_url": "https://avatars.githubusercontent.com/u/99231575?v=4", "gravatar_id": "", - "contributions": 6 + "contributions": 7 }, { - "id": 99231721, - "github_url": "https://github.com/Toluadekojo", - "avatar_url": "https://avatars.githubusercontent.com/u/99231721?v=4", + "id": 101733238, + "github_url": "https://github.com/DMLROG", + "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "gravatar_id": "", + "contributions": 7 + }, + { + "id": 59068741, + "github_url": "https://github.com/Tekkieware", + "avatar_url": "https://avatars.githubusercontent.com/u/59068741?v=4", "gravatar_id": "", "contributions": 6 }, { - "id": 101681215, - "github_url": "https://github.com/Exonkenz", - "avatar_url": "https://avatars.githubusercontent.com/u/101681215?v=4", + "id": 99231721, + "github_url": "https://github.com/Toluadekojo", + "avatar_url": "https://avatars.githubusercontent.com/u/99231721?v=4", "gravatar_id": "", "contributions": 6 }, @@ -29252,31 +29883,17 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 59068741, - "github_url": "https://github.com/Tekkieware", - "avatar_url": "https://avatars.githubusercontent.com/u/59068741?v=4", - "gravatar_id": "", - "contributions": 4 - }, - { - "id": 75613285, - "github_url": "https://github.com/thuyhle193", - "avatar_url": "https://avatars.githubusercontent.com/u/75613285?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 99190315, "github_url": "https://github.com/AedingM", "avatar_url": "https://avatars.githubusercontent.com/u/99190315?v=4", "gravatar_id": "", - "contributions": 4 + "contributions": 5 }, { - "id": 101733238, - "github_url": "https://github.com/DMLROG", - "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "id": 75613285, + "github_url": "https://github.com/thuyhle193", + "avatar_url": "https://avatars.githubusercontent.com/u/75613285?v=4", "gravatar_id": "", "contributions": 4 }, @@ -29288,9 +29905,9 @@ "contributions": 3 }, { - "id": 101270105, - "github_url": "https://github.com/Tola-Fame", - "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", + "id": 99468391, + "github_url": "https://github.com/pm-merciee", + "avatar_url": "https://avatars.githubusercontent.com/u/99468391?v=4", "gravatar_id": "", "contributions": 3 }, @@ -29301,13 +29918,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 99468391, - "github_url": "https://github.com/pm-merciee", - "avatar_url": "https://avatars.githubusercontent.com/u/99468391?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 100880157, "github_url": "https://github.com/Sarah-Nonye", @@ -29366,14 +29976,14 @@ "github_url": "https://github.com/ExperimentsInHonesty", "avatar_url": "https://avatars.githubusercontent.com/u/37763229?v=4", "gravatar_id": "", - "contributions": 351 + "contributions": 419 }, { "id": 86850702, "github_url": "https://github.com/SheIsBukki", "avatar_url": "https://avatars.githubusercontent.com/u/86850702?v=4", "gravatar_id": "", - "contributions": 102 + "contributions": 149 }, { "id": 11308388, @@ -29389,6 +29999,20 @@ "gravatar_id": "", "contributions": 16 }, + { + "id": 83784264, + "github_url": "https://github.com/designer2209", + "avatar_url": "https://avatars.githubusercontent.com/u/83784264?v=4", + "gravatar_id": "", + "contributions": 15 + }, + { + "id": 101159525, + "github_url": "https://github.com/FeyiA", + "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "gravatar_id": "", + "contributions": 15 + }, { "id": 66288998, "github_url": "https://github.com/Eloks7", @@ -29397,30 +30021,30 @@ "contributions": 14 }, { - "id": 89626461, - "github_url": "https://github.com/Funmikee", - "avatar_url": "https://avatars.githubusercontent.com/u/89626461?v=4", + "id": 99233242, + "github_url": "https://github.com/Evon081", + "avatar_url": "https://avatars.githubusercontent.com/u/99233242?v=4", "gravatar_id": "", - "contributions": 12 + "contributions": 14 }, { - "id": 101159525, - "github_url": "https://github.com/FeyiA", - "avatar_url": "https://avatars.githubusercontent.com/u/101159525?v=4", + "id": 89626461, + "github_url": "https://github.com/Funmikee", + "avatar_url": "https://avatars.githubusercontent.com/u/89626461?v=4", "gravatar_id": "", "contributions": 12 }, { - "id": 99233242, - "github_url": "https://github.com/Evon081", - "avatar_url": "https://avatars.githubusercontent.com/u/99233242?v=4", + "id": 101681215, + "github_url": "https://github.com/Exonkenz", + "avatar_url": "https://avatars.githubusercontent.com/u/101681215?v=4", "gravatar_id": "", - "contributions": 11 + "contributions": 9 }, { - "id": 83784264, - "github_url": "https://github.com/designer2209", - "avatar_url": "https://avatars.githubusercontent.com/u/83784264?v=4", + "id": 101270105, + "github_url": "https://github.com/Tola-Fame", + "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", "gravatar_id": "", "contributions": 8 }, @@ -29429,19 +30053,26 @@ "github_url": "https://github.com/Headies", "avatar_url": "https://avatars.githubusercontent.com/u/99231575?v=4", "gravatar_id": "", - "contributions": 6 + "contributions": 7 }, { - "id": 99231721, - "github_url": "https://github.com/Toluadekojo", - "avatar_url": "https://avatars.githubusercontent.com/u/99231721?v=4", + "id": 101733238, + "github_url": "https://github.com/DMLROG", + "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "gravatar_id": "", + "contributions": 7 + }, + { + "id": 59068741, + "github_url": "https://github.com/Tekkieware", + "avatar_url": "https://avatars.githubusercontent.com/u/59068741?v=4", "gravatar_id": "", "contributions": 6 }, { - "id": 101681215, - "github_url": "https://github.com/Exonkenz", - "avatar_url": "https://avatars.githubusercontent.com/u/101681215?v=4", + "id": 99231721, + "github_url": "https://github.com/Toluadekojo", + "avatar_url": "https://avatars.githubusercontent.com/u/99231721?v=4", "gravatar_id": "", "contributions": 6 }, @@ -29452,31 +30083,17 @@ "gravatar_id": "", "contributions": 5 }, - { - "id": 59068741, - "github_url": "https://github.com/Tekkieware", - "avatar_url": "https://avatars.githubusercontent.com/u/59068741?v=4", - "gravatar_id": "", - "contributions": 4 - }, - { - "id": 75613285, - "github_url": "https://github.com/thuyhle193", - "avatar_url": "https://avatars.githubusercontent.com/u/75613285?v=4", - "gravatar_id": "", - "contributions": 4 - }, { "id": 99190315, "github_url": "https://github.com/AedingM", "avatar_url": "https://avatars.githubusercontent.com/u/99190315?v=4", "gravatar_id": "", - "contributions": 4 + "contributions": 5 }, { - "id": 101733238, - "github_url": "https://github.com/DMLROG", - "avatar_url": "https://avatars.githubusercontent.com/u/101733238?v=4", + "id": 75613285, + "github_url": "https://github.com/thuyhle193", + "avatar_url": "https://avatars.githubusercontent.com/u/75613285?v=4", "gravatar_id": "", "contributions": 4 }, @@ -29488,9 +30105,9 @@ "contributions": 3 }, { - "id": 101270105, - "github_url": "https://github.com/Tola-Fame", - "avatar_url": "https://avatars.githubusercontent.com/u/101270105?v=4", + "id": 99468391, + "github_url": "https://github.com/pm-merciee", + "avatar_url": "https://avatars.githubusercontent.com/u/99468391?v=4", "gravatar_id": "", "contributions": 3 }, @@ -29501,13 +30118,6 @@ "gravatar_id": "", "contributions": 2 }, - { - "id": 99468391, - "github_url": "https://github.com/pm-merciee", - "avatar_url": "https://avatars.githubusercontent.com/u/99468391?v=4", - "gravatar_id": "", - "contributions": 2 - }, { "id": 100880157, "github_url": "https://github.com/Sarah-Nonye", diff --git a/_data/external/vrms_data.json b/_data/external/vrms_data.json index 8692257406..6243d92a7e 100644 --- a/_data/external/vrms_data.json +++ b/_data/external/vrms_data.json @@ -1 +1 @@ -[{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123458"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7240f509367be7272cf69","hacknight":"Online","name":"Lucky Parking Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5ec32abda973810017c0de0d","name":"Lucky Parking","description":"A platform looking for nearby street parking with least possibility of getting citation.","githubIdentifier":"216854923","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/lucky-parking","slackUrl":"https://hackforla.slack.com/archives/CPFDMSV6V","googleDriveUrl":"https://drive.google.com/drive/folders/1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","googleDriveId":"1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","hflaWebsiteUrl":"https://www.hackforla.org/projects/lucky-parking","videoConferenceLink":"https://us02web.zoom.us/j/84817446708?pwd=QW5RVER2SkVTWnZkN25ZY2d2RzNTdz09","lookingDescription":"- Frontend Software Engineer \n- Backend Software Engineer \n- Advanced Data Scientist \n- Python Enthusiast","createdDate":"2020-05-19T00:39:25.640Z","__v":0},"date":"2020-05-12T00:30:00.000Z","startTime":"2020-05-12T01:00:00.000Z","endTime":"2020-05-12T02:00:00.000Z","hours":5,"createdDate":"2020-05-09T21:43:43.519Z","updatedDate":"2021-04-20T21:43:43.519Z","__v":0},{"location":{"city":"","state":"CA","country":"USA"},"owner":{"ownerId":"123458"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb726ca509367be7272cf6b","hacknight":"Online","name":"Not Today Team Meeting","eventType":"Team Meeting","description":"(updates)","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeb5c9ce228b001778fad3","name":"Not Today","description":"Not Today is an app intended to help people wait out periods of suicidal thinking without acting on their thoughts.","githubIdentifier":"202051333","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/not-today","slackUrl":"https://hackforla.slack.com/archives/CMDEH9478","googleDriveUrl":"https://drive.google.com/drive/folders/1dRIYWa_JiBhKOVNKLJG-t7_8s_LjtKDC","googleDriveId":"1dRIYWa_JiBhKOVNKLJG-t7_8s_LjtKDC","hflaWebsiteUrl":"https://www.hackforla.org/projects/not-today","videoConferenceLink":"","lookingDescription":"- Flutter \n - Mobile Development UI/UX \n - Empathy and sensitivity with subject material and end users","createdDate":"2020-06-08T22:03:53.063Z","__v":0},"date":"2020-05-12T01:30:00.000Z","startTime":"2020-05-12T01:30:00.000Z","endTime":"2020-05-12T01:40:00.000Z","hours":0.16,"createdDate":"2020-05-09T21:55:22.088Z","updatedDate":"2020-05-09T21:55:22.088Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72878509367be7272cf6d","hacknight":"Online","name":"Record Clearance Team Meeting","eventType":"Team Meeting","description":"Team meeting on 1st & 3rd Mondays/PM on all other Mondays","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-12T01:30:00.000Z","startTime":"2020-05-12T01:00:00.000Z","endTime":"2020-05-12T02:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7296e509367be7272cf6f","hacknight":"Online","name":"VRMS Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeac78ce228b001778facd","name":"VRMS","description":"VRMS is a tool used for the engagement, support, and retention of a network of volunteers.","githubIdentifier":"226157870","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/VRMS","slackUrl":"https://hackforla.slack.com/archives/CRGH5HM0Q","googleDriveUrl":"https://drive.google.com/drive/folders/1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","googleDriveId":"1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","hflaWebsiteUrl":"https://www.hackforla.org/projects/vrms","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Front end devs (any level) \n - Back end devs (any level)","createdDate":"2020-06-08T21:24:08.313Z","__v":0},"date":"2020-05-12T02:00:00.000Z","startTime":"2020-05-12T02:00:00.000Z","endTime":"2020-05-12T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:06:38.901Z","updatedDate":"2020-05-09T22:06:38.901Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72b05509367be7272cf71","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"All Team Meeting, Every other Tues","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:13:25.167Z","updatedDate":"2020-05-09T22:13:25.167Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72d36509367be7272cf73","hacknight":"Online","name":"Undebate Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["EnCiv.org","Ballotpedia.org"],"_id":"5edeb235ce228b001778fad1","name":"Undebate","description":"Not debates, but recorded online video Q&A with candidates so voters can quickly can get to know them, for every candidate, for every election, across the US.","githubIdentifier":"221070186","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/EnCiv/undebate","slackUrl":"https://hackforla.slack.com/archives/CQ6BHN79B","googleDriveUrl":"https://drive.google.com/drive/folders/1w6vn6xSwHAijfRvgH9HNpjVFBb8fxlwJ","googleDriveId":"1w6vn6xSwHAijfRvgH9HNpjVFBb8fxlwJ","hflaWebsiteUrl":"https://www.hackforla.org/projects/undebate","videoConferenceLink":"http://meet.google.com/hpe-jxin-kww","lookingDescription":"- Node \n - React \n - UI/UX \n - Marketing/Branding/Social Media","createdDate":"2020-06-08T21:48:37.127Z","__v":0},"date":"2020-05-14T01:30:00.000Z","startTime":"2020-05-14T01:30:00.000Z","endTime":"2020-05-14T04:00:00.000Z","hours":2.5,"createdDate":"2020-05-09T22:22:46.694Z","updatedDate":"2020-05-09T22:22:46.694Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb730df509367be7272cf74","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"All Team Members","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-13T01:00:00.000Z","startTime":"2020-05-14T01:00:00.000Z","endTime":"2020-05-14T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73139509367be7272cf75","hacknight":"Online","name":"Operations Group Weekly Meeting","eventType":"Team Meeting","description":"Weekly Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeae6cce228b001778face","name":"Operations Group","description":"Operations is a broad area that includes information technology work on devops, infrastructure as code, hosting, pipelines, services, security, practices, and more. We welcome help with marketing, such as with developing, researching, training, etc.","githubIdentifier":"","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/nonprofitnetworks/it","slackUrl":"https://hackforla.slack.com/archives/CV7QGL66B","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/","videoConferenceLink":"https://us02web.zoom.us/j/410239238?pwd=WXFZbXBNUFVyUkZ1NkRJcEZxMVJOUT09","lookingDescription":"","createdDate":"2020-06-08T21:32:28.164Z","__v":0},"date":"2020-05-27T03:00:00.000Z","startTime":"2020-05-27T03:00:00.000Z","endTime":"2020-05-27T03:45:00.000Z","hours":0.75,"createdDate":"2020-05-09T22:39:53.054Z","updatedDate":"2020-05-09T22:39:53.054Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7323f509367be7272cf76","hacknight":"Online","name":"Write for All™ Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeb00ace228b001778facf","name":"Write for All™","description":"We want to improve the language used in websites to be more inclusive (of all communities) while also educating the public about exclusionary language.","githubIdentifier":"238357606","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/writeforall","slackUrl":"https://hackforla.slack.com/archives/CTJN4HPRA","googleDriveUrl":"https://drive.google.com/drive/folders/1D6SquFt2rf95VZWTQE30HJPaJ0d9vHSw","googleDriveId":"1D6SquFt2rf95VZWTQE30HJPaJ0d9vHSw","hflaWebsiteUrl":"https://www.hackforla.org/projects/writeforall","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-08T21:39:22.634Z","__v":0},"date":"2020-06-03T02:00:00.000Z","startTime":"2020-06-03T02:00:00.000Z","endTime":"2020-06-03T02:50:00.000Z","hours":0.833,"createdDate":"2020-05-09T22:44:15.710Z","updatedDate":"2020-05-09T22:44:15.711Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb732a9509367be7272cf77","hacknight":"Online","name":"LA TDM Calculator Team Meeting","eventType":"Team Meeting","description":"Weekly Team Check In","project":{"recruitingCategories":[],"partners":["LA Department of Transportation LADOT (https://ladot.lacity.org/)"],"_id":"5edeb2face228b001778fad2","name":"LA TDM Calculator","description":"We’re building a TDM web calculator for LADOT. It scores proposed real estate developments in real-time and aims to discourage exceeding parking requirements to reduce the occurrence of single-occupancy trips to new developments.","githubIdentifier":"197452459","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/tdm-calculator","slackUrl":"https://hackforla.slack.com/archives/CKY65G266","googleDriveUrl":"https://drive.google.com/drive/folders/1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","googleDriveId":"1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","hflaWebsiteUrl":"https://www.hackforla.org/projects/tdm-calculator","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI Designer","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2020-05-14T02:00:00.000Z","startTime":"2020-05-14T02:00:00.000Z","endTime":"2020-05-14T03:00:00.000Z","hours":1.5,"createdDate":"2020-05-09T22:46:01.281Z","updatedDate":"2020-05-09T22:46:01.281Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73328509367be7272cf78","hacknight":"Online","name":"311 Data Management Meeting","eventType":"Team Meeting","description":"Product Meeting","project":{"recruitingCategories":[],"partners":["EmpowerLA"],"_id":"5eb9e2de3409ffef8194ffde","name":"311 Data","description":"The 311 Data project seeks to empower local Neighborhood Councils to improve the ideation and analysis of their initiatives using the wealth of publicly available 311 data.","githubIdentifier":"190321758","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/311-data","slackUrl":"https://hackforla.slack.com/archives/CJY4R382X","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","googleDriveId":"10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","hflaWebsiteUrl":"https://www.hackforla.org/projects/311-data","videoConferenceLink":"https://us04web.zoom.us/j/8358875318","lookingDescription":"Frontend Developers, Backend Developers, Backend Lead, DevOps","createdDate":"2020-05-11T23:42:22.028Z","__v":0},"date":"2020-05-16T02:00:00.000Z","startTime":"2020-05-15T00:00:00.000Z","endTime":"2020-05-15T01:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:48:08.215Z","updatedDate":"2022-03-21T22:48:08.215Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7339e509367be7272cf79","hacknight":"Online","name":"Civic Tech Index Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:50:06.789Z","updatedDate":"2021-03-02T22:50:06.789Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb733e4509367be7272cf7a","hacknight":"Online","name":"Food Oasis","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edea7d2ce228b001778fac9","name":"Food Oasis","description":"The website is focused on individuals seeking food in Los Angeles who need an up-to-date resource about food pantries and meals. Our mission is to update the existing website, foodoasis.la with a simplified UI and verified data. Future development goals include creating functionality for referral services that will allow the end user to annotate and update listings through a peer verification system.","githubIdentifier":"215666884","projectStatus":"Rebooting","location":"DTLA","githubUrl":"https://github.com/foodoasisla","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","googleDriveId":"1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","hflaWebsiteUrl":"https://www.hackforla.org/projects/food-oasis","videoConferenceLink":"https://us02web.zoom.us/j/85496859954","lookingDescription":"- Project Management \n - Junior Python developers (2) \n - documentarian (UX) - specifically someone to help with the wiki for onboarding and communicating to stake holders what the project is about","createdDate":"2020-06-08T21:04:18.272Z","__v":0},"date":"2020-05-15T03:00:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:51:16.674Z","updatedDate":"2022-02-15T22:51:16.674Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73494509367be7272cf7b","hacknight":"Online","name":"LA TDM Calculator Team Meeting","eventType":"Team Meeting","description":"Management Meeting","project":{"recruitingCategories":[],"partners":["LA Department of Transportation LADOT (https://ladot.lacity.org/)"],"_id":"5edeb2face228b001778fad2","name":"LA TDM Calculator","description":"We’re building a TDM web calculator for LADOT. It scores proposed real estate developments in real-time and aims to discourage exceeding parking requirements to reduce the occurrence of single-occupancy trips to new developments.","githubIdentifier":"197452459","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/tdm-calculator","slackUrl":"https://hackforla.slack.com/archives/CKY65G266","googleDriveUrl":"https://drive.google.com/drive/folders/1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","googleDriveId":"1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","hflaWebsiteUrl":"https://www.hackforla.org/projects/tdm-calculator","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI Designer","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2020-05-16T17:00:00.000Z","startTime":"2020-05-16T17:00:00.000Z","endTime":"2020-05-16T18:00:00.000Z","hours":2,"createdDate":"2020-05-09T22:54:12.002Z","updatedDate":"2021-12-13T22:54:12.002Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb736bf509367be7272cf7e","hacknight":"Online","name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"All Team Meeting","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"date":"2020-05-17T17:00:00.000Z","startTime":"2020-05-17T17:00:00.000Z","endTime":"2020-05-17T19:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:03:27.242Z","updatedDate":"2020-05-09T23:03:27.242Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73729509367be7272cf7f","hacknight":"Online","name":"New Schools Today Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeaa97ce228b001778facb","name":"New Schools Today","description":"We’re building a platform for students across LA County to create more accessible school-related apps and web apps. Our desired impact is to make students feel more welcomed and included in their community through an online academic environment created by peers, for peers","githubIdentifier":"222602391","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/new-schools-today","slackUrl":"https://hackforla.slack.com/archives/CQZ5R91C5","googleDriveUrl":"https://drive.google.com/drive/folders/1eN_qqqeJZVZwadf52xfzwwprLxN0WzOM","googleDriveId":"1eN_qqqeJZVZwadf52xfzwwprLxN0WzOM","hflaWebsiteUrl":"https://www.hackforla.org/projects/new-schools-today","videoConferenceLink":"https://us02web.zoom.us/j/5499371913","lookingDescription":"- Mobile Development \n - Serverless PaaS Expertise \n - UX knowledge \n - React Web Development \n - Marketing/Research \n - any high school student or technical mentor interested","createdDate":"2020-06-08T21:16:07.279Z","__v":0},"date":"2020-05-16T21:00:00.000Z","startTime":"2020-05-16T21:00:00.000Z","endTime":"2020-05-16T23:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:05:13.209Z","updatedDate":"2020-05-09T23:05:13.209Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7379b509367be7272cf80","hacknight":"Online","name":"Hack for LA Marketing Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":[""],"_id":"5ee7d96c413fed0017986341","name":"Hack for LA Marketing Team","description":"","githubIdentifier":"","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C050L8Z5K","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-15T20:26:20.247Z","__v":0},"date":"2020-05-17T19:00:00.000Z","startTime":"2020-05-17T19:00:00.000Z","endTime":"2020-05-17T21:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:07:07.407Z","updatedDate":"2020-05-09T23:07:07.407Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb737f5509367be7272cf81","hacknight":"Online","name":"Civic Tech Index Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-05-18T21:00:00.000Z","startTime":"2020-05-18T01:00:00.000Z","endTime":"2020-05-18T03:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:08:37.567Z","updatedDate":"2021-07-09T23:08:37.567Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ebb040346383ef9be2dc2d1","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"Development Team","date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2020-05-12T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eec3623411acc0017486999","project":{"recruitingCategories":[],"partners":[""],"_id":"5eec356c411acc0017486997","name":"Data Science Team","description":"","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/website","slackUrl":"","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-19T03:47:56.782Z","__v":0},"hacknight":"Westside","name":"Data Science Team Meeting","eventType":"Team Meeting","description":"","date":"2020-06-19T03:00:00.000Z","startTime":"2020-06-19T03:00:00.000Z","endTime":"2020-06-19T04:00:00.000Z","hours":2,"createdDate":"2020-06-19T03:50:59.070Z","updatedDate":"2020-06-19T03:50:59.070Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f3dda85e2779b0017bc88cc","project":{"recruitingCategories":[],"partners":["EmpowerLA"],"_id":"5eb9e2de3409ffef8194ffde","name":"311 Data","description":"The 311 Data project seeks to empower local Neighborhood Councils to improve the ideation and analysis of their initiatives using the wealth of publicly available 311 data.","githubIdentifier":"190321758","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/311-data","slackUrl":"https://hackforla.slack.com/archives/CJY4R382X","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","googleDriveId":"10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","hflaWebsiteUrl":"https://www.hackforla.org/projects/311-data","videoConferenceLink":"https://us04web.zoom.us/j/8358875318","lookingDescription":"Frontend Developers, Backend Developers, Backend Lead, DevOps","createdDate":"2020-05-11T23:42:22.028Z","__v":0},"hacknight":"Online","name":"311 Data Team Meeting","eventType":"Team Meeting","description":"Team Meeting","date":"2020-08-21T01:00:00.000Z","startTime":"2020-08-21T01:30:00.000Z","endTime":"2020-08-21T02:30:00.000Z","hours":1,"createdDate":"2020-08-20T02:05:57.440Z","updatedDate":"2021-01-13T02:05:57.440Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f460141f62faf0017d07f6c","name":"Civic Opportunity Project","hacknight":"hacknight","eventType":"Weekly Meeting","date":"2020-08-23T16:00:32.000Z","startTime":"2020-08-22T16:00:32.000Z","endTime":"2020-08-22T17:00:32.000Z","hours":1,"createdDate":"2020-08-26T06:29:21.395Z","updatedDate":"2020-08-26T06:29:21.395Z","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b496d1127403d8c56aa08","name":"Civic Opportunity Project","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-opportunity-project","githubUrl":"https://github.com/hackforla/civic-opportunity/projects/1","location":"Remote","createdDate":"2022-04-13T10:19:19.463Z"},"description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4602a1f62faf0017d07f6d","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b48031127403d8c56aa06","name":"100 Automations","hflaWebsiteUrl":"https://www.hackforla.org/projects/100-automations","slackUrl":"https://app.slack.com/team/U015R4RTDJA","githubUrl":"https://github.com/nivenprasad","location":"dtla","createdDate":"2022-04-13T10:19:19.463Z"},"name":"100 Automations","hacknight":"hacknight","eventType":"Management Team Meeting","date":"2020-08-20T23:30:00.000Z","startTime":"2020-08-19T00:00:00.000Z","endTime":"2020-08-20T01:00:00.000Z","hours":1,"createdDate":"2020-08-26T06:35:13.510Z","updatedDate":"2020-08-26T06:35:13.510Z","description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4602fef62faf0017d07f6e","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b48031127403d8c56aa06","name":"100 Automations","hflaWebsiteUrl":"https://www.hackforla.org/projects/100-automations","slackUrl":"https://app.slack.com/team/U015R4RTDJA","githubUrl":"https://github.com/nivenprasad","location":"dtla","createdDate":"2022-04-13T10:19:19.463Z"},"name":"100 Automations","hacknight":"hacknight","eventType":"Team Meeting","date":"2020-08-22T21:00:00.000Z","startTime":"2020-08-22T21:00:00.000Z","endTime":"2020-08-22T23:00:00.000Z","hours":2,"createdDate":"2020-08-26T06:36:46.692Z","updatedDate":"2020-08-26T06:36:46.692Z","description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4e6bd8cf35de00172cbecc","name":"Civic Opportunity Project","hacknight":"hacknight","eventType":"Weekly Meeting","description":"Meeting","startTime":"2020-08-27T23:00:00.000Z","endTime":"2020-08-28T00:00:00.000Z","date":"2020-08-27T23:00:00.000Z","hours":1,"project":{"recruitingCategories":[],"partners":[],"_id":"5f4b496d1127403d8c56aa08","name":"Civic Opportunity Project","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-opportunity-project","githubUrl":"https://github.com/hackforla/civic-opportunity/projects/1","location":"Remote","createdDate":"2022-04-13T10:19:19.463Z"},"createdDate":"2020-09-01T15:42:16.291Z","updatedDate":"2020-09-01T15:42:16.291Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f5098e1fb93d9001742d1bd","description":"","name":"BallotNav","project":{"recruitingCategories":["Business Analyst","Technical Architect","UI Designer","UX Researcher"],"partners":[],"_id":"5f5092eafb93d9001742d1b4","name":"BallotNav","description":"BallotNav is a project of Hack for LA. Hack for LA is a brigade of a Code for America that exists to connect citizens with civic rights and responsibilities. BallotNav helps those who are concerned about using USPS for their mail-in ballots find their local drop-off points and their available days/times. The app's main features include locating the drop-off points closest to the user, and displaying what dates and times they are available; pulling in this information as it becomes available from county election supervisors; and connecting with users' social accounts to encourage dissemination of the tool and information.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/ballotnav","slackUrl":"https://hackforla.slack.com/?redir=%2Farchives%2FC0191KE1XB7","createdDate":"2020-09-03T06:53:30.695Z","__v":0},"hacknight":"hacknight","eventType":"Team Meeting","date":"2020-09-02T01:30:56.623Z","startTime":"2020-09-02T00:00:00.000Z","endTime":"2020-09-02T01:00:00.000Z","hours":1,"createdDate":"2020-09-03T07:18:57.604Z","updatedDate":"2020-09-03T07:18:57.604Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d01210cf72445ce37e23","hacknight":"Online","name":"Record Clearance Team Meeting","eventType":"Team Meeting","description":"Research & Design meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-13T01:30:00.000Z","startTime":"2020-05-13T01:00:00.000Z","endTime":"2020-05-13T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d0b210cf72445ce37e24","hacknight":"Online","name":"Record Clearance Team Meeting","eventType":"Team Meeting","description":"Dev meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-15T01:30:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d1db10cf72445ce37e25","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"PM Meeting","date":"2020-05-13T20:00:00.000Z","startTime":"2020-05-12T19:00:00.000Z","endTime":"2020-05-12T20:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2020-05-12T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ffff2525b6c145310d50914","hacknight":"Online","name":"Youth Justice Nav Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":["Content Writer","UX Researcher","UI Designer"],"partners":["UCLA School of Law","Code for America"],"_id":"5ffff1495b6c145310d50913","name":"Youth Justice Nav","description":"We are creating a know your rights tool for youth and their families when interacting with the Juvenile Justice System. This interactive tool creates a resource for youth and their families to access information that is relevant to several different parts of the process from knowing your rights when you come into contact with law enforcement, to an explanation of the different types of hearings that take place, to knowing who various people in the courtroom are.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/YouthJusticeNav/","slackUrl":"","createdDate":"2021-01-13T00:00:00.000Z","__v":0},"date":"2020-05-14T01:00:00.000Z","startTime":"2020-05-14T02:00:00.000Z","endTime":"2020-05-14T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"602ccd77e4e43c2d24060a18","hacknight":"Online","name":"Youth Justice Nav Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":["Content Writer","UX Researcher","UI Designer"],"partners":["UCLA School of Law","Code for America"],"_id":"5ffff1495b6c145310d50913","name":"Youth Justice Nav","description":"We are creating a know your rights tool for youth and their families when interacting with the Juvenile Justice System. This interactive tool creates a resource for youth and their families to access information that is relevant to several different parts of the process from knowing your rights when you come into contact with law enforcement, to an explanation of the different types of hearings that take place, to knowing who various people in the courtroom are.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/YouthJusticeNav/","slackUrl":"","createdDate":"2021-01-13T00:00:00.000Z","__v":0},"date":"2020-05-16T01:00:00.000Z","startTime":"2020-05-16T22:00:00.000Z","endTime":"2020-05-16T23:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603db433d7b86d36b4f28a63","hacknight":"Online","name":"UI/UX Community of Practice","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603db1fbd7b86d36b4f28a62","name":"Community of Practice: UI/UX","description":"UI/UX Community of Practice","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/UI-UX","slackUrl":"https://app.slack.com/client/T04502KQX/C017ESHSMNG","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/89670251875?pwd=NTYySW5yL3YrYTRxcHRpK1V6YWdaQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-01T02:00:00.000Z","endTime":"2021-03-01T03:00:00.000Z","hours":1,"createdDate":"2021-03-01T22:38:23.677Z","updatedDate":"2021-07-09T22:38:23.677Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e79c0b6e1b403ab81abe6","hacknight":"Online","name":"Civic Tech Index Product Managers Meeting","eventType":"Team Meeting","description":"Product Managers Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-07-15T21:00:00.000Z","startTime":"2020-05-17T19:30:00.000Z","endTime":"2020-05-17T20:30:00.000Z","hours":2,"createdDate":"2021-03-02T23:08:37.567Z","updatedDate":"2021-07-09T23:08:37.567Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e8960b6e1b403ab81abe8","hacknight":"Online","name":"Product Management","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603e8471b6e1b403ab81abe7","name":"Community of Practice: Product Management","description":"A place for leads to communicate with each other and with the leadership team.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/product-management","slackUrl":"https://hackforla.slack.com/archives/C010LNXH2JY","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/81435536017?pwd=eHNtNm5SVnpickxqUHRlbFJtS2tJUT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-01T02:00:00.000Z","endTime":"2021-03-01T03:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e8b67b6e1b403ab81abe9","hacknight":"Online","name":"Product Management","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603e8471b6e1b403ab81abe7","name":"Community of Practice: Product Management","description":"A place for leads to communicate with each other and with the leadership team.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/product-management","slackUrl":"https://hackforla.slack.com/archives/C010LNXH2JY","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/81435536017?pwd=eHNtNm5SVnpickxqUHRlbFJtS2tJUT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-02-27T01:00:00.000Z","startTime":"2021-03-01T18:00:00.000Z","endTime":"2021-03-01T19:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603eba6cb6e1b403ab81abeb","hacknight":"Online","name":"Marketing","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603eb958b6e1b403ab81abea","name":"Community of Practice: Marketing","description":"Getting the marketing game on fleek.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/marketing","slackUrl":"https://hackforla.slack.com/archives/C050L8Z5K","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"","lookingDescription":"","createdDate":"2021-03-02T19:42:22.028Z","__v":0},"date":"2021-02-27T01:00:00.000Z","startTime":"2021-03-04T03:00:00.000Z","endTime":"2021-03-04T04:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-06T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603ec173b6e1b403ab81abed","hacknight":"Online","name":"Open Community Survey","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["EmpowerLA","Various Neighborhood Councils (e.g., Westlake NC)"],"_id":"603ebf2ab6e1b403ab81abec","name":"Open Community Survey","description":"The Open Community Survey project creates transparent reports supported by a direct collection of personal perspectives from LA residents to help The LA Department of Neighborhood Empowerment (empowerla.org) and the Los Angeles Neighborhood Councils (NCs) to understand how constituents are interacting with, and what they need from, their websites.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/community-survey-nc-websites","slackUrl":"https://hackforla.slack.com/archives/C01H0HUDMCK","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/open-community-survey","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2021-02-23T01:00:00.000Z","startTime":"2021-03-01T20:00:00.000Z","endTime":"2021-03-01T21:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605773e246b7cd034719d115","hacknight":"Online","name":"Engineering","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"605772bb46b7cd034719d114","name":"Community of Practice: Software Engineering","description":"Community of Practice for Software Engineers","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/engineering","slackUrl":"https://hackforla.slack.com/archives/C01CU709SER","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:00:00.000Z","hours":1,"createdDate":"2021-03-21T22:38:23.677Z","updatedDate":"2021-03-21T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605d5aba6fb945197a19038d","hacknight":"Online","name":"Onboarding","eventType":"Onboarding","description":"Alternating Mon/Tue. Click for schedule","project":{"recruitingCategories":[],"partners":[],"_id":"605d593b6fb945197a19038c","name":"Onboarding","description":"New participant onboarding","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"","slackUrl":"https://hackforla.slack.com/archives/C04S7PNCU","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.meetup.com/hackforla/events","videoConferenceLink":"https://us02web.zoom.us/meeting/register/tZUtdeGvrTMoHtKkRwm7R8Kl8r9TXL73-UY9?_x_zm_rtaid=TNHnsFXoTF2IZlf-TUfrPw.1616083598988.a1e0d0f77cffa24ca0d6e75e25e23695&_x_zm_rhtaid=832","lookingDescription":"","createdDate":"2021-03-25T19:42:22.028Z","__v":0},"date":"2021-03-02T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:30:00.000Z","hours":1,"createdDate":"2021-03-25T22:38:23.677Z","updatedDate":"2021-03-25T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605d5bf66fb945197a19038e","hacknight":"Online","name":"Onboarding","eventType":"Onboarding","description":"Alternating Mon/Tue. Click for schedule","project":{"recruitingCategories":[],"partners":[],"_id":"605d593b6fb945197a19038c","name":"Onboarding","description":"New participant onboarding","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"","slackUrl":"https://hackforla.slack.com/archives/C04S7PNCU","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.meetup.com/hackforla/events","videoConferenceLink":"https://us02web.zoom.us/meeting/register/tZUtdeGvrTMoHtKkRwm7R8Kl8r9TXL73-UY9?_x_zm_rtaid=TNHnsFXoTF2IZlf-TUfrPw.1616083598988.a1e0d0f77cffa24ca0d6e75e25e23695&_x_zm_rhtaid=832","lookingDescription":"","createdDate":"2021-03-25T19:42:22.028Z","__v":0},"date":"2021-03-03T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:30:00.000Z","hours":1,"createdDate":"2021-03-25T22:38:23.677Z","updatedDate":"2021-03-25T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"60638f106fb945197a190391","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"Data Science Workshop Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-11T01:30:00.000Z","startTime":"2020-05-13T00:00:00.000Z","endTime":"2020-05-13T01:00:00.000Z","hours":1,"createdDate":"2021-03-30T22:11:02.740Z","updatedDate":"2021-09-23T22:11:02.740Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6086ff6492e3bf053b2954c5","project":{"recruitingCategories":[],"partners":["Code for America (CfA)","CfA National Advisory Council","Code for Boston","Code for Charlottesville"],"_id":"6086fe5792e3bf053b2954c4","name":"Brigade Organizers Playbook","description":"This project aims to improve existing structures and create new ones that make it easier to share replicable processes and practices so that organizers and members can iterate on each others work, improving outcomes for the whole network.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/codeforamerica/brigade-playbook","slackUrl":"https://cfa.slack.com/archives/G0196272BBN","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/brigade-organizers-playbook","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-08-19T00:00:00.000Z","__v":0},"name":"Brigade Organizers Playbook","hacknight":"hacknight","eventType":"Team Meeting","description":"Core Team","date":"2020-10-03T21:00:54.000Z","startTime":"2020-10-03T18:00:54.000Z","endTime":"2020-10-03T20:00:54.000Z","hours":2,"createdDate":"2021-04-26T02:05:52.483Z","updatedDate":"2021-04-26T02:05:52.483Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6086ffa092e3bf053b2954c6","project":{"recruitingCategories":[],"partners":["Code for America (CfA)","CfA National Advisory Council","Code for Boston","Code for Charlottesville"],"_id":"6086fe5792e3bf053b2954c4","name":"Brigade Organizers Playbook","description":"This project aims to improve existing structures and create new ones that make it easier to share replicable processes and practices so that organizers and members can iterate on each others work, improving outcomes for the whole network.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/codeforamerica/brigade-playbook","slackUrl":"https://cfa.slack.com/archives/G0196272BBN","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/brigade-organizers-playbook","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-08-19T00:00:00.000Z","__v":0},"name":"Brigade Organizers Playbook","hacknight":"hacknight","eventType":"Team Meeting","description":"Core Team","date":"2020-10-06T21:00:54.000Z","startTime":"2020-10-06T17:00:54.000Z","endTime":"2020-10-06T18:00:54.000Z","hours":2,"createdDate":"2021-04-26T02:18:26.860Z","updatedDate":"2021-04-26T02:18:26.860Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"608f056894f95c45fcb98617","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"Product Manager Meeting","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-14T01:00:00.000Z","startTime":"2020-05-14T00:00:00.000Z","endTime":"2020-05-14T01:00:00.000Z","hours":1,"createdDate":"2021-05-02T22:38:23.677Z","updatedDate":"2021-05-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"608f05c894f95c45fcb98618","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"All Team Members","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-11T01:00:00.000Z","startTime":"2020-05-14T23:00:00.000Z","endTime":"2020-05-14T00:00:00.000Z","hours":1,"createdDate":"2021-05-02T22:38:23.677Z","updatedDate":"2021-05-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"610db9cba76e0dd02bbc98df","hacknight":"Online","name":"GreenEarthOS","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"610db8d3a76e0dd02bbc98dc","name":"GreenEarthOS","description":"The GreenEarthOS project seeks to create and publish a map of the current climate project support landscape including gaps. Once the landscape has been created the project will work to create visible guidance for open source projects and project ideators on how to navigate the landscape and connect with players at every appropriate stage (recruiting, mentoring, partnerships, packaging and funding); thereby reducing barriers to currently under represented communities.","githubIdentifier":"GreenEarthOS","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/GreenEarthOS","slackUrl":"https://hackforla.slack.com/archives/C01C2P7D413","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/1N2GN3SHSXBpO_Q6dgfOp7EzbDVUz-6HO","googleDriveId":"1N2GN3SHSXBpO_Q6dgfOp7EzbDVUz-6HO","hflaWebsiteUrl":"","videoConferenceLink":"https://us02web.zoom.us/j/87137723460?pwd=RFIyalV2L0F2UWVWLzNlRlNaekNkQT09","lookingDescription":"","createdDate":"2021-08-06T00:22:31.295Z","__v":0},"date":"2021-08-12T01:00:00.000Z","startTime":"2021-08-11T02:00:00.000Z","endTime":"2021-08-11T03:00:00.000Z","hours":1,"createdDate":"2021-08-11T22:38:23.677Z","updatedDate":"2021-08-11T22:38:23.677Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6126b99e9b885ef7d95779e2","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website","eventType":"Team Meeting","description":"UI-UX Meeting","date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-12T00:00:00.000Z","endTime":"2020-05-12T01:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2021-08-25T20:16:03.981Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6126b9ff9b885ef7d95779e3","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website","eventType":"Team Meeting","description":"Back-end Meeting","date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-12T02:00:00.000Z","endTime":"2020-05-12T03:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2021-08-25T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152303f67279ee9a61afc89","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"PM Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T21:00:00.000Z","endTime":"2020-05-13T22:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"615230cd67279ee9a61afc8b","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-13T01:30:00.000Z","startTime":"2020-05-13T00:00:00.000Z","endTime":"2020-05-13T01:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152310e67279ee9a61afc8c","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"UX/UI Website Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-14T01:30:00.000Z","startTime":"2020-05-13T23:00:00.000Z","endTime":"2020-05-13T00:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152368867279ee9a61afc96","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"Weekly Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-11T01:30:00.000Z","startTime":"2020-05-13T00:30:00.000Z","endTime":"2020-05-13T01:30:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"615237d567279ee9a61afc97","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"UX/UI meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T01:00:00.000Z","endTime":"2020-05-13T02:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152381f67279ee9a61afc98","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"UX Research meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T18:00:00.000Z","endTime":"2020-05-13T19:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6192ff1b88e43f11e436db1d","hacknight":"Online","name":"VRMS Team Meeting","eventType":"Team Meeting","description":"Developers Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeac78ce228b001778facd","name":"VRMS","description":"VRMS is a tool used for the engagement, support, and retention of a network of volunteers.","githubIdentifier":"226157870","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/VRMS","slackUrl":"https://hackforla.slack.com/archives/CRGH5HM0Q","googleDriveUrl":"https://drive.google.com/drive/folders/1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","googleDriveId":"1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","hflaWebsiteUrl":"https://www.hackforla.org/projects/vrms","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Front end devs (any level) \n - Back end devs (any level)","createdDate":"2020-06-08T21:24:08.313Z","__v":0},"date":"2020-05-15T02:00:00.000Z","startTime":"2020-05-12T01:30:00.000Z","endTime":"2020-05-12T02:30:00.000Z","hours":1,"createdDate":"2020-05-09T22:06:38.901Z","updatedDate":"2021-11-15T22:06:38.901Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61aa816e41ed09237918f4c2","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"UX Research","date":"2020-05-13T20:00:00.000Z","startTime":"2020-05-12T21:00:00.000Z","endTime":"2020-05-12T22:00:00.000Z","hours":1.5,"createdDate":"2021-12-03T20:16:03.981Z","updatedDate":"2021-12-03T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61b7fc8d71f7e8fa9f644ff8","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Product Management","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T01:00:00.000Z","endTime":"2020-05-13T02:00:00.000Z","hours":1,"createdDate":"2021-12-13T22:13:25.167Z","updatedDate":"2022-02-07T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61b7fd5471f7e8fa9f644ffa","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Product Owner Meeting","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-22T19:00:00.000Z","startTime":"2021-12-13T00:00:00.000Z","endTime":"2021-12-13T01:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:17:12.078Z","updatedDate":"2020-05-09T23:17:12.078Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"62018d45271b5ce334ee9616","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Design Meeting, Every Other Tues","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:13:25.167Z","updatedDate":"2020-05-09T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620998d72720480f934e4365","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T01:00:00.000Z","endTime":"2022-02-15T02:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6209995f2720480f934e4366","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"UX/UI Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T02:00:00.000Z","endTime":"2022-02-15T03:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620999902720480f934e4367","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Developer Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T02:00:00.000Z","endTime":"2022-02-15T03:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620999f92720480f934e4368","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Management Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-14T02:00:00.000Z","startTime":"2022-02-15T20:00:00.000Z","endTime":"2022-02-15T21:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620bd0be68255664fc376985","hacknight":"Online","name":"Food Oasis","eventType":"Team Meeting","description":"Development Team","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edea7d2ce228b001778fac9","name":"Food Oasis","description":"The website is focused on individuals seeking food in Los Angeles who need an up-to-date resource about food pantries and meals. Our mission is to update the existing website, foodoasis.la with a simplified UI and verified data. Future development goals include creating functionality for referral services that will allow the end user to annotate and update listings through a peer verification system.","githubIdentifier":"215666884","projectStatus":"Rebooting","location":"DTLA","githubUrl":"https://github.com/foodoasisla","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","googleDriveId":"1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","hflaWebsiteUrl":"https://www.hackforla.org/projects/food-oasis","videoConferenceLink":"https://us02web.zoom.us/j/85496859954","lookingDescription":"- Project Management \n - Junior Python developers (2) \n - documentarian (UX) - specifically someone to help with the wiki for onboarding and communicating to stake holders what the project is about","createdDate":"2020-06-08T21:04:18.272Z","__v":0},"date":"2020-05-12T03:00:00.000Z","startTime":"2020-05-15T01:30:00.000Z","endTime":"2020-05-15T02:30:00.000Z","hours":1,"createdDate":"2020-05-09T22:51:16.674Z","updatedDate":"2022-02-15T22:51:16.674Z","__v":0}] \ No newline at end of file +[{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123458"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7240f509367be7272cf69","hacknight":"Online","name":"Lucky Parking Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5ec32abda973810017c0de0d","name":"Lucky Parking","description":"A platform looking for nearby street parking with least possibility of getting citation.","githubIdentifier":"216854923","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/lucky-parking","slackUrl":"https://hackforla.slack.com/archives/CPFDMSV6V","googleDriveUrl":"https://drive.google.com/drive/folders/1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","googleDriveId":"1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","hflaWebsiteUrl":"https://www.hackforla.org/projects/lucky-parking","videoConferenceLink":"https://us02web.zoom.us/j/84817446708?pwd=QW5RVER2SkVTWnZkN25ZY2d2RzNTdz09","lookingDescription":"- Frontend Software Engineer \n- Backend Software Engineer \n- Advanced Data Scientist \n- Python Enthusiast","createdDate":"2020-05-19T00:39:25.640Z","__v":0},"date":"2020-05-12T00:30:00.000Z","startTime":"2020-05-12T01:00:00.000Z","endTime":"2020-05-12T02:00:00.000Z","hours":5,"createdDate":"2020-05-09T21:43:43.519Z","updatedDate":"2021-04-20T21:43:43.519Z","__v":0},{"location":{"city":"","state":"CA","country":"USA"},"owner":{"ownerId":"123458"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb726ca509367be7272cf6b","hacknight":"Online","name":"Not Today Team Meeting","eventType":"Team Meeting","description":"(updates)","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeb5c9ce228b001778fad3","name":"Not Today","description":"Not Today is an app intended to help people wait out periods of suicidal thinking without acting on their thoughts.","githubIdentifier":"202051333","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/not-today","slackUrl":"https://hackforla.slack.com/archives/CMDEH9478","googleDriveUrl":"https://drive.google.com/drive/folders/1dRIYWa_JiBhKOVNKLJG-t7_8s_LjtKDC","googleDriveId":"1dRIYWa_JiBhKOVNKLJG-t7_8s_LjtKDC","hflaWebsiteUrl":"https://www.hackforla.org/projects/not-today","videoConferenceLink":"","lookingDescription":"- Flutter \n - Mobile Development UI/UX \n - Empathy and sensitivity with subject material and end users","createdDate":"2020-06-08T22:03:53.063Z","__v":0},"date":"2020-05-12T01:30:00.000Z","startTime":"2020-05-12T01:30:00.000Z","endTime":"2020-05-12T01:40:00.000Z","hours":0.16,"createdDate":"2020-05-09T21:55:22.088Z","updatedDate":"2020-05-09T21:55:22.088Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72878509367be7272cf6d","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"PM Meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-12T01:30:00.000Z","startTime":"2020-05-12T22:00:00.000Z","endTime":"2020-05-12T23:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7296e509367be7272cf6f","hacknight":"Online","name":"VRMS Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeac78ce228b001778facd","name":"VRMS","description":"VRMS is a tool used for the engagement, support, and retention of a network of volunteers.","githubIdentifier":"226157870","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/VRMS","slackUrl":"https://hackforla.slack.com/archives/CRGH5HM0Q","googleDriveUrl":"https://drive.google.com/drive/folders/1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","googleDriveId":"1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","hflaWebsiteUrl":"https://www.hackforla.org/projects/vrms","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Front end devs (any level) \n - Back end devs (any level)","createdDate":"2020-06-08T21:24:08.313Z","__v":0},"date":"2020-05-12T02:00:00.000Z","startTime":"2020-05-12T02:00:00.000Z","endTime":"2020-05-12T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:06:38.901Z","updatedDate":"2020-05-09T22:06:38.901Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72b05509367be7272cf71","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"All Team Meeting, Every other Tues","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:13:25.167Z","updatedDate":"2020-05-09T22:13:25.167Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb72d36509367be7272cf73","hacknight":"Online","name":"Undebate Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["EnCiv.org","Ballotpedia.org"],"_id":"5edeb235ce228b001778fad1","name":"Undebate","description":"Not debates, but recorded online video Q&A with candidates so voters can quickly can get to know them, for every candidate, for every election, across the US.","githubIdentifier":"221070186","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/EnCiv/undebate","slackUrl":"https://hackforla.slack.com/archives/CQ6BHN79B","googleDriveUrl":"https://drive.google.com/drive/folders/1w6vn6xSwHAijfRvgH9HNpjVFBb8fxlwJ","googleDriveId":"1w6vn6xSwHAijfRvgH9HNpjVFBb8fxlwJ","hflaWebsiteUrl":"https://www.hackforla.org/projects/undebate","videoConferenceLink":"http://meet.google.com/hpe-jxin-kww","lookingDescription":"- Node \n - React \n - UI/UX \n - Marketing/Branding/Social Media","createdDate":"2020-06-08T21:48:37.127Z","__v":0},"date":"2020-05-14T01:30:00.000Z","startTime":"2020-05-14T01:30:00.000Z","endTime":"2020-05-14T04:00:00.000Z","hours":2.5,"createdDate":"2020-05-09T22:22:46.694Z","updatedDate":"2020-05-09T22:22:46.694Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb730df509367be7272cf74","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"All Team Members","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-13T01:00:00.000Z","startTime":"2020-05-14T01:00:00.000Z","endTime":"2020-05-14T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73139509367be7272cf75","hacknight":"Online","name":"Operations Group Weekly Meeting","eventType":"Team Meeting","description":"Weekly Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeae6cce228b001778face","name":"Operations Group","description":"Operations is a broad area that includes information technology work on devops, infrastructure as code, hosting, pipelines, services, security, practices, and more. We welcome help with marketing, such as with developing, researching, training, etc.","githubIdentifier":"","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/nonprofitnetworks/it","slackUrl":"https://hackforla.slack.com/archives/CV7QGL66B","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/","videoConferenceLink":"https://us02web.zoom.us/j/410239238?pwd=WXFZbXBNUFVyUkZ1NkRJcEZxMVJOUT09","lookingDescription":"","createdDate":"2020-06-08T21:32:28.164Z","__v":0},"date":"2020-05-27T03:00:00.000Z","startTime":"2020-05-27T03:00:00.000Z","endTime":"2020-05-27T03:45:00.000Z","hours":0.75,"createdDate":"2020-05-09T22:39:53.054Z","updatedDate":"2020-05-09T22:39:53.054Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7323f509367be7272cf76","hacknight":"Online","name":"Write for All™ Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeb00ace228b001778facf","name":"Write for All™","description":"We want to improve the language used in websites to be more inclusive (of all communities) while also educating the public about exclusionary language.","githubIdentifier":"238357606","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/writeforall","slackUrl":"https://hackforla.slack.com/archives/CTJN4HPRA","googleDriveUrl":"https://drive.google.com/drive/folders/1D6SquFt2rf95VZWTQE30HJPaJ0d9vHSw","googleDriveId":"1D6SquFt2rf95VZWTQE30HJPaJ0d9vHSw","hflaWebsiteUrl":"https://www.hackforla.org/projects/writeforall","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-08T21:39:22.634Z","__v":0},"date":"2020-06-03T02:00:00.000Z","startTime":"2020-06-03T02:00:00.000Z","endTime":"2020-06-03T02:50:00.000Z","hours":0.833,"createdDate":"2020-05-09T22:44:15.710Z","updatedDate":"2020-05-09T22:44:15.711Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb732a9509367be7272cf77","hacknight":"Online","name":"LA TDM Calculator Team Meeting","eventType":"Team Meeting","description":"Weekly Team Check In","project":{"recruitingCategories":[],"partners":["LA Department of Transportation LADOT (https://ladot.lacity.org/)"],"_id":"5edeb2face228b001778fad2","name":"LA TDM Calculator","description":"We’re building a TDM web calculator for LADOT. It scores proposed real estate developments in real-time and aims to discourage exceeding parking requirements to reduce the occurrence of single-occupancy trips to new developments.","githubIdentifier":"197452459","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/tdm-calculator","slackUrl":"https://hackforla.slack.com/archives/CKY65G266","googleDriveUrl":"https://drive.google.com/drive/folders/1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","googleDriveId":"1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","hflaWebsiteUrl":"https://www.hackforla.org/projects/tdm-calculator","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI Designer","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2020-05-14T02:00:00.000Z","startTime":"2020-05-14T02:00:00.000Z","endTime":"2020-05-14T03:00:00.000Z","hours":1.5,"createdDate":"2020-05-09T22:46:01.281Z","updatedDate":"2020-05-09T22:46:01.281Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73328509367be7272cf78","hacknight":"Online","name":"311 Data Management Meeting","eventType":"Team Meeting","description":"Product Meeting","project":{"recruitingCategories":[],"partners":["EmpowerLA"],"_id":"5eb9e2de3409ffef8194ffde","name":"311 Data","description":"The 311 Data project seeks to empower local Neighborhood Councils to improve the ideation and analysis of their initiatives using the wealth of publicly available 311 data.","githubIdentifier":"190321758","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/311-data","slackUrl":"https://hackforla.slack.com/archives/CJY4R382X","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","googleDriveId":"10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","hflaWebsiteUrl":"https://www.hackforla.org/projects/311-data","videoConferenceLink":"https://us04web.zoom.us/j/8358875318","lookingDescription":"Frontend Developers, Backend Developers, Backend Lead, DevOps","createdDate":"2020-05-11T23:42:22.028Z","__v":0},"date":"2020-05-16T02:00:00.000Z","startTime":"2020-05-15T00:00:00.000Z","endTime":"2020-05-15T01:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:48:08.215Z","updatedDate":"2022-03-21T22:48:08.215Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7339e509367be7272cf79","hacknight":"Online","name":"Civic Tech Index Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:50:06.789Z","updatedDate":"2021-03-02T22:50:06.789Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb733e4509367be7272cf7a","hacknight":"Online","name":"Food Oasis","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edea7d2ce228b001778fac9","name":"Food Oasis","description":"The website is focused on individuals seeking food in Los Angeles who need an up-to-date resource about food pantries and meals. Our mission is to update the existing website, foodoasis.la with a simplified UI and verified data. Future development goals include creating functionality for referral services that will allow the end user to annotate and update listings through a peer verification system.","githubIdentifier":"215666884","projectStatus":"Rebooting","location":"DTLA","githubUrl":"https://github.com/foodoasisla","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","googleDriveId":"1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","hflaWebsiteUrl":"https://www.hackforla.org/projects/food-oasis","videoConferenceLink":"https://us02web.zoom.us/j/85496859954","lookingDescription":"- Project Management \n - Junior Python developers (2) \n - documentarian (UX) - specifically someone to help with the wiki for onboarding and communicating to stake holders what the project is about","createdDate":"2020-06-08T21:04:18.272Z","__v":0},"date":"2020-05-15T03:00:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:51:16.674Z","updatedDate":"2022-02-15T22:51:16.674Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73494509367be7272cf7b","hacknight":"Online","name":"LA TDM Calculator Team Meeting","eventType":"Team Meeting","description":"Management Meeting","project":{"recruitingCategories":[],"partners":["LA Department of Transportation LADOT (https://ladot.lacity.org/)"],"_id":"5edeb2face228b001778fad2","name":"LA TDM Calculator","description":"We’re building a TDM web calculator for LADOT. It scores proposed real estate developments in real-time and aims to discourage exceeding parking requirements to reduce the occurrence of single-occupancy trips to new developments.","githubIdentifier":"197452459","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/tdm-calculator","slackUrl":"https://hackforla.slack.com/archives/CKY65G266","googleDriveUrl":"https://drive.google.com/drive/folders/1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","googleDriveId":"1XI0ZP21DoNM8uTKVJkRBiMhtP652X8KM","hflaWebsiteUrl":"https://www.hackforla.org/projects/tdm-calculator","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI Designer","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2020-05-16T17:00:00.000Z","startTime":"2020-05-16T17:00:00.000Z","endTime":"2020-05-16T18:00:00.000Z","hours":2,"createdDate":"2020-05-09T22:54:12.002Z","updatedDate":"2021-12-13T22:54:12.002Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb736bf509367be7272cf7e","hacknight":"Online","name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"All Team Meeting","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"date":"2020-05-17T17:00:00.000Z","startTime":"2020-05-17T17:00:00.000Z","endTime":"2020-05-17T19:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:03:27.242Z","updatedDate":"2020-05-09T23:03:27.242Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb73729509367be7272cf7f","hacknight":"Online","name":"New Schools Today Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edeaa97ce228b001778facb","name":"New Schools Today","description":"We’re building a platform for students across LA County to create more accessible school-related apps and web apps. Our desired impact is to make students feel more welcomed and included in their community through an online academic environment created by peers, for peers","githubIdentifier":"222602391","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/new-schools-today","slackUrl":"https://hackforla.slack.com/archives/CQZ5R91C5","googleDriveUrl":"https://drive.google.com/drive/folders/1eN_qqqeJZVZwadf52xfzwwprLxN0WzOM","googleDriveId":"1eN_qqqeJZVZwadf52xfzwwprLxN0WzOM","hflaWebsiteUrl":"https://www.hackforla.org/projects/new-schools-today","videoConferenceLink":"https://us02web.zoom.us/j/5499371913","lookingDescription":"- Mobile Development \n - Serverless PaaS Expertise \n - UX knowledge \n - React Web Development \n - Marketing/Research \n - any high school student or technical mentor interested","createdDate":"2020-06-08T21:16:07.279Z","__v":0},"date":"2020-05-16T21:00:00.000Z","startTime":"2020-05-16T21:00:00.000Z","endTime":"2020-05-16T23:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:05:13.209Z","updatedDate":"2020-05-09T23:05:13.209Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb7379b509367be7272cf80","hacknight":"Online","name":"Hack for LA Marketing Team Meeting","eventType":"Team Meeting","description":"","project":{"recruitingCategories":[],"partners":[""],"_id":"5ee7d96c413fed0017986341","name":"Hack for LA Marketing Team","description":"","githubIdentifier":"","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C050L8Z5K","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-15T20:26:20.247Z","__v":0},"date":"2020-05-17T19:00:00.000Z","startTime":"2020-05-17T19:00:00.000Z","endTime":"2020-05-17T21:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:07:07.407Z","updatedDate":"2020-05-09T23:07:07.407Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eb737f5509367be7272cf81","hacknight":"Online","name":"Civic Tech Index Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-05-18T21:00:00.000Z","startTime":"2020-05-18T01:00:00.000Z","endTime":"2020-05-18T03:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:08:37.567Z","updatedDate":"2021-07-09T23:08:37.567Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ebb040346383ef9be2dc2d1","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"Development Team","date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2020-05-12T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5eec3623411acc0017486999","project":{"recruitingCategories":[],"partners":[""],"_id":"5eec356c411acc0017486997","name":"Data Science Team","description":"","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/website","slackUrl":"","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-19T03:47:56.782Z","__v":0},"hacknight":"Westside","name":"Data Science Team Meeting","eventType":"Team Meeting","description":"","date":"2020-06-19T03:00:00.000Z","startTime":"2020-06-19T03:00:00.000Z","endTime":"2020-06-19T04:00:00.000Z","hours":2,"createdDate":"2020-06-19T03:50:59.070Z","updatedDate":"2020-06-19T03:50:59.070Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f3dda85e2779b0017bc88cc","project":{"recruitingCategories":[],"partners":["EmpowerLA"],"_id":"5eb9e2de3409ffef8194ffde","name":"311 Data","description":"The 311 Data project seeks to empower local Neighborhood Councils to improve the ideation and analysis of their initiatives using the wealth of publicly available 311 data.","githubIdentifier":"190321758","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/311-data","slackUrl":"https://hackforla.slack.com/archives/CJY4R382X","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","googleDriveId":"10_KYe3pbZqiq6reeLA8zDDeIlz-4PxWM","hflaWebsiteUrl":"https://www.hackforla.org/projects/311-data","videoConferenceLink":"https://us04web.zoom.us/j/8358875318","lookingDescription":"Frontend Developers, Backend Developers, Backend Lead, DevOps","createdDate":"2020-05-11T23:42:22.028Z","__v":0},"hacknight":"Online","name":"311 Data Team Meeting","eventType":"Team Meeting","description":"Team Meeting","date":"2020-08-21T01:00:00.000Z","startTime":"2020-08-21T01:30:00.000Z","endTime":"2020-08-21T02:30:00.000Z","hours":1,"createdDate":"2020-08-20T02:05:57.440Z","updatedDate":"2021-01-13T02:05:57.440Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f460141f62faf0017d07f6c","name":"Civic Opportunity Project","hacknight":"hacknight","eventType":"Weekly Meeting","date":"2020-08-23T16:00:32.000Z","startTime":"2020-08-22T16:00:32.000Z","endTime":"2020-08-22T17:00:32.000Z","hours":1,"createdDate":"2020-08-26T06:29:21.395Z","updatedDate":"2020-08-26T06:29:21.395Z","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b496d1127403d8c56aa08","name":"Civic Opportunity Project","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-opportunity-project","githubUrl":"https://github.com/hackforla/civic-opportunity/projects/1","location":"Remote","createdDate":"2022-05-05T10:17:05.352Z"},"description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4602a1f62faf0017d07f6d","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b48031127403d8c56aa06","name":"100 Automations","hflaWebsiteUrl":"https://www.hackforla.org/projects/100-automations","slackUrl":"https://app.slack.com/team/U015R4RTDJA","githubUrl":"https://github.com/nivenprasad","location":"dtla","createdDate":"2022-05-05T10:17:05.352Z"},"name":"100 Automations","hacknight":"hacknight","eventType":"Management Team Meeting","date":"2020-08-20T23:30:00.000Z","startTime":"2020-08-19T00:00:00.000Z","endTime":"2020-08-20T01:00:00.000Z","hours":1,"createdDate":"2020-08-26T06:35:13.510Z","updatedDate":"2020-08-26T06:35:13.510Z","description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4602fef62faf0017d07f6e","project":{"recruitingCategories":[],"partners":[],"_id":"5f4b48031127403d8c56aa06","name":"100 Automations","hflaWebsiteUrl":"https://www.hackforla.org/projects/100-automations","slackUrl":"https://app.slack.com/team/U015R4RTDJA","githubUrl":"https://github.com/nivenprasad","location":"dtla","createdDate":"2022-05-05T10:17:05.352Z"},"name":"100 Automations","hacknight":"hacknight","eventType":"Team Meeting","date":"2020-08-22T21:00:00.000Z","startTime":"2020-08-22T21:00:00.000Z","endTime":"2020-08-22T23:00:00.000Z","hours":2,"createdDate":"2020-08-26T06:36:46.692Z","updatedDate":"2020-08-26T06:36:46.692Z","description":"","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f4e6bd8cf35de00172cbecc","name":"Civic Opportunity Project","hacknight":"hacknight","eventType":"Weekly Meeting","description":"Meeting","startTime":"2020-08-27T23:00:00.000Z","endTime":"2020-08-28T00:00:00.000Z","date":"2020-08-27T23:00:00.000Z","hours":1,"project":{"recruitingCategories":[],"partners":[],"_id":"5f4b496d1127403d8c56aa08","name":"Civic Opportunity Project","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-opportunity-project","githubUrl":"https://github.com/hackforla/civic-opportunity/projects/1","location":"Remote","createdDate":"2022-05-05T10:17:05.352Z"},"createdDate":"2020-09-01T15:42:16.291Z","updatedDate":"2020-09-01T15:42:16.291Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5f5098e1fb93d9001742d1bd","description":"","name":"BallotNav","project":{"recruitingCategories":["Business Analyst","Technical Architect","UI Designer","UX Researcher"],"partners":[],"_id":"5f5092eafb93d9001742d1b4","name":"BallotNav","description":"BallotNav is a project of Hack for LA. Hack for LA is a brigade of a Code for America that exists to connect citizens with civic rights and responsibilities. BallotNav helps those who are concerned about using USPS for their mail-in ballots find their local drop-off points and their available days/times. The app's main features include locating the drop-off points closest to the user, and displaying what dates and times they are available; pulling in this information as it becomes available from county election supervisors; and connecting with users' social accounts to encourage dissemination of the tool and information.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/ballotnav","slackUrl":"https://hackforla.slack.com/?redir=%2Farchives%2FC0191KE1XB7","createdDate":"2020-09-03T06:53:30.695Z","__v":0},"hacknight":"hacknight","eventType":"Team Meeting","date":"2020-09-02T01:30:56.623Z","startTime":"2020-09-02T00:00:00.000Z","endTime":"2020-09-02T01:00:00.000Z","hours":1,"createdDate":"2020-09-03T07:18:57.604Z","updatedDate":"2020-09-03T07:18:57.604Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d01210cf72445ce37e23","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"All Hands Meeting, Every 2nd Tuesday","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-13T01:30:00.000Z","startTime":"2020-05-13T00:00:00.000Z","endTime":"2020-05-13T01:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d0b210cf72445ce37e24","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"Development Team Meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-15T01:30:00.000Z","startTime":"2020-05-15T01:00:00.000Z","endTime":"2020-05-15T02:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ff3d1db10cf72445ce37e25","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"PM Meeting","date":"2020-05-13T20:00:00.000Z","startTime":"2020-05-12T19:00:00.000Z","endTime":"2020-05-12T20:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2020-05-12T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"5ffff2525b6c145310d50914","hacknight":"Online","name":"Youth Justice Nav Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":["Content Writer","UX Researcher","UI Designer"],"partners":["UCLA School of Law","Code for America"],"_id":"5ffff1495b6c145310d50913","name":"Youth Justice Nav","description":"We are creating a know your rights tool for youth and their families when interacting with the Juvenile Justice System. This interactive tool creates a resource for youth and their families to access information that is relevant to several different parts of the process from knowing your rights when you come into contact with law enforcement, to an explanation of the different types of hearings that take place, to knowing who various people in the courtroom are.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/YouthJusticeNav/","slackUrl":"","createdDate":"2021-01-13T00:00:00.000Z","__v":0},"date":"2020-05-14T01:00:00.000Z","startTime":"2020-05-14T02:00:00.000Z","endTime":"2020-05-14T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"602ccd77e4e43c2d24060a18","hacknight":"Online","name":"Youth Justice Nav Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":["Content Writer","UX Researcher","UI Designer"],"partners":["UCLA School of Law","Code for America"],"_id":"5ffff1495b6c145310d50913","name":"Youth Justice Nav","description":"We are creating a know your rights tool for youth and their families when interacting with the Juvenile Justice System. This interactive tool creates a resource for youth and their families to access information that is relevant to several different parts of the process from knowing your rights when you come into contact with law enforcement, to an explanation of the different types of hearings that take place, to knowing who various people in the courtroom are.","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/YouthJusticeNav/","slackUrl":"","createdDate":"2021-01-13T00:00:00.000Z","__v":0},"date":"2020-05-16T01:00:00.000Z","startTime":"2020-05-16T22:00:00.000Z","endTime":"2020-05-16T23:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:38:23.677Z","updatedDate":"2020-05-09T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603db433d7b86d36b4f28a63","hacknight":"Online","name":"UI/UX Community of Practice","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603db1fbd7b86d36b4f28a62","name":"Community of Practice: UI/UX","description":"UI/UX Community of Practice","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/UI-UX","slackUrl":"https://app.slack.com/client/T04502KQX/C017ESHSMNG","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/89670251875?pwd=NTYySW5yL3YrYTRxcHRpK1V6YWdaQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-01T02:00:00.000Z","endTime":"2021-03-01T03:00:00.000Z","hours":1,"createdDate":"2021-03-01T22:38:23.677Z","updatedDate":"2021-07-09T22:38:23.677Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e79c0b6e1b403ab81abe6","hacknight":"Online","name":"Civic Tech Index Product Managers Meeting","eventType":"Team Meeting","description":"Product Managers Meeting","project":{"recruitingCategories":[],"partners":["Code for America","Yale OpenLab","and many more"],"_id":"5ec326c7a973810017c0de0c","name":"Civic Tech Index","description":"Our goal of the project is to create a comprehensive, searchable index of all civic tech open source software projects around the world. We have created the framework. Now our next step is to create a website and other marketing tools that will demonstrate the power of the index and will provide instructions for how to tag and share your github repository in 2 min or less.","githubIdentifier":"241519642","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/civictechindex/website","slackUrl":"https://hackforla.slack.com/archives/CTYAKM0CW","googleDriveUrl":"https://drive.google.com/drive/folders/1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","googleDriveId":"1nmY42mlxepC_msSfLJEcy2SvyTlUEb-E","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-index","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Fullstack Developer with Node/React knowledge - Experienced Data Scientist - Database Architect - UX specialist for testing and conducting interviews with stakeholders - Project Manager","createdDate":"2020-05-19T00:22:31.295Z","__v":0},"date":"2020-07-15T21:00:00.000Z","startTime":"2020-05-17T19:30:00.000Z","endTime":"2020-05-17T20:30:00.000Z","hours":2,"createdDate":"2021-03-02T23:08:37.567Z","updatedDate":"2021-07-09T23:08:37.567Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e8960b6e1b403ab81abe8","hacknight":"Online","name":"Product Management","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603e8471b6e1b403ab81abe7","name":"Community of Practice: Product Management","description":"A place for leads to communicate with each other and with the leadership team.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/product-management","slackUrl":"https://hackforla.slack.com/archives/C010LNXH2JY","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/81435536017?pwd=eHNtNm5SVnpickxqUHRlbFJtS2tJUT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-01T02:00:00.000Z","endTime":"2021-03-01T03:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603e8b67b6e1b403ab81abe9","hacknight":"Online","name":"Product Management","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603e8471b6e1b403ab81abe7","name":"Community of Practice: Product Management","description":"A place for leads to communicate with each other and with the leadership team.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/product-management","slackUrl":"https://hackforla.slack.com/archives/C010LNXH2JY","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"https://us02web.zoom.us/j/81435536017?pwd=eHNtNm5SVnpickxqUHRlbFJtS2tJUT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-02-27T01:00:00.000Z","startTime":"2021-03-01T18:00:00.000Z","endTime":"2021-03-01T19:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603eba6cb6e1b403ab81abeb","hacknight":"Online","name":"Marketing","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"603eb958b6e1b403ab81abea","name":"Community of Practice: Marketing","description":"Getting the marketing game on fleek.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/marketing","slackUrl":"https://hackforla.slack.com/archives/C050L8Z5K","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"","lookingDescription":"","createdDate":"2021-03-02T19:42:22.028Z","__v":0},"date":"2021-02-27T01:00:00.000Z","startTime":"2021-03-04T03:00:00.000Z","endTime":"2021-03-04T04:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-06T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"603ec173b6e1b403ab81abed","hacknight":"Online","name":"Open Community Survey","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":["EmpowerLA","Various Neighborhood Councils (e.g., Westlake NC)"],"_id":"603ebf2ab6e1b403ab81abec","name":"Open Community Survey","description":"The Open Community Survey project creates transparent reports supported by a direct collection of personal perspectives from LA residents to help The LA Department of Neighborhood Empowerment (empowerla.org) and the Los Angeles Neighborhood Councils (NCs) to understand how constituents are interacting with, and what they need from, their websites.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/community-survey-nc-websites","slackUrl":"https://hackforla.slack.com/archives/C01H0HUDMCK","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/open-community-survey","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-06-08T21:51:54.904Z","__v":0},"date":"2021-02-23T01:00:00.000Z","startTime":"2021-03-01T20:00:00.000Z","endTime":"2021-03-01T21:00:00.000Z","hours":1,"createdDate":"2021-03-02T22:38:23.677Z","updatedDate":"2021-03-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605773e246b7cd034719d115","hacknight":"Online","name":"Engineering","eventType":"Community of Practice","description":"Weekly meeting","project":{"recruitingCategories":[],"partners":[],"_id":"605772bb46b7cd034719d114","name":"Community of Practice: Software Engineering","description":"Community of Practice for Software Engineers","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/engineering","slackUrl":"https://hackforla.slack.com/archives/C01CU709SER","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/communities-of-practice","videoConferenceLink":"","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2021-03-04T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:00:00.000Z","hours":1,"createdDate":"2021-03-21T22:38:23.677Z","updatedDate":"2021-03-21T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605d5aba6fb945197a19038d","hacknight":"Online","name":"Onboarding","eventType":"Onboarding","description":"Alternating Mon/Tue. Click for schedule","project":{"recruitingCategories":[],"partners":[],"_id":"605d593b6fb945197a19038c","name":"Onboarding","description":"New participant onboarding","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"","slackUrl":"https://hackforla.slack.com/archives/C04S7PNCU","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.meetup.com/hackforla/events","videoConferenceLink":"https://us02web.zoom.us/meeting/register/tZUtdeGvrTMoHtKkRwm7R8Kl8r9TXL73-UY9?_x_zm_rtaid=TNHnsFXoTF2IZlf-TUfrPw.1616083598988.a1e0d0f77cffa24ca0d6e75e25e23695&_x_zm_rhtaid=832","lookingDescription":"","createdDate":"2021-03-25T19:42:22.028Z","__v":0},"date":"2021-03-02T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:30:00.000Z","hours":1,"createdDate":"2021-03-25T22:38:23.677Z","updatedDate":"2021-03-25T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"605d5bf66fb945197a19038e","hacknight":"Online","name":"Onboarding","eventType":"Onboarding","description":"Alternating Mon/Tue. Click for schedule","project":{"recruitingCategories":[],"partners":[],"_id":"605d593b6fb945197a19038c","name":"Onboarding","description":"New participant onboarding","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"","slackUrl":"https://hackforla.slack.com/archives/C04S7PNCU","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.meetup.com/hackforla/events","videoConferenceLink":"https://us02web.zoom.us/meeting/register/tZUtdeGvrTMoHtKkRwm7R8Kl8r9TXL73-UY9?_x_zm_rtaid=TNHnsFXoTF2IZlf-TUfrPw.1616083598988.a1e0d0f77cffa24ca0d6e75e25e23695&_x_zm_rhtaid=832","lookingDescription":"","createdDate":"2021-03-25T19:42:22.028Z","__v":0},"date":"2021-03-03T01:00:00.000Z","startTime":"2021-03-04T02:00:00.000Z","endTime":"2021-03-04T03:30:00.000Z","hours":1,"createdDate":"2021-03-25T22:38:23.677Z","updatedDate":"2021-03-25T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"60638f106fb945197a190391","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"Data Science Workshop Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-11T01:30:00.000Z","startTime":"2020-05-13T00:00:00.000Z","endTime":"2020-05-13T01:00:00.000Z","hours":1,"createdDate":"2021-03-30T22:11:02.740Z","updatedDate":"2021-09-23T22:11:02.740Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6086ff6492e3bf053b2954c5","project":{"recruitingCategories":[],"partners":["Code for America (CfA)","CfA National Advisory Council","Code for Boston","Code for Charlottesville"],"_id":"6086fe5792e3bf053b2954c4","name":"Brigade Organizers Playbook","description":"This project aims to improve existing structures and create new ones that make it easier to share replicable processes and practices so that organizers and members can iterate on each others work, improving outcomes for the whole network.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/codeforamerica/brigade-playbook","slackUrl":"https://cfa.slack.com/archives/G0196272BBN","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/brigade-organizers-playbook","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-08-19T00:00:00.000Z","__v":0},"name":"Brigade Organizers Playbook","hacknight":"hacknight","eventType":"Team Meeting","description":"Core Team","date":"2020-10-03T21:00:54.000Z","startTime":"2020-10-03T18:00:54.000Z","endTime":"2020-10-03T20:00:54.000Z","hours":2,"createdDate":"2021-04-26T02:05:52.483Z","updatedDate":"2021-04-26T02:05:52.483Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6086ffa092e3bf053b2954c6","project":{"recruitingCategories":[],"partners":["Code for America (CfA)","CfA National Advisory Council","Code for Boston","Code for Charlottesville"],"_id":"6086fe5792e3bf053b2954c4","name":"Brigade Organizers Playbook","description":"This project aims to improve existing structures and create new ones that make it easier to share replicable processes and practices so that organizers and members can iterate on each others work, improving outcomes for the whole network.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/codeforamerica/brigade-playbook","slackUrl":"https://cfa.slack.com/archives/G0196272BBN","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/brigade-organizers-playbook","videoConferenceLink":"","lookingDescription":"","createdDate":"2020-08-19T00:00:00.000Z","__v":0},"name":"Brigade Organizers Playbook","hacknight":"hacknight","eventType":"Team Meeting","description":"Core Team","date":"2020-10-06T21:00:54.000Z","startTime":"2020-10-06T17:00:54.000Z","endTime":"2020-10-06T18:00:54.000Z","hours":2,"createdDate":"2021-04-26T02:18:26.860Z","updatedDate":"2021-04-26T02:18:26.860Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"608f056894f95c45fcb98617","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"Product Manager Meeting","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-14T01:00:00.000Z","startTime":"2020-05-14T00:00:00.000Z","endTime":"2020-05-14T01:00:00.000Z","hours":1,"createdDate":"2021-05-02T22:38:23.677Z","updatedDate":"2021-05-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"608f05c894f95c45fcb98618","hacknight":"Online","name":"Engage Team Meeting","eventType":"Team Meeting","description":"All Team Members","project":{"recruitingCategories":[],"partners":["City of Santa Monica"],"_id":"5edea472ce228b001778fac8","name":"Engage","description":"Engage is a civic participation platform. Currently in beta, Engage makes it easier for residents of Santa Monica, CA to offer their feedback on policy issues that City Council is considering. Engage aims to increase access for community stakeholders who are unable to attend public meetings or may otherwise feel unheard by their local government.","githubIdentifier":"138791772","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackla-engage","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","googleDriveId":"1rSrFjlzgJqJOIC4DMrANLj4tC0_ZJ3so","hflaWebsiteUrl":"https://www.hackforla.org/projects/engage","videoConferenceLink":"","lookingDescription":"- Product Manager \n - Project Manager \n - UX designers \n - React developers \n - NLP engineer","createdDate":"2020-06-08T20:49:54.861Z","__v":0},"date":"2020-05-11T01:00:00.000Z","startTime":"2020-05-14T23:00:00.000Z","endTime":"2020-05-14T00:00:00.000Z","hours":1,"createdDate":"2021-05-02T22:38:23.677Z","updatedDate":"2021-05-02T22:38:23.677Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"610db9cba76e0dd02bbc98df","hacknight":"Online","name":"GreenEarthOS","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"610db8d3a76e0dd02bbc98dc","name":"GreenEarthOS","description":"The GreenEarthOS project seeks to create and publish a map of the current climate project support landscape including gaps. Once the landscape has been created the project will work to create visible guidance for open source projects and project ideators on how to navigate the landscape and connect with players at every appropriate stage (recruiting, mentoring, partnerships, packaging and funding); thereby reducing barriers to currently under represented communities.","githubIdentifier":"GreenEarthOS","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/GreenEarthOS","slackUrl":"https://hackforla.slack.com/archives/C01C2P7D413","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/1N2GN3SHSXBpO_Q6dgfOp7EzbDVUz-6HO","googleDriveId":"1N2GN3SHSXBpO_Q6dgfOp7EzbDVUz-6HO","hflaWebsiteUrl":"","videoConferenceLink":"https://us02web.zoom.us/j/87137723460?pwd=RFIyalV2L0F2UWVWLzNlRlNaekNkQT09","lookingDescription":"","createdDate":"2021-08-06T00:22:31.295Z","__v":0},"date":"2021-08-12T01:00:00.000Z","startTime":"2021-08-11T02:00:00.000Z","endTime":"2021-08-11T03:00:00.000Z","hours":1,"createdDate":"2021-08-11T22:38:23.677Z","updatedDate":"2021-08-11T22:38:23.677Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6126b99e9b885ef7d95779e2","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website","eventType":"Team Meeting","description":"UI-UX Meeting","date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-12T00:00:00.000Z","endTime":"2020-05-12T01:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2021-08-25T20:16:03.981Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6126b9ff9b885ef7d95779e3","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website","eventType":"Team Meeting","description":"Back-end Meeting","date":"2020-05-15T01:00:00.000Z","startTime":"2020-05-12T02:00:00.000Z","endTime":"2020-05-12T03:00:00.000Z","hours":1.5,"createdDate":"2020-05-12T20:16:03.981Z","updatedDate":"2021-08-25T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152303f67279ee9a61afc89","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"PM Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T21:00:00.000Z","endTime":"2020-05-13T22:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"615230cd67279ee9a61afc8b","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-13T01:30:00.000Z","startTime":"2020-05-13T00:00:00.000Z","endTime":"2020-05-13T01:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152310e67279ee9a61afc8c","hacknight":"Online","name":"Access the Data","eventType":"Team Meeting","description":"UX/UI Website Meeting","project":{"recruitingCategories":[],"partners":[],"_id":"60638e5f6fb945197a190390","name":"Access the Data","description":"Access the Data is an initiative aimed at identifying and addressing the areas where data literacy education within our communities is needed most.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/access-the-data","slackUrl":"https://hackforla.slack.com/archives/C01L2ANCG6M","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"http://accessthedata.org/","videoConferenceLink":"https://us04web.zoom.us/j/78503697142?pwd=Zjc4eGI2MEQvVURPU1A1cDlPVG0zQT09","lookingDescription":"","createdDate":"2021-03-01T19:42:22.028Z","__v":0},"date":"2020-08-14T01:30:00.000Z","startTime":"2020-05-13T23:00:00.000Z","endTime":"2020-05-13T00:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152368867279ee9a61afc96","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"Weekly Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-11T01:30:00.000Z","startTime":"2020-05-13T00:30:00.000Z","endTime":"2020-05-13T01:30:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"615237d567279ee9a61afc97","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"UX/UI meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T01:00:00.000Z","endTime":"2020-05-13T02:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6152381f67279ee9a61afc98","hacknight":"Online","name":"Design Systems","eventType":"Team Meeting","description":"UX Research meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"615235f967279ee9a61afc93","name":"Design Systems","description":"The Design System initiative seeks to empower volunteers with the tools, documentation and templates for creating and maintaining a design system for their HfLA projects. As Hack for LA continues to scale it has become more essential to create consistent documentation and standards for deliverables.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/design-systems","slackUrl":"https://hackforla.slack.com/archives/CH2U1CB9Q","googleDriveUrl":"https://drive.google.com/drive/u/0/folders/0ACLGQ8FFW2MCUk9PVA","googleDriveId":"0ACLGQ8FFW2MCUk9PVA","hflaWebsiteUrl":"https://www.hackforla.org/projects/","videoConferenceLink":"https://us02web.zoom.us/j/88447401964?pwd=cUkyNFNKVGZRckxzRkdrT1luVVJ3dz09","lookingDescription":"","createdDate":"2021-09-27T00:22:31.295Z","__v":0},"date":"2020-08-12T01:30:00.000Z","startTime":"2020-05-13T18:00:00.000Z","endTime":"2020-05-13T19:00:00.000Z","hours":1,"createdDate":"2021-09-27T22:11:02.740Z","updatedDate":"2021-09-27T22:11:02.740Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6192ff1b88e43f11e436db1d","hacknight":"Online","name":"VRMS Team Meeting","eventType":"Team Meeting","description":"Developers Meeting","project":{"recruitingCategories":[],"partners":["TBD"],"_id":"5edeac78ce228b001778facd","name":"VRMS","description":"VRMS is a tool used for the engagement, support, and retention of a network of volunteers.","githubIdentifier":"226157870","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/VRMS","slackUrl":"https://hackforla.slack.com/archives/CRGH5HM0Q","googleDriveUrl":"https://drive.google.com/drive/folders/1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","googleDriveId":"1uxCkpcPtDjrhftBO-axU2g8hjXsxiLiS","hflaWebsiteUrl":"https://www.hackforla.org/projects/vrms","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- Front end devs (any level) \n - Back end devs (any level)","createdDate":"2020-06-08T21:24:08.313Z","__v":0},"date":"2020-05-15T02:00:00.000Z","startTime":"2020-05-12T01:30:00.000Z","endTime":"2020-05-12T02:30:00.000Z","hours":1,"createdDate":"2020-05-09T22:06:38.901Z","updatedDate":"2021-11-15T22:06:38.901Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61aa816e41ed09237918f4c2","hacknight":"Online","project":{"recruitingCategories":[],"partners":["N/A"],"_id":"5edeb146ce228b001778fad0","name":"Hackforla.org Website","description":"The hackforla.org website is our organization's way of communicating with new volunteers, stakeholders, and donors. This project is a good place to start for new volunteers looking to polish their git protocol skills (branches, separation of concerns, etc.). We are currently in a redesign phase, using CI/CD in the run up to demoing the new version at Code for America's Summit 2020 in Washington, D.C.","githubIdentifier":"130000551","projectStatus":"Active","location":"Westside, DTLA","githubUrl":"https://github.com/hackforla/website","slackUrl":"https://hackforla.slack.com/archives/C4UM52W93","googleDriveUrl":"https://drive.google.com/drive/folders/1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","googleDriveId":"1p76K0FgfiAWeIIEyoyJ_Iik8FVj8cBjT","hflaWebsiteUrl":"https://www.hackforla.org/projects/website","videoConferenceLink":"https://zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (wireframes) \n - Photoshop \n - Junior JavaScript developers \n - anyone wanting to learn how to do Git commits in a collaborative work environment","createdDate":"2020-06-08T21:44:38.303Z","__v":0},"name":"Hackforla.org Website Team Meeting","eventType":"Team Meeting","description":"UX Research","date":"2020-05-13T20:00:00.000Z","startTime":"2020-05-12T21:00:00.000Z","endTime":"2020-05-12T22:00:00.000Z","hours":1.5,"createdDate":"2021-12-03T20:16:03.981Z","updatedDate":"2021-12-03T20:16:03.981Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61b7fc8d71f7e8fa9f644ff8","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Product Management","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T01:00:00.000Z","endTime":"2020-05-13T02:00:00.000Z","hours":1,"createdDate":"2021-12-13T22:13:25.167Z","updatedDate":"2022-02-07T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"61b7fd5471f7e8fa9f644ffa","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Product Owner Meeting","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-22T19:00:00.000Z","startTime":"2021-12-13T00:00:00.000Z","endTime":"2021-12-13T01:00:00.000Z","hours":2,"createdDate":"2020-05-09T23:17:12.078Z","updatedDate":"2020-05-09T23:17:12.078Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"62018d45271b5ce334ee9616","hacknight":"Online","name":"Home Unite Us Team Meeting","eventType":"Team Meeting","description":"Design Meeting, Every Other Tues","project":{"recruitingCategories":[],"partners":["Safe Place for Youth (SPY)"],"_id":"5edea961ce228b001778faca","name":"Home Unite Us","description":"We're working with community non-profits who have a Host Home initiative to develop a workflow management tool to make the process scaleable (across all providers), reduce institutional bias, and effectively capture data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing.","githubIdentifier":"228981080","projectStatus":"Active","location":"DTLA","githubUrl":"https://github.com/hackforla/homeuniteus","slackUrl":"https://hackforla.slack.com/archives/CRWUG7X0C","googleDriveUrl":"https://drive.google.com/drive/folders/1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","googleDriveId":"1ahxiD9rIsBtx0yAPlPcPaGw8zGrfHHm9","hflaWebsiteUrl":"https://www.hackforla.org/projects/home-unite-us","videoConferenceLink":"https://us02web.zoom.us/j/4451450308?pwd=U0JobzZqN0xGSXBUUkRsNlB5YzJiQT09","lookingDescription":"- UI (including wireframes, familiar with Figma) \n","createdDate":"2020-06-08T21:10:57.147Z","__v":0},"date":"2020-05-13T02:00:00.000Z","startTime":"2020-05-13T02:00:00.000Z","endTime":"2020-05-13T03:00:00.000Z","hours":1,"createdDate":"2020-05-09T22:13:25.167Z","updatedDate":"2020-05-09T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620998d72720480f934e4365","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Team Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T01:00:00.000Z","endTime":"2022-02-15T02:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"6209995f2720480f934e4366","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"UX/UI Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T02:00:00.000Z","endTime":"2022-02-15T03:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620999902720480f934e4367","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Developer Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-16T02:00:00.000Z","startTime":"2022-02-15T02:00:00.000Z","endTime":"2022-02-15T03:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620999f92720480f934e4368","hacknight":"Online","name":"Civic Tech Jobs Team Meeting","eventType":"Team Meeting","description":"Management Meeting","project":{"recruitingCategories":[],"partners":[""],"_id":"620997442720480f934e4362","name":"Civic Tech Jobs","description":"The CivicTechJobs.org MVP website will be a platform to help prospective volunteers find projects that will be useful for their career development.","githubIdentifier":"","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/CivicTechJobs","slackUrl":"https://hackforla.slack.com/messages/C02509WHFQQ","googleDriveUrl":"","googleDriveId":"","hflaWebsiteUrl":"https://www.hackforla.org/projects/civic-tech-jobs","videoConferenceLink":"https://us02web.zoom.us/j/81515187819?pwd=UzF1YjFwcnhNaTBtV3hyMHgyKzhpdz09","lookingDescription":"","createdDate":"2022-02-13T00:22:31.295Z","__v":0},"date":"2022-02-14T02:00:00.000Z","startTime":"2022-02-15T20:00:00.000Z","endTime":"2022-02-15T21:00:00.000Z","hours":1,"createdDate":"2022-02-13T22:13:25.167Z","updatedDate":"2022-02-13T22:13:25.167Z","__v":0},{"location":{"city":"Los Angeles","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"620bd0be68255664fc376985","hacknight":"Online","name":"Food Oasis","eventType":"Team Meeting","description":"Development Team","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5edea7d2ce228b001778fac9","name":"Food Oasis","description":"The website is focused on individuals seeking food in Los Angeles who need an up-to-date resource about food pantries and meals. Our mission is to update the existing website, foodoasis.la with a simplified UI and verified data. Future development goals include creating functionality for referral services that will allow the end user to annotate and update listings through a peer verification system.","githubIdentifier":"215666884","projectStatus":"Rebooting","location":"DTLA","githubUrl":"https://github.com/foodoasisla","slackUrl":"https://hackforla.slack.com/archives/C6JBH478W","googleDriveUrl":"https://drive.google.com/drive/folders/1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","googleDriveId":"1nVn3v_kD9GJ2IO6A84DZkox9h1eqMeRO","hflaWebsiteUrl":"https://www.hackforla.org/projects/food-oasis","videoConferenceLink":"https://us02web.zoom.us/j/85496859954","lookingDescription":"- Project Management \n - Junior Python developers (2) \n - documentarian (UX) - specifically someone to help with the wiki for onboarding and communicating to stake holders what the project is about","createdDate":"2020-06-08T21:04:18.272Z","__v":0},"date":"2020-05-12T03:00:00.000Z","startTime":"2020-05-15T01:30:00.000Z","endTime":"2020-05-15T02:30:00.000Z","hours":1,"createdDate":"2020-05-09T22:51:16.674Z","updatedDate":"2022-02-15T22:51:16.674Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"626b51d2b702912aa29f6c4b","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"Dev-Design-PM Collab Meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-12T01:30:00.000Z","startTime":"2020-05-12T00:00:00.000Z","endTime":"2020-05-12T01:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"626b525bb702912aa29f6c4c","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"PM-Org Meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-15T01:30:00.000Z","startTime":"2020-05-15T23:00:00.000Z","endTime":"2020-05-15T00:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123456"},"brigade":"Hack for LA","checkInReady":false,"_id":"626b533bb702912aa29f6c4d","hacknight":"Online","name":"Expunge Assist","eventType":"Team Meeting","description":"Research Team Meeting","project":{"recruitingCategories":[],"partners":["NDICA"],"_id":"5edeab95ce228b001778facc","name":"Expunge Assist","description":"Expunge Assist helps people in California with non-violent criminal records accomplish record clearance, expungement or reduction as a result of Prop 47 & Prop 64. The main features include building trust, educating the public about the program and informing those who are eligible for this program.","githubIdentifier":"218391110","projectStatus":"Active","location":"Remote","githubUrl":"https://github.com/hackforla/expunge-assist","slackUrl":"https://hackforla.slack.com/archives/CN8NXTPK5","googleDriveUrl":"https://drive.google.com/drive/folders/1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","googleDriveId":"1hBhOeNyjjEaHcWAKSu9eW--FF9HnKNqe","hflaWebsiteUrl":"https://www.hackforla.org/projects/expunge-assist","videoConferenceLink":"https://meet.google.com/xwk-mqos-ecf","lookingDescription":"- Research/UX-UI","createdDate":"2020-06-08T21:20:21.619Z","__v":0},"date":"2020-05-16T01:30:00.000Z","startTime":"2020-05-16T18:00:00.000Z","endTime":"2020-05-16T19:00:00.000Z","hours":2.25,"createdDate":"2020-05-09T22:02:32.097Z","updatedDate":"2020-05-09T22:02:32.097Z","__v":0},{"location":{"city":"Santa Monica","state":"CA","country":"USA"},"owner":{"ownerId":"123458"},"brigade":"Hack for LA","checkInReady":false,"_id":"626b5498b702912aa29f6c4e","hacknight":"Online","name":"Lucky Parking Team Meeting","eventType":"Team Meeting","description":"PM/Org Meeting","project":{"recruitingCategories":[],"partners":["Seeking"],"_id":"5ec32abda973810017c0de0d","name":"Lucky Parking","description":"A platform looking for nearby street parking with least possibility of getting citation.","githubIdentifier":"216854923","projectStatus":"Active","location":"Westside","githubUrl":"https://github.com/hackforla/lucky-parking","slackUrl":"https://hackforla.slack.com/archives/CPFDMSV6V","googleDriveUrl":"https://drive.google.com/drive/folders/1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","googleDriveId":"1qq6w-eCvjxgfiQCCxPN9_0ah1DLTgl27","hflaWebsiteUrl":"https://www.hackforla.org/projects/lucky-parking","videoConferenceLink":"https://us02web.zoom.us/j/84817446708?pwd=QW5RVER2SkVTWnZkN25ZY2d2RzNTdz09","lookingDescription":"- Frontend Software Engineer \n- Backend Software Engineer \n- Advanced Data Scientist \n- Python Enthusiast","createdDate":"2020-05-19T00:39:25.640Z","__v":0},"date":"2020-05-16T00:30:00.000Z","startTime":"2020-05-16T18:00:00.000Z","endTime":"2020-05-16T19:00:00.000Z","hours":5,"createdDate":"2020-05-09T21:43:43.519Z","updatedDate":"2021-04-20T21:43:43.519Z","__v":0}] \ No newline at end of file diff --git a/_data/internal/credits/avatar.yml b/_data/internal/credits/avatar.yml index 8201e75bf2..4a6dacea60 100644 --- a/_data/internal/credits/avatar.yml +++ b/_data/internal/credits/avatar.yml @@ -1,12 +1,11 @@ --- title: Avatar title-link: https://thenounproject.com/search/?q=avatar&i=2309777 -content: icon +content-type: image used-in: Wins Page artist: Nawicon provider: Noun Project provider-link: https://thenounproject.com/ image-url: /assets/images/wins-page/avatar-default.svg alt: 'Avatar Icon' -type: icon --- \ No newline at end of file diff --git a/_data/internal/credits/privacy-policy.yml b/_data/internal/credits/privacy-policy.yml new file mode 100644 index 0000000000..86a57ca835 --- /dev/null +++ b/_data/internal/credits/privacy-policy.yml @@ -0,0 +1,11 @@ +--- +title: Privacy Policy +title-link: https://www.freepik.com/free-vector/privacy-policy-concept-illustration_19245710.htm +content-type: image +used-in: Privacy Policy +artist: Freepik +provider: Freepik +provider-link: https://www.freepik.com/ +image-url: /assets/images/privacy-policy/privacy-policy.jpg +alt: '' +--- \ No newline at end of file diff --git a/_data/internal/credits/tools/so-go-survey.yml b/_data/internal/credits/tools/so-go-survey.yml new file mode 100644 index 0000000000..29d5e4235d --- /dev/null +++ b/_data/internal/credits/tools/so-go-survey.yml @@ -0,0 +1,18 @@ +--- +# The company, organization, or individual providing the tool +tool-provider: SoGoSurvey +# Please give the general site URL for the tool provider +provider-link: https://www.sogosurvey.com/ +# Location in our GitHub repo of the tool's logo +logo-url: /assets/images/credits/so-go-survey.png +# The type of tool, such as a survey +tool-type: survey +# The area it is used in - Research, Development, Design, Product Management, etc +used-in: Research +# A list of the project team(s) using the tool +used-by: + # Name of a project team + - project-name: Design System's Team + # Link to the project team's page + project-link: https://www.hackforla.org/projects/design-systems +--- \ No newline at end of file diff --git a/_data/internal/program-areas/environment-card.yml b/_data/internal/program-areas/environment-card.yml index 6b9a9c7248..676dc4d7b1 100644 --- a/_data/internal/program-areas/environment-card.yml +++ b/_data/internal/program-areas/environment-card.yml @@ -3,7 +3,7 @@ name: Environment program-area: Environment description: > From incentivizing public transportation to promoting urban forestry, - these projects support Hack for LA’s advocacy of environmentalism and susainability. + these projects support Hack for LA’s advocacy of environmentalism and sustainability. image: /assets/images/program-areas/environment.png diff --git a/_layouts/default.html b/_layouts/default.html index a4b207dc67..362ec1969c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,7 +14,6 @@ {%- include footer.html -%} - diff --git a/_projects/home-unite-us.md b/_projects/home-unite-us.md index ca6b8e17dd..0b4699c915 100644 --- a/_projects/home-unite-us.md +++ b/_projects/home-unite-us.md @@ -1,7 +1,7 @@ --- identification: "228981080" title: Home Unite Us -description: The Home Unite Us project is developing a workflow management tool for community non-profits to automate and scale their existing Host Home initiatives, prioritizing streamlining of caseworkers' repetitive workloads, reducing institutional bias, and effectively capturing crucial data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing. +description: The Home Unite Us project is developing a workflow management tool for community nonprofits to automate and scale their existing Host Home initiatives, prioritizing streamlining of caseworkers' repetitive workloads, reducing institutional bias, and effectively capturing crucial data.

Host Home programs are centered around housing young people, 18 - 25 years old. Their approach focuses on low-cost, community-driven intervention by matching a willing host with a guest or group of guests, providing a stable housing environment for youths who are experiencing homelessness and seeking stable housing. image: /assets/images/projects/home-heart.png alt: 'Home Unite Us logo, blue circle with white heart in the center, two hands hugging the logo with "Home Unite Us" above the heart.' image-hero: /assets/images/projects/home-unite-us-hero.png diff --git a/_projects/open-community-survey.md b/_projects/open-community-survey.md index 4ccabef49f..2540e435d5 100644 --- a/_projects/open-community-survey.md +++ b/_projects/open-community-survey.md @@ -20,7 +20,7 @@ leadership: github: 'https://github.com/kalyaniraman' picture: https://avatars.githubusercontent.com/kalyaniraman - name: Mary Kate Leibman - role: Researcher + role: UI/UX Designer/Researcher links: slack: 'https://hackforla.slack.com/team/U031V93CYB0' github: 'https://github.com/mkleibman' @@ -71,4 +71,4 @@ card-image-src: /assets/images/projects/open-community-survey.jpg card-image-alt: open community project card sdg-image-src: /assets/images/about/sdg-elements/peace-justice.svg sdg-image-alt: peace justice bottom sustainable dev goal ---- \ No newline at end of file +--- diff --git a/_sass/components/_credit-items.scss b/_sass/components/_credit-items.scss index cb7c6b4c21..5dc62f1588 100644 --- a/_sass/components/_credit-items.scss +++ b/_sass/components/_credit-items.scss @@ -42,11 +42,27 @@ } } +.credits-tool { + margin: 15px; + padding-bottom: 15px; + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: space-evenly; + + @media #{$bp-below-mobile} { + margin: 5px; + padding-left: 15px; + } +} + .page-card--credits { padding: 30px; + margin-top: 60px; @media #{$bp-below-mobile} { padding: 32px 16px; + margin-top: 12px; } } @@ -72,7 +88,17 @@ } } -.icon-left { +.credits-heading { + padding-left: 15px; + margin-bottom: 15px; + @media #{$bp-below-mobile} { + padding-left: 20px; + font-size: 20px; + } +} + +.icon-left, +.icon-center { width: 100px; padding-right: 20px; display: flex; @@ -83,6 +109,10 @@ } } +.icon-center { + width: 200px; +} + .icon-info { width: 190px; p { @@ -90,6 +120,8 @@ } } -.icon-left-image { +.icon-left-image, +.icon-center-image { width: 100%; -} \ No newline at end of file +} + diff --git a/_sass/components/_privacy-policy.scss b/_sass/components/_privacy-policy.scss new file mode 100644 index 0000000000..5ed78b65c9 --- /dev/null +++ b/_sass/components/_privacy-policy.scss @@ -0,0 +1,77 @@ +.header-container { + .header-hero-image--privacy-policy { + object-fit: contain; + height: 240px; + width: 236.41px; + } +} + +.content-section--privacy-policy { + background: $color-pink; + + .subsection-spacing--privacy-policy { + margin-bottom: 24px; + } + + .title-spacing { + margin-bottom: 24px; + } + + .title-spacing.first-title-spacing { + margin-top: 0px; + } + + .subtitle-spacing { + margin-bottom: 18px; + } + + .no-bottom-margin-spacing { + margin-bottom: 0px; + } +} + +@media #{$bp-desktop-up} { + .header-container { + .header-hero-image--privacy-policy { + align-self: start; + } + } + + .content-section.content-section--privacy-policy { + padding-top: 34px; + padding-bottom: 34px; + } + + .page-card--privacy-policy { + padding: 36px 57px; + } + + .section-spacing--privacy-policy { + margin-bottom: 48px; + } +} + +@media #{$bp-below-desktop} { + + /* + This has the same font-size as paragraph3 so it can be used for the Privacy Policy page in mobile screen sizes, + which is a different font-size than the paragraph2 classes used for desktop size screens. + */ + section { + .paragraph2.paragraph--privacy-policy { + font-size: $font-size-paragraph3; + } + } + + .header-container--privacy-policy { + padding: 32px 37.5px; + } + + .section-spacing--privacy-policy { + margin-bottom: 32px; + } + + .page-card--privacy-policy { + padding: 28px 21.5px; + } +} \ No newline at end of file diff --git a/_sass/main.scss b/_sass/main.scss index 1da1c5a239..5ff0796aea 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -63,6 +63,7 @@ @import 'components/donate.scss'; @import 'components/design-system.scss'; @import 'components/citizen_engagement.scss'; +@import 'components/privacy-policy.scss'; //Guide Pages (Within Components) diff --git a/assets/images/credits/so-go-survey.png b/assets/images/credits/so-go-survey.png new file mode 100644 index 0000000000000000000000000000000000000000..0598e46e55194992a64c9f4f5738ae30567d3446 GIT binary patch literal 5875 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 literal 0 HcmV?d00001 diff --git a/assets/images/privacy-policy/privacy-policy.jpg b/assets/images/privacy-policy/privacy-policy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00e0389eb9acc3adb78112e58507527c58df1e46 GIT binary patch literal 159070 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 literal 0 HcmV?d00001 diff --git a/assets/js/project-filter.js b/assets/js/project-filter.js deleted file mode 100644 index 60a52b1994..0000000000 --- a/assets/js/project-filter.js +++ /dev/null @@ -1,252 +0,0 @@ -/*********************** - * Configuration - ***********************/ - -var PROJECT_IDENTIFIER = 'id'; - - -/*********************** - * Top-level API - ***********************/ - -/** - * Wraps a Hack for LA project object for filtering - * @param {Object} data - the object containing all filterable fields for a project - */ -function Project(data) { - this.id = data[PROJECT_IDENTIFIER]; - this.data = data; -} - -Project.prototype = { - get: function (fieldName) { - if(fieldName in this.data) { - return this.data[fieldName]; - } - return new Array(); - } -}; - -/** - * Stores and applies filter conditions - */ -function ProjectFilter(valuesByCategory) { - this.conditions = new Map(); - this.valuesByCategory = valuesByCategory; -} - -ProjectFilter.prototype = { - - /** Add filters from URL params */ - populateFromUrlParams: function() { - const params = getUrlSearchParams(); - for(let [key, value] of params) { - if(value instanceof Array) { - for(let i in value) { - this.addCondition(key, value[i]); - } - } else { - this.addCondition(key, value); - } - } - }, - - /** Add filters from URL params */ - propagateUrlParams: function() { - if(this.conditions.size < 1) { - return; - } - let queryString = '?'; - for (let [categoryName, valueSet] of this.conditions.entries()) { - if(valueSet.size < 1) { - continue; - } - queryString += categoryName + '='; - - [...valueSet].forEach((value, index) => { - queryString += value.replace(' ', '+'); - if(index < valueSet.size - 1) { - queryString += ','; - } - }); - - queryString += '&'; - } - if(queryString[queryString.length - 1] === '&') { - queryString = queryString.slice(0,queryString.length - 1); - } - window.history.replaceState(null, '', queryString); - }, - - /** Create a filter entry for category, if necessary */ - addCategoryIfMissing: function (categoryName) { - if (!this.conditions.has(categoryName)) { - this.conditions.set(categoryName, new Set()); - } - }, - - /** Include records with specified value in category filter */ - addCondition: function (categoryName, value) { - this.addCategoryIfMissing(categoryName); - this.conditions.get(categoryName).add(value); - }, - - /** Exclude records with specified value in category filter */ - removeCondition: function (categoryName, value) { - if (this.conditions.has(categoryName) && this.conditions.get(categoryName).has(value)) { - this.conditions.get(categoryName).delete(value); - } - }, - - /** Check all indicated filter constraints against a single record */ - satisfiesConditions: function (project) { - for (let [categoryName, valueSet] of this.conditions.entries()) { - if(valueSet.size < 1) { - // when no filter is set for a given category, - // all records should satisfy the condition - continue; - } - let conditionMet = false; - const values = project.get(categoryName); - for (let value in values) { - if (valueSet.has(values[value])) { - conditionMet = true; - break; - } - } - if (!conditionMet) { - return false; - } - } - return true; - - }, - - /** Check all indicated filter constraints against a single record */ - satisfiesConditionsExceptCategory: function (project, category) { - for (let [categoryName, valueSet] of this.conditions.entries()) { - - if(categoryName === category) { - continue; - } - - if(valueSet.size < 1) { - // when no filter is set for a given category, - // all records should satisfy the condition - continue; - } - let conditionMet = false; - const values = project.get(categoryName); - for (let value in values) { - if (valueSet.has(values[value])) { - conditionMet = true; - break; - } - } - if (!conditionMet) { - return false; - } - } - return true; - - }, - - /** Return record IDs satisfying filter, and the updated counts associated with each field value */ - getFilterReport: function(projects) { - - const filtered = projects.filter(p => this.satisfiesConditions(p)); - const countReport = new Map(); - - for(let [categoryName, valueSet] of this.valuesByCategory.entries()) { - - countReport.set(categoryName, new Map()); - - // for every term in this category, count how many projects have - // this value in their term list - valueSet.forEach(value => { - countReport - .get(categoryName) - .set( - value, - // filtered.filter(p => p.get(categoryName).indexOf(value) >= 0).length - projects - .filter(p => this.satisfiesConditionsExceptCategory(p, categoryName)) - .filter(p => p.get(categoryName).indexOf(value) >= 0) - .length - ); - }); - - } - return { - ids: filtered.map(p => p.get('id')), - counts: mapToObj(countReport) - }; - } - -}; - - -/*********************** - * Utilities - ***********************/ - -/** Convert an ES6 Map to an Object */ -function mapToObj(m) { - let o = {}; - for(let [key, value] of m) { - if(value instanceof Map) { - o[key] = mapToObj(value); - } else if (value instanceof Set) { - o[key] = setToArr(value); - } else { - o[key] = value; - } - } - return o; -} - -/** Convert an ES6 Set to an Array */ -function setToArr(s) { - let a = []; - for(let value of m) { - if(value instanceof Map) { - a.push(mapToObj(value)); - } else if (value instanceof Set) { - a.push(setToArr(value)); - } else { - a.push(value); - } - } - return a; - -} - - -/** Helper for initializing filter from query string (note: dedicated URLSearchParams API not supported in IE) */ -function getUrlSearchParams() { - const queryString = window.location.search; - const params = new Map(); - if(queryString.length < 2) { - return params; - } - const components = queryString.slice(1).split('&'); - for(let componentIndex in components) { - const component = components[componentIndex]; - - const tuple = component.split('='); - const key = tuple[0]; - if(tuple[1].indexOf(',') < 0) { - params.set(key, tuple[1].replace('+', ' ')); - } else { - const value = new Array(); - const valuesStrings = tuple[1].split(','); - for(let valueIndex in valuesStrings) { - value.push(valuesStrings[valueIndex].replace('+', ' ')); - } - params.set(key, value); - } - - } - return params; - -} diff --git a/github-actions/trigger-issue/add-missing-labels-to-issues/add-labels-template.md b/github-actions/trigger-issue/add-missing-labels-to-issues/add-labels-template.md index b368eaafcb..6b3eda8838 100644 --- a/github-actions/trigger-issue/add-missing-labels-to-issues/add-labels-template.md +++ b/github-actions/trigger-issue/add-missing-labels-to-issues/add-labels-template.md @@ -5,6 +5,8 @@ Hi @${issueCreator}. Please don't forget to add the proper labels to this issue. Currently, the labels for the following are missing: ${labels} +**NOTE: Please ignore the adding proper labels comment if you do not have 'write' access to this directory.** + To add a label, take a look at Github's documentation [here](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label). Also, don't forget to remove the "missing labels" afterwards. @@ -15,3 +17,5 @@ After the proper labels are added, the merge team will review the issue and add **Additional Resources:** - [Wiki: How to create issues](https://github.com/hackforla/website/wiki/How-to-create-issues) - [Wiki: How to read and interpret labels](https://github.com/hackforla/website/wiki/How-to-read-and-interpret-labels) + + diff --git a/pages/credits.html b/pages/credits.html index 10fe44d077..187f15eef5 100644 --- a/pages/credits.html +++ b/pages/credits.html @@ -10,8 +10,8 @@

Credits

-

Thank you to all of the artists who have made our page look great. - Check out all of the iconography and imagery we have used on our site. +

Thank you to all of the artists and sponsors who help make our projects successful. + Check out all of the iconography and imagery we have used on our site, and tools used for our projects.

@@ -20,9 +20,11 @@

Credits

-
+

Iconography & Imagery

+
    {%- for item in site.data.internal.credits -%} + {%- if item[1].image-url -%}
  • @@ -53,15 +55,65 @@

    Credits

    Provider: {%- if item[1].provider-link -%} - {{ item[1].provider }} + {{ item[1].provider }} {%- else -%} - {{ item[1].provider }} + {{ item[1].provider }} {%- endif -%}

    {%- endif -%}
+ {%- endif -%} + {%- endfor -%} + +
+
+
+

Tools

+
+
    + {%- for item in site.data.internal.credits.tools -%} + {%- if item[1].logo-url -%} +
  • + +
    +
    + +
    +
    + {%- if item[1].used-in -%} +

    + Used in: + {{ item[1].used-in }} +

    + {%- endif -%} + {%- if item[1].used-by -%} +

    + By: + {% for team in item[1].used-by %} + {% if forloop.last == true %} + {{ team.project-name}} + {% else %} + {{ team.project-name}}, + {% endif %} + {% endfor %} +

    + {%- endif -%} + {%- if item[1].provider-link -%} +

    + Provider: + {%- if item[1].provider-link -%} + {{ item[1].tool-provider}} + {%- else -%} + {{ item[1].tool-provider }} + {%- endif -%} +

    + {%- endif -%} +
    +
    +
  • + {%- endif -%} {%- endfor -%}
diff --git a/pages/join-us.html b/pages/join-us.html index 5a9ae70f1a..d4dd074533 100644 --- a/pages/join-us.html +++ b/pages/join-us.html @@ -74,7 +74,7 @@

Partner with Us

the right resources.

Government - Non-Profit + Nonprofit Other
@@ -90,7 +90,7 @@

Running Hack for LA co products with Government and nonprofit partners, we are standardizing our infrastructure and procedures. This enables Hack for LA to provide world-class training to our members and valuable, scalable, impactful - products to the commmunity. + products to the community.

donation chart

How to help us continue to do impactful work

diff --git a/pages/privacy-policy.html b/pages/privacy-policy.html new file mode 100644 index 0000000000..ef1400295e --- /dev/null +++ b/pages/privacy-policy.html @@ -0,0 +1,190 @@ +--- +layout: default +title: Privacy Policy +permalink: /privacy-policy +--- + + +
+
+

Privacy Policy

+

+ We respect your privacy, and recognize that we must maintain and use your information responsibly. +

+

+ HackforLA.org is an informational website managed by Hack for LA which is a project (of Code for America Labs, Inc. ("Code for America", "we", "us", "our"). + This Privacy Policy describes how we collect, use, and protect your personal information on this website. + By submitting your personal information on our websites, you agree to the terms in this Privacy Policy. + If you do not agree with these terms, please do not use our websites. +

+
+ +
+ + + +
+
+
+

Overview

+
    +
  • We may collect information from you when you visit and take actions on our website. We use this information to provide the services you've requested.
  • +
  • We utilize cookies (such as those stored by Google Analytics) to provide a better experience and improve our review tool website for your use.
  • +
  • We will not knowingly disclose or sell your personal information to any third party, except as provided in this privacy policy.
  • +
  • Protecting your personal information is extremely important to us, and we take all reasonable measures to do so.
  • +
+
+
+

The personal information we collect

+
+

Visiting HackforLA.org

+

+ We may automatically collect and store data about your visit to HackforLA.org: +

+
    +
  • Domain from which you access the Internet;
  • +
  • Operating system on your computer and information about the browser you used when visiting the site;
  • +
  • Date and time of your visit;
  • +
  • Pages you visited;
  • +
  • Address of the website that connects you to the Site (such as google.com or bing.com);
  • +
  • The queries you make on our site.
  • +
+

+ None of the information we collect about you when you visit HackforLA.org is personally identifiable. + We use this non-personally identifiable information to understand how the HackforLA.org website is used, to improve the website, and to monitor usage for security purposes. +

+

We will not collect personal information from you without your knowledge and consent, except in a few limited circumstances as described in this policy.

+
+
+

E-mail Addresses

+

+ E-mail addresses obtained through the website will not be sold or given to private companies for marketing purposes. + The information collected is subject to the access and confidentiality provisions of the Public Records Act, other applicable sections of the California code, as well as federal laws. + Individuals can cancel any communications regarding new service updates at any time. +

+
+
+

Google Analytics

+

+ We use Google Analytics to understand how visitors use our site and to gather aggregate performance metrics. + We have set up Google Analytics so that it doesn’t collect your full IP address. + We do not collect any personally identifiable information using Google Analytics, and we do not combine the information collected through Google Analytics with any personally identifiable information. +

+

+ Google Analytics places a cookie on your web browser to identify you as a unique user. + This cookie cannot be used by anyone but Google. + Google's ability to use and share information collected by Google Analytics about your visits to this site is restricted by the Google Analytics Terms of Use and the Google Privacy Policy. +

+

+ To provide website visitors the ability to prevent their data from being used by Google Analytics, Google has developed the Google Analytics opt-out browser add-on for the Google Analytics JavaScript (ga.js, analytics.js, dc.js). + This add-on instructs the Google Analytics JavaScript (ga.js, analytics.js, and dc.js) running on websites to prohibit sending information to Google Analytics. + However, the Google Analytics opt-out browser add-on does not prevent data from being sent to the City’s site. +

+

+ Visit https://tools.google.com/dlpage/gaoptout/ for more info on how to opt out. +

+
+
+
+

Cookies and other tracking technologies

+

+ Cookies are small text files that websites place on the computers and mobile devices of people who visit those websites. + Pixel tags (also called web beacons) are small blocks of code placed on websites and emails. + We use cookies and other technologies like pixel tags to remember your preferences, enhance your online experience, and to gather data on how you use our Sites to improve the way we promote our content, programs, and events. +

+

+ Your use of our Sites indicates your consent to such use of Cookies. +

+
+

Third party service providers

+

+ We use third-party service providers to track and analyze statistical usage and volume information from our Site users. + These third-party service providers use persistent Cookies to help us to improve the user experience, manage the content on our Sites, and analyze how users navigate and use the Sites. +

+

+ Third-party service providers we may use include Google Analytics, Mixpanel, and Hotjar. +

+
+
+

How to opt-out of the use of cookies

+

+ Most browsers are initially set up to accept HTTP cookies. + If you want to restrict or block the cookies that are set by our Site, or any other site, you can do so through your browser setting. + The ‘Help’ function in your browser should explain how. + Alternatively, you can visit www.aboutcookies.org, which contains comprehensive information on how to do this on a wide variety of browsers. + You will find general information about cookies and details on how to delete cookies from your machine. +

+
+
+
+

As required by law and similar disclosures

+

+ We may access, preserve, and disclose your information if we believe doing so is required or appropriate to: +

+
    +
  • comply with law enforcement requests and legal process, such as a court order or subpoena;
  • +
  • respond to your requests; or
  • +
  • protect your, our, or others’ rights, property, or safety.
  • +
+

For the avoidance of doubt, the disclosure of your information may occur if you post any objectionable content on or through the Site.

+
+
+

Consent

+

+ We may also disclose information from you or about you or your devices with your permission. +

+
+
+

Children’s privacy

+

+ We do not knowingly collect, maintain, or use personal information from children under 13 years of age, and no part of our Site is directed to children. +

+

+ If you learn that a child has provided us with personal information in violation of this Privacy Policy, then you may alert us at privacy@hackforla.org and reference “Child Privacy Report” in the subject line. +

+
+
+

Security

+

+ HackforLA.org utilizes Amazon Web Services (AWS). + AWS operates "secure data networks" protected by industry standard firewalls and password protection systems. + Only authorized individuals have access to the information provided by our users. +

+

+ We make reasonable efforts to protect your information by using physical and electronic safeguards designed to improve the security of the information we maintain. + However, as our Services are hosted electronically, we make no guarantees as to the security or privacy of your information. +

+
+
+

Right to be forgotten and rectification

+

+ You may request that we make corrections to any personal data that is stored on our internal databases at any time. + You may request that incomplete data be completed or that incorrect data be corrected. + Requests can be submitted to privacy@hackforla.org and reference “Hack for LA Public Website” in the subject line. +

+
+
+

Changes

+

+ This HackforLA.org Privacy Policy is subject to change from time to time in response to, or as a result of, changes in federal, state, and/or local law. + Please check this page frequently for updates, as your continued use of this site after any changes in this Privacy Policy will constitute your acceptance of the changes. +

+
+
+

Effective Date

+

This version of the policy is effective November 1, 2021.

+
+
+

Questions

+

+ If you have any questions, comments, concerns, or complaints related to our websites, please contact us by email at privacy@hackforla.org, or by mail at: +

+ Code for America
+ Ref: Hack for LA, HackforLA.org
+ 155 9th Street
+ San Francisco, CA 94103
+

+
+
+
+ \ No newline at end of file