diff --git a/README.md b/README.md index c20e62b..5160125 100644 --- a/README.md +++ b/README.md @@ -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 laura@sundaeshopconsulting.com to get involved. # Dev Org Setup `cci org scratch dev dev --default` diff --git a/docs/features.md b/docs/features.md index 5c7f7fc..cd0fb91 100644 --- a/docs/features.md +++ b/docs/features.md @@ -1,7 +1,5 @@ # 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) @@ -9,7 +7,7 @@ The goal of the Volunteers project is to complete an MVP version of internal, vo * [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)