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
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
b498220d9f
Fixed search results not being cleared after new search
2020-10-03 01:34:26 -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
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