Skip to content

Commit

Permalink
Merge pull request #13 from Sundae-Shop-Consulting/feature/public-rep…
Browse files Browse the repository at this point in the history
…o-revisions

Update readme
  • Loading branch information
lmeerkatz authored Jun 20, 2024
2 parents dc7569d + 18b1a93 commit e75b96a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
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

0 comments on commit e75b96a

Please sign in to comment.