diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 21:55:57 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 21:55:57 -0400 |
commit | 3f8a523dbbfcbfed875adc383d91ef6143b651cb (patch) | |
tree | 5b05c242f7468832d36f888ad8e4fa554887de5b /ufund-api/data | |
parent | 13c0042f9c6e130a061cbb448cff6bcd9e8ab5e6 (diff) | |
parent | d1b7b81cbedc673cf6f52ac5745438f95083b78e (diff) | |
download | JellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.tar.gz JellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.tar.bz2 JellySolutions-3f8a523dbbfcbfed875adc383d91ef6143b651cb.zip |
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b-jellysolutions
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 |