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: '' --- diff --git a/README.md b/README.md index 3100051fd..b7321200d 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,164 @@ + + +
+

+ logo +
+ Live Site + +

+
+ # 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 000000000..6abfa1bf2 Binary files /dev/null and b/client/src/svg/hflalogo_white.png differ