Aaron Sun
d293864d04
Fixing List UI-API connection v.1
2020-10-08 15:34:10 -07:00
NMerz
508818c700
Lambda unit test infrastructure
...
Unit test infrastructure for testing GET and POST Lambdas
2020-10-08 18:34:06 -04:00
Clayton Wilson
762e7907b8
Connect search, lists, and itemDetails to db with hardcoded user
2020-10-08 18:03:06 -04:00
Clayton Wilson
c5bb117136
User delete lambda
2020-10-08 17:49:50 -04:00
NMerz
3feb8a4317
Shift ItemEntry columns for listID
...
listID is in column 1
2020-10-08 17:08:10 -04:00
Clayton Wilson
925a249b4c
user delete debugging
2020-10-08 12:34:14 -04:00
Aaron Sun
2d80ff2282
Connected List UI with API
2020-10-07 21:21:59 -07:00
fad60c6b90
Merge pull request #42 from ClaytonWWilson/hamburger-menu-additions
...
Hamburger menu additions
2020-10-07 22:06:04 -04:00
Clayton Wilson
bdaeb94daf
Add create list dialog to various buttons
2020-10-07 21:59:23 -04:00
55f8cf60d2
Merge branch 'master' into hamburger-menu-additions
2020-10-07 21:08:44 -04:00
053992f909
Merge pull request #33 from ClaytonWWilson/item-details-page
...
Item details page
2020-10-07 20:57:29 -04:00
NMerz
c9751d4f95
Add Core Lambda Unit tests
2020-10-07 00:04:17 -04:00
Nathan Merz
0ef75e3461
Merge pull request #38 from ClaytonWWilson/ClientLambdas
...
Item Search
2020-10-06 21:55:37 -04:00
NMerz
a43776e5dc
Enforce schema matching
...
Ensure all Lambdas and tests follow the current db schema
2020-10-06 21:54:04 -04:00
NMerz
56c9a3f99d
Switch to millis for times
...
There are issues with the serialization of the time objects since the constructors are not public. Passing times around in milliseconds avoid them.
2020-10-06 21:39:23 -04:00
DreamCoder23
6b3a645b4a
Merge pull request #40 from ClaytonWWilson/master
...
Merge pull request #39 from ClaytonWWilson/aaron-branch
2020-10-06 18:37:24 -07:00
DreamCoder23
da14953daf
Merge pull request #39 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-06 18:36:52 -07:00
Aaron Sun
dcea8aa58e
Can now remove items from list
2020-10-06 18:36:14 -07:00
Aaron Sun
94e636f1d5
Can now change quantity of items
2020-10-06 14:39:21 -07:00
NMerz
68051fdaca
Item Search V1
...
Still needs testing.
2020-10-05 22:54:43 -04:00
DreamCoder23
366f347e03
Merge pull request #37 from ClaytonWWilson/master
...
Merge pull request #36 from ClaytonWWilson/aaron-branch
2020-10-05 19:38:14 -07:00
DreamCoder23
abe0328f96
Merge pull request #36 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-05 19:37:48 -07:00
Aaron Sun
d5cd854dc9
Merge remote-tracking branch 'origin/master' into aaron-branch
2020-10-05 19:37:10 -07:00
Nathan Merz
92c9108f90
Merge pull request #30 from ClaytonWWilson/ClientLambdas
...
Client lambdas
2020-10-05 22:30:24 -04:00
NMerz
c96a40f0df
Disable examples
...
Examples should be disabled by default
2020-10-05 22:30:12 -04:00
NMerz
8c526d3b8d
SignOut and forced signout on delete
...
Added signout functionality and forced signout on delete.
2020-10-05 22:27:24 -04:00
DreamCoder23
59764eb41b
Merge pull request #35 from ClaytonWWilson/master
...
Merge pull request #34 from ClaytonWWilson/aaron-branch
2020-10-05 19:07:42 -07:00
DreamCoder23
ce24e2861c
Merge pull request #34 from ClaytonWWilson/aaron-branch
...
Aaron branch
2020-10-05 19:07:03 -07:00
Aaron Sun
9f992ee8ee
Merge remote-tracking branch 'origin/master' into aaron-branch
2020-10-05 19:06:29 -07:00
Clayton Wilson
c2bac194f8
Remove auto-generated Android Studio files
2020-10-05 21:58:04 -04:00
NMerz
e0fa35bb45
Merge branch 'aaron-branch' into ClientLambdas
2020-10-05 21:52:20 -04:00
b16f0ce413
Merge branch 'master' into item-details-page
2020-10-05 21:51:23 -04:00
Clayton Wilson
ea9eabd398
Create-new-list dialog added to item details page
2020-10-05 21:49:21 -04:00
Clayton Wilson
5fe666fbbb
Add-to-list dialog and functionality on item details page
2020-10-05 21:24:50 -04:00
Adam Ding
99cb715500
Merge pull request #32 from ClaytonWWilson/Krogger-Auth-Token
...
Krogger auth token
2020-10-05 20:13:19 -04:00
Clayton Wilson
12bee4c48c
Add floating action button to lists fragment
2020-10-05 19:57:39 -04:00
NMerz
fe846fb81f
Delete Lambda prototype
...
Prototype the User DELETE lambda. Amplify does not include this functionality, so putting it in a Lambda with the fine-grained API. This currently does not invalidate outstanding tokens nor does it clean up the database.
@claytonwwilson You will want to add the clean up code instead of the deleted stuff in UserDeleter
2020-10-05 12:29:28 -04:00
Clayton Wilson
dd13995ffe
Fix bug in search results sorting
2020-10-04 21:17:02 -04:00
4a1bab2001
Display users lists
2020-10-04 19:48:00 -04:00
Adam Ding
cfa558bb34
Removed main method out of file
2020-10-04 15:48:22 -04:00
Adam Ding
4636a1b419
Added get function to get Krogger Auth token
2020-10-04 15:45:21 -04:00
64d4fb0192
Fix search results not filtering by store selection
2020-10-04 00:47:27 -04:00
afe15703ee
Adapter and ShoppingList class for displaying shopping lists
2020-10-04 00:13:31 -04:00
NMerz
1907dc6ce5
Merge branch 'master' into ClientLambdas
2020-10-03 23:05:26 -04:00
NMerz
81b4673766
Lamdba Integration
...
Test Lamdbas with full pipeline of client through database
2020-10-03 23:00:19 -04:00
b269bc6e78
Item details layout
2020-10-03 21:50:21 -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
790d935e40
Layout for item details page
2020-10-03 17:48:28 -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
b951983112
Fix for long titles on search results
2020-10-03 16:52:11 -04:00