diff options
author | Hayden Hartman <haydenhartman10@gmail.com> | 2025-03-17 21:49:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 21:49:35 -0400 |
commit | d1b7b81cbedc673cf6f52ac5745438f95083b78e (patch) | |
tree | 948255f18f05f2a26e22126de44fa433635876df /ufund-api/data | |
parent | 1bf10f9f26f47ea5cff7ff48d5664febb0ed2585 (diff) | |
parent | 54876363de44791ba65b6c43b795f8d0c3548ecc (diff) | |
download | JellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.tar.gz JellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.tar.bz2 JellySolutions-d1b7b81cbedc673cf6f52ac5745438f95083b78e.zip |
Merge pull request #10 from RIT-SWEN-261-02/cupboard-component
Cupboard component
Diffstat (limited to 'ufund-api/data')
-rw-r--r-- | ufund-api/data/cupboard.json | 11 | ||||
-rw-r--r-- | ufund-api/data/users.json | 15 |
2 files changed, 15 insertions, 11 deletions
diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index abba017..cc85335 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1,10 +1 @@ -[ - { - "name": "Money for coral", - "id": 1, - "maxGoal": 100.0, - "type": "MONETARY", - "filterAttributes": null, - "Current": 0.0 - } -]
\ No newline at end of file +[{"name":"Jellyfish Hats","id":26,"maxGoal":10.0,"type":"MONETARY","filterAttributes":[],"Current":0.0},{"name":"Pollution Re-Filtering","id":27,"maxGoal":1.0E7,"type":"MONETARY","filterAttributes":[],"Current":0.0},{"name":"Coral re-re-habilitation","id":28,"maxGoal":10000.0,"type":"MONETARY","filterAttributes":[],"Current":0.0}]
\ No newline at end of file diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json index 106f11e..8543a55 100644 --- a/ufund-api/data/users.json +++ b/ufund-api/data/users.json @@ -1 +1,14 @@ -[{"username":"adf","passwordHash":96419,"basket":[]},{"username":"tbone","passwordHash":97526364,"basket":[]},{"username":"sowgro","passwordHash":389416948,"basket":[]},{"username":"phil","passwordHash":-1054080181,"basket":[]}]
\ No newline at end of file +[ + { + "username": "phil", + "passwordHash": -1054080181, + "basket": [], + "type": "HELPER" + }, + { + "username": "admin", + "passwordHash": 92668751, + "basket": [], + "type": "MANAGER" + } +]
\ No newline at end of file |