https://github.com/lttr/summer-camp-applications
App for managing applications for scout summer camps
https://github.com/lttr/summer-camp-applications
firebase javascript vue vuecli
Last synced: 5 months ago
JSON representation
App for managing applications for scout summer camps
- Host: GitHub
- URL: https://github.com/lttr/summer-camp-applications
- Owner: lttr
- License: mit
- Created: 2019-01-17T08:17:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T07:05:03.000Z (over 3 years ago)
- Last Synced: 2025-04-06T13:47:18.551Z (about 1 year ago)
- Topics: firebase, javascript, vue, vuecli
- Language: Vue
- Homepage:
- Size: 7.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# summer-camp-applications
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Deployment
#### Development
```
firebase deploy --project development
```
#### Production
```
firebase deploy --project production
```
## MVP
### Requirements
* As a **parent** I want to **fill in an application** in other to **enroll my child** to an event.
* As a **parent** I want to **see the information I am about to send to organizers** so that **I can check it is correct**.
* As a **parent** I want to **see the price I am going to pay for an event** so that **I will not be surpriced later**.
* As a **leader** I want to **see all data from applications** so that **I am able to do next steps**.
* As a **non-leader** I **don't have access to data from applications without authorization**.