-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Sundae-Shop-Consulting/feature/public-rep…
…o-revisions Update readme
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters