Commit Graph

34 Commits

Author SHA1 Message Date
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
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
NMerz
de0bd51eaf Basic ListAdd Lambda
Create a basic list adding Lambda.

NOTE: This does not include the following which are still needed:
1) Permanent DB Setup
2) Better RDS access control with security groups
3) Proper input parameters for the List add Lambda
2020-09-26 16:53:44 -04:00
NMerz
bbe0daff43 Allow multiple method creation
A resource should be able to accept multiple methods
2020-09-26 11:15:06 -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
Clayton Wilson
e8dad9e03b Remove ListifyFrontend folder 2020-09-24 16:17:13 -04:00
Clayton Wilson
59be164f96 Merge remote-tracking branch 'origin/master' into search-button 2020-09-24 16:15:08 -04:00
392661cd6b
Merge pull request #5 from ClaytonWWilson/aaron-branch
Removed the unnecessary ListifyFrontend folder
2020-09-24 16:13:37 -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
5465e72b67
Delete modules.xml 2020-09-21 14:49:12 -07:00
DreamCoder23
ef90d31eea
Merge pull request #1 from ClaytonWWilson/aaron-branch
aaron-branch
2020-09-21 14:42:40 -07: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
NMerz
34ed7358c5 Port tooling and increase durability 2020-09-20 23:33:55 -04:00
NMerz
74eeb2a09d Start Lambda connection infrastructure 2020-09-20 23:33:36 -04: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
Nathan Merz
330f7a7ecb
Merge pull request #3 from ClaytonWWilson/name-change
Rename client to Listify
2020-09-20 12:31:57 -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
be0e8d8a99
Merge pull request #2 from ClaytonWWilson/init-frontend2
Init frontend2
2020-09-18 18:39:19 -04:00
Clayton Wilson
2a8ddff82a Change to api level 28 2020-09-18 18:37:18 -04:00
Clayton Wilson
5e026d9096 Init frontend with hamburger menu 2020-09-18 17:30:09 -04:00
Aaron Sun
e56f96340d Can transition between multiple pages 2020-09-18 11:23:59 -07:00
Aaron Sun
49e4730cb4 Added UI for Sign Up and Log In pages 2020-09-17 13:37:01 -07:00
Aaron Sun
69eb456939 Added Android Studio Project for the frontend 2020-09-15 21:42:52 -07:00
Clayton Wilson
41fd4de60e
Initial commit 2020-09-14 21:50:38 -04:00