Commit Graph

37 Commits

Author SHA1 Message Date
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
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
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
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
Aaron Sun
a013a75924 Connected auth API to UI 2020-10-02 20:00:52 -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
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
Aaron Sun
1b8c08bb62 Added Code page and restructured the button flow 2020-09-30 17:37:35 -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
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
Clayton Wilson
c30819535b Added Glide library to handle image downloads 2020-09-25 16:04:41 -04:00
Clayton Wilson
dab57c1394 Search page displays item list view with hardcoded results 2020-09-24 20:45:09 -04:00
baf32d31c4
Merge branch 'master' into search-button 2020-09-24 16:08:50 -04:00
Clayton Wilson
9449b9a350 Cleaning up code and comments 2020-09-24 15:52:15 -04:00
Clayton Wilson
af2bc752a5 Search button functionality 2020-09-24 15:11:11 -04:00
Clayton Wilson
c948444f73 Search button layout 2020-09-24 13:03:40 -04:00
DreamCoder23
a395f9d8b4
Merge branch 'master' into aaron-branch 2020-09-21 14:42:27 -07:00
Aaron Sun
b134fb98bf Got the home page working on the new template 2020-09-21 13:27:33 -07:00
Aaron Sun
701f26d361 Incorporated my original code into that of the new template 2020-09-20 15:51:44 -07:00
Aaron Sun
cc965fba4a Updated initial project template 2020-09-20 15:10:17 -07:00
NMerz
f576307e0a Set up initial Lambda sturucture with Cognito
Create demo Lambda/Gateway pair with Cognito integration
2020-09-20 16:26:13 -04:00
NMerz
2b1ecbadef Finish conversion to synchronized methods
Finished setting callbacks and made waiting volatile so cached value is not used across threads.
2020-09-20 10:38:08 -04:00
NMerz
63d06b46c2 auth skeleton
Include Amplify SDK, test basic auth functions, and setup framework for internal, synchronous interface.
2020-09-19 15:01:21 -04:00
NMerz
ae2fcab704 Rename client to Listify
All client references should have the app name for consistency and to make sure builds work correctly.
2020-09-19 13:27:42 -04:00