Software that can be used by staff members at fundraisers to update donations in real time to those at an event. This was initially created in preparation for a fundraiser I'm going to be co-hosting.
- Admin Portal for donation entries and milestone management
- Display screen to either link people to or display on a large screen
- Milestone management
- There is no authentication to the admin portal at the moment. While there is no sensitive information being used here - this is simply used as a way to display progress - security wasn't in the initial scope.
This software uses Donations and Milestones. Milestones are achieved when enough donations are made to reach a goal.
Staff members can manage the system through the /admin
endpoint. All other endpoints - including the root, /
- will route to the display screen.
- Add some user/pass auth on admin portal
- Docker-compose the entire application
- Multiple donation campaigns within the same platform.
- Third party user base. Each instance of the app is standalone and authenticatio details will be specific to that instance.