From ef6cec24b9a5e99a34e6d620d1ca208ed0fd3801 Mon Sep 17 00:00:00 2001 From: Trillium Smith Date: Tue, 16 Jul 2024 10:39:06 -0700 Subject: [PATCH 1/3] chore: Update README.md to add badged, table of contents, tools links --- README.md | 156 ++++++++++++++++++++++++++++-- client/src/svg/hflalogo_white.png | Bin 0 -> 9615 bytes 2 files changed, 147 insertions(+), 9 deletions(-) create mode 100644 client/src/svg/hflalogo_white.png diff --git a/README.md b/README.md index 3100051fd..44eedac15 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,164 @@ + + +
+

+ logo +
+ Live Site + · + Report Bug + · + Request Feature +

+
+ # Volunteer Relationship Management System -Live Site: [https://www.vrms.io](https://www.vrms.io) + + + + + + +[![GitHub commit activity][commit-activity-shield]][commit-activity-url] +[![Contributors][contributors-shield]][contributors-url] +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![Issues][issues-shield]][issues-url] +[![MIT License][license-shield]][license-url] VRMS is a tool used for the engagement, support, and retention of a network of volunteers. This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes for leadership, and improve outcomes for both volunteers and the projects they contribute to. + +
+ Table of Contents +
    +
  1. + About The Project + +
  2. +
  3. Contributing
  4. +
  5. Wiki Highlights
  6. + +
  7. Roadmap
  8. +
  9. License
  10. +
  11. Acknowledgments
  12. +
+
+ + + +## About The Project + +VRMS is a tool originally developed to track membership attendance of meetings and evets. It's built in-house, deployed with an express backend and React frontend on AWS, and uses service workers to manage event creation and opening/closing of events. + +

(back to top)

+ +### Built With + +
+ + + +[![React][react-shield]][React-url] +[![AWS][aws-shield]][aws-url] +[![GitHub Actions][github-actions-shield]][github-actions-url] +[![Yarn][yarn-shield]][yarn-url] +[![Vite][vite-shield]][vite-url] +[![Docker][docker-shield]][docker-url] + + +
+ +

(back to top)

+ +## Contributing + +Contributions are welcome once you've been onboarded to Hack for LA through an onboarding event: -## How to Contribute -We require all code contributors to -1. Join our organization by going through [Hack for LA onboarding](https://www.hackforla.org/getting-started). It's free to join! -2. Read our [CONTRIBUTING.md](https://github.com/hackforla/VRMS/blob/development/CONTRIBUTING.md) document. +1. Join our organization by going through [Hack for LA onboarding](https://www.hackforla.org/getting-started) + - Joining is free, and opens up access to contribute to many projects, including VRMS +2. From there, read our [CONTRIBUTING.md](https://github.com/hackforla/VRMS/blob/development/CONTRIBUTING.md) document to get started! + +

(back to top)

## Wiki Highlights + 1. [Introduction](https://github.com/hackforla/VRMS/wiki/Introduction) 2. [Technology Stack](https://github.com/hackforla/VRMS/wiki/Technology) 3. [Team Meetings](https://github.com/hackforla/VRMS/wiki/Team-Meetings) -## We Love Our Stars ⭐⭐⭐ +

(back to top)

+ + + +## Roadmap + + -Thanks to the following people who have given us a star on our repo: -[![Stargazers repo roster for @hackforla/vrms](https://reporoster.com/stars/hackforla/vrms)](https://github.com/hackforla/vrms/stargazers) +See the [open issues](https://github.com/hackforla/VRMS/issues) and [VRMS project board](https://github.com/orgs/hackforla/projects/72) for a full list of proposed features (and known issues). -### Licensing +

(back to top)

+ +## License [AGPL-3.0 License](https://github.com/hackforla/VRMS/blob/development/LICENSE) + +

(back to top)

+ + + + + + + + + + +## Acknowledgments + +While GitHub provides a lot of recognition of the code commits that exist within this project, often the contributions of the organizational structure go without credit. We'd like to thank all the designers, project managers, usability testers, and data scientists that have touched this project over the years. + +Thanks for all your hard work! + +

(back to top)

+ + + + +[commit-activity-url]: https://github.com/hackforla/VRMS/commits/development/ +[commit-activity-shield]: https://img.shields.io/github/commit-activity/m/hackforla/vrms?style=for-the-badge +[contributors-shield]: https://img.shields.io/github/contributors/hackforla/VRMS.svg?style=for-the-badge +[contributors-url]: https://github.com/hackforla/VRMS/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/hackforla/VRMS.svg?style=for-the-badge +[forks-url]: https://github.com/hackforla/VRMS/network/members +[stars-shield]: https://img.shields.io/github/stars/hackforla/VRMS.svg?style=for-the-badge +[stars-url]: https://github.com/hackforla/VRMS/stargazers +[issues-shield]: https://img.shields.io/github/issues/hackforla/VRMS.svg?style=for-the-badge +[issues-url]: https://github.com/hackforla/VRMS/issues +[license-shield]: https://img.shields.io/github/license/hackforla/VRMS.svg?style=for-the-badge +[license-url]: https://github.com/hackforla/VRMS/blob/main/LICENSE.txt +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 +[linkedin-url]: https://linkedin.com/in/trilliumsmith +[product-screenshot]: images/screenshot.png +[react-shield]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB +[React-url]: https://reactjs.org/ +[Site-url]: https://vrms.io + + +[aws-shield]: https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white +[aws-url]: https://aws.amazon.com/ +[github-actions-shield]: https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white +[github-actions-url]: https://docs.github.com/en/actions +[yarn-shield]: https://img.shields.io/badge/yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white +[yarn-url]: https://yarnpkg.com/ +[vite-shield]: https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white +[vite-url]: https://vitejs.dev/ +[docker-shield]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white +[docker-url]: https://www.docker.com/ \ No newline at end of file diff --git a/client/src/svg/hflalogo_white.png b/client/src/svg/hflalogo_white.png new file mode 100644 index 0000000000000000000000000000000000000000..6abfa1bf2df588fd48aa921517c9a2674b5b6365 GIT binary patch literal 9615 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%0DGe9 zqM%@xrq1DJdfGd Date: Tue, 16 Jul 2024 12:24:24 -0700 Subject: [PATCH 2/3] Update issue templates added missing labels --- .github/ISSUE_TEMPLATE/add-edit-team-meeting-time.md | 3 +-- .github/ISSUE_TEMPLATE/add-remove-pm-admin-access.md | 2 +- .github/ISSUE_TEMPLATE/address-warnings-for-rule-.md | 2 +- .github/ISSUE_TEMPLATE/blank-issue.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add-edit-team-meeting-time.md b/.github/ISSUE_TEMPLATE/add-edit-team-meeting-time.md index ccec3c2dc..2cecb0d71 100644 --- a/.github/ISSUE_TEMPLATE/add-edit-team-meeting-time.md +++ b/.github/ISSUE_TEMPLATE/add-edit-team-meeting-time.md @@ -2,8 +2,7 @@ name: Add/edit team meeting time about: Use this template to request a meeting time change for your project title: Meeting time change request for [Project Name] -labels: '1 week change request, feature: meeting time change ticket, role: Product, - size: 0.25, time-sensitive' +labels: '1 week change request, role: Product, time-sensitive' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/add-remove-pm-admin-access.md b/.github/ISSUE_TEMPLATE/add-remove-pm-admin-access.md index 7aba258c8..dcf1a10a4 100644 --- a/.github/ISSUE_TEMPLATE/add-remove-pm-admin-access.md +++ b/.github/ISSUE_TEMPLATE/add-remove-pm-admin-access.md @@ -3,7 +3,7 @@ name: Add/Remove PM Admin Access about: VRMS admin team members are currently adding or removing product managers manually. This issue is how PMs can request changes to access on VRMS. title: 'Add/Remove PM Admin Access: [name of project]' -labels: 'role: Product, size: 0.25, time-sensitive' +labels: 'role: Product, time-sensitive' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/address-warnings-for-rule-.md b/.github/ISSUE_TEMPLATE/address-warnings-for-rule-.md index 908f326f9..1be2edfa8 100644 --- a/.github/ISSUE_TEMPLATE/address-warnings-for-rule-.md +++ b/.github/ISSUE_TEMPLATE/address-warnings-for-rule-.md @@ -2,7 +2,7 @@ name: 'Address warnings for rule:' about: Describe this issue template's purpose here. title: 'Address warnings for rule:' -labels: 'feature: eslint warnings, role: Front End, size: 1pt' +labels: 'role: Front End, size: 1pt' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index 3d510859f..8e0f64d61 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -2,7 +2,7 @@ name: Blank Issue about: Consistent formatting make Issues concise and easy to navigate title: '' -labels: '' +labels: 'feature: missing, milestone: missing, role: Missing, size: missing' assignees: '' --- From 5e2e74bf8aa59b0bdc08da5a912f5fcf79b27925 Mon Sep 17 00:00:00 2001 From: Trillium Smith Date: Wed, 17 Jul 2024 10:25:34 -0700 Subject: [PATCH 3/3] chore: Remove Bug Report and Request Feature links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44eedac15..b7321200d 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ logo
Live Site - · +