Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T07:05:03.000Z (over 1 year ago)
- Last Synced: 2024-10-04T21:17:02.362Z (about 2 months ago)
- Topics: firebase, javascript, vue, vuecli
- Language: Vue
- Homepage:
- Size: 7.44 MB
- Stars: 1
- Watchers: 3
- 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**.