diff options
author | benal01 <bja4245@rit.edu> | 2025-03-04 09:43:37 -0500 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-04 09:43:37 -0500 |
commit | ab7aa87d3a6249352a14b5a9c3c3c9e08577657f (patch) | |
tree | 5cef39580ad1b6d8d5ca815ccf11549a76198e56 /ufund-api | |
parent | 8e93fe31c81c4c36e66c48e7efcdbfedb1877385 (diff) | |
download | JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.tar.gz JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.tar.bz2 JellySolutions-ab7aa87d3a6249352a14b5a9c3c3c9e08577657f.zip |
cupboard component form creation and interfacing with the controller
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/data/cupboard.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index bb7ec03..325371d 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1,3 +1 @@ -[ - {"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0} -]
\ No newline at end of file +[{"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0},{"name":"Test","id":2,"maxGoal":100.0,"type":"PHYSICAL","filterAttributes":null,"Current":0.0},{"name":"e","id":3,"maxGoal":3.0,"type":"MONETARY","filterAttributes":[],"Current":0.0}]
\ No newline at end of file |