Commit Graph

12 Commits

Author SHA1 Message Date
Adam Ding
56ab66a3fc Uncommented code to allow merge, in ListGetter and List 2020-11-30 19:11:17 -05:00
Adam Ding
bf1b0e0a98 Mocked List Adder 2020-11-30 16:42:50 -05:00
Nathan Merz
e3d0b639c3
Merge branch 'master' into list-renaming 2020-11-20 15:56:57 -05:00
Nathan Merz
f84bc2014d
Merge branch 'master' into intra-list-ordering 2020-11-20 15:54:21 -05:00
NMerz
616caa1e10 List renaming
Added list reanming through a ListPUT lambda. Potentially could be used to alter other List aspects in the future.

Also renamed itemID to listID for semantic unity
2020-11-15 17:55:25 -05:00
Aaron Sun
5f14d24625 Wrote the Lambdas API for getting and deleting list sharees -- testing still needed 2020-11-15 12:04:04 -08:00
NMerz
421fceb364 Store uiPosition
This will later be changeable and can then be used to sort lists received by the UI controller
2020-11-14 15:55:29 -05:00
NMerz
9c9da446ef Make shared info avlaible for lists 2020-11-01 12:00:50 -05:00
NMerz
508818c700 Lambda unit test infrastructure
Unit test infrastructure for testing GET and POST Lambdas
2020-10-08 18:34:06 -04:00
NMerz
81b4673766 Lamdba Integration
Test Lamdbas with full pipeline of client through database
2020-10-03 23:00:19 -04:00
NMerz
1f361cf401 Finish V1 of List and Item Lambdas
List and Item Lambdas and client calls should be roughly finished (pending full testing once databse config is done).
2020-10-03 18:35:27 -04:00
NMerz
f107ab023d GET strcuture
Build out infrastructure for get requests (along with the first couple).

This includes changing the request engine from Volley to OKHTTP due to issues get Volley's callbacks to call back.
2020-10-03 17:37:46 -04:00