Commit Graph

83 Commits

Author SHA1 Message Date
Adam Ding
797d657632 Added function to get product id's 2020-10-06 20:04:48 -04: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
NMerz
e0fa35bb45 Merge branch 'aaron-branch' into ClientLambdas 2020-10-05 21:52:20 -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
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
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
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
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
DreamCoder23
6051be68d8
Merge pull request #29 from ClaytonWWilson/master
Merge pull request #28 from ClaytonWWilson/aaron-branch
2020-10-03 13:29:22 -07:00
DreamCoder23
27f22a9724
Merge pull request #28 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-03 13:28:52 -07:00
Aaron Sun
9228f6876a Able to display List page 2020-10-03 13:28:13 -07:00
NMerz
69572b3a1f Generify endpoint groups as IntelliJ Modules
This allows them to be built sperately decreasing JAR size and also creates a better structure for generic service functions and business logic.
2020-10-03 11:22:35 -04:00
DreamCoder23
387afc9670
Merge pull request #27 from ClaytonWWilson/master
Merge pull request #26 from ClaytonWWilson/aaron-branch
2020-10-02 20:02:34 -07:00
DreamCoder23
c0c2d599f8
Merge pull request #26 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-02 20:01:38 -07:00
Aaron Sun
a013a75924 Connected auth API to UI 2020-10-02 20:00:52 -07:00
DreamCoder23
fb7fb9b98f
Merge pull request #25 from ClaytonWWilson/master
Get latest version from master (added List UI page)
2020-10-01 12:57:49 -07:00
DreamCoder23
47dab12c24
Merge pull request #24 from ClaytonWWilson/aaron-branch
Aaron branch
2020-10-01 12:54:54 -07:00
Aaron Sun
d9f1130c97 Added List UI page 2020-10-01 12:54:10 -07:00
dff6c9deb3
Merge pull request #23 from ClaytonWWilson/display-search-results
Display search results
2020-10-01 15:45:34 -04:00
Clayton Wilson
2119b63696 Merge remote-tracking branch 'origin/master' into display-search-results 2020-10-01 15:43:05 -04:00
Clayton Wilson
ef2a58d23f Layout for sort and filter dialog on search results page 2020-10-01 15:34:34 -04:00
DreamCoder23
68524fbc76
Added Code page and restructured the button flow
Added Code page and restructured the button flow
2020-09-30 17:41:58 -07:00
DreamCoder23
5f05c8bc26
Merge pull request #21 from ClaytonWWilson/aaron-branch
Added Code page and restructured the button flow
2020-09-30 17:41:19 -07:00
Aaron Sun
1b8c08bb62 Added Code page and restructured the button flow 2020-09-30 17:37:35 -07:00
DreamCoder23
fcbec9617b
Added Forgot Password and Reset Password pages
Added Forgot Password and Reset Password pages
2020-09-30 11:58:46 -07:00
DreamCoder23
bfaa757d49
Added Forgot Password and Reset Password pages
Added Forgot Password and Reset Password pages
2020-09-30 11:57:55 -07:00
Aaron Sun
b4fdf3cdb8 Added Forgot Password and Reset Password pages 2020-09-30 11:56:29 -07:00
Clayton Wilson
550483a708 Dialog for sorting search results 2020-09-29 12:53:31 -04:00
DreamCoder23
a5d1319494
Merge pull request #18 from ClaytonWWilson/master
Merge pull request #17 from ClaytonWWilson/aaron-branch
2020-09-28 17:09:21 -07:00
DreamCoder23
d71f51ae6f
Merge pull request #17 from ClaytonWWilson/aaron-branch
Merge pull request #16 from ClaytonWWilson/master
2020-09-28 17:08:08 -07:00
DreamCoder23
d5ff2392bb
Merge pull request #16 from ClaytonWWilson/master
Merge pull request #15 from ClaytonWWilson/aaron-branch
2020-09-28 17:06:16 -07:00
DreamCoder23
0bd3367dbb
Merge pull request #15 from ClaytonWWilson/aaron-branch
Merged the latest version on master with my code
2020-09-28 17:02:53 -07:00
Aaron Sun
28b916c326 Merge remote-tracking branch 'origin/master' into aaron-branch 2020-09-28 10:37:39 -07:00
Nathan Merz
da08442c60
Merge pull request #8 from ClaytonWWilson/ListLambdas
Client-API client infrastructure with the ListPOST Lambda as a demo
2020-09-27 11:57:09 -04:00
Nathan Merz
2cdfcc4c5c
Merge branch 'master' into ListLambdas 2020-09-27 11:56:27 -04:00
Nathan Merz
50195458b2
Merge pull request #7 from ClaytonWWilson/lambda-base
Lambda base
2020-09-27 11:54:48 -04:00
NMerz
2c9334ee9e Client API connection infrastructure
Create the infrastructure for the client to connect to API gateway in a generic manner. Tested with the ListPOST lambda.
2020-09-27 11:54:26 -04:00
Clayton Wilson
9d41a3078c Search results layout fixes and list sorting function 2020-09-26 22:56:22 -04:00
NMerz
a97caebd04 Merge branch 'display-search-results' into ListLambdas 2020-09-26 17:40:21 -04:00
Nathan Merz
113cc83975
Merge pull request #9 from ClaytonWWilson/search-button
Merge current UI work into leading backend branch
2020-09-26 17:00:15 -04:00