Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feature/dlrs #16

Closed
wants to merge 13 commits into from
Closed
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @lmeerkatz
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
secrets:
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}"
gh-email: "${{ secrets.GH_EMAIL }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.CCI_GITHUB_TOKEN }}"

2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
secrets:
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}"
gh-email: "${{ secrets.GH_EMAIL }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.CCI_GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
secrets:
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}"
gh-email: "${{ secrets.GH_EMAIL }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.CCI_GITHUB_TOKEN }}"

10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Volunteers
An open source volunteer management application for Salesforce. The MVP will target volunteer manager use cases: Finding and assigning volunteers, reporting on volunteer data, and managing volunteer activities.
This is an open source volunteer management application for Salesforce. The MVP will target volunteer manager use cases: Finding and assigning volunteers, reporting on volunteer data, and managing volunteer activities. The short-term goal of the project is to complete an MVP version of internal, volunteer manager features of [Volunteers for Salesforce](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N30000003JBggEAG) by August 7, 2024.

- Conceptually based on the features supported in Volunteers for Salesforce, but built on a new data model compatible with a broader range of licenses.
- Will support modeling volunteers as Contacts or Person Accounts to ensure compatibility with either NPSP or NPC.
This project is:
- Conceptually based on the features supported in Volunteers for Salesforce, but built on a [new data model](docs/data_model.md) compatible with a broader range of licenses.
- Will be compatible with either NPSP or NPC.

Features included in the volunteer portal of V4S or any significant enhancements are out of scope until the MVP goal is complete. The [features document](docs/features.md) includes an overview of V4S features for reference as well as a high-level description of how those features might be replaced. While we want to solve the same problems that V4S solved, we may do so in entirely different ways to improve functionality and user experience. Anything in this repository should be considered an early draft that will evolve over time.

Email [email protected] to get involved.

# Dev Org Setup
`cci org scratch dev dev --default`
Expand Down
4 changes: 1 addition & 3 deletions docs/features.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Features

The goal of the Volunteers project is to complete an MVP version of internal, volunteer manager features of Volunteers for Salesforce by August 2024. Features included in the volunteer portal of V4S or any significant enhancements are out of scope until the MVP goal is complete. This document includes an overview of V4S features for reference as well as a high-level description of how those features might be replaced. While we want to solve the same problems that V4S solved, we may do so in entirely different ways to improve functionality and user experience. This document is an early draft that will evolve over time.clear

## List

* [Rollup Calculations](#rollup-calculations)
* [Volunteer Assignment](#volunteer-assignment)
* [Shift Calendar](#shift-calendar)
* [Volunteer Reports & Dashboards](#volunteer-report-dashboards)
* [Volunteer Roster](#volunteer-roster)
* [Ad Hoc Email](#ad-hoc-email)
* [Mass Email Volunteers](#mass-email-volunteers)
* [Volunteer Recurrence](#volunteer-recurrence)
* [Shift Recurrence](#shift-recurrence)

Expand Down
Binary file modified docs/images/volunteers_erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading