This branch combines/integrates the user, HealthKit, medication, and nutrition backend functionalities with their respective frontend Swift pages into one. After resolving the merge conflicts between the three branches, I ran the Vapor backend locally and tested the endpoints accessible within the app. I also ran it through the simulator via Xcode, and manually tested it.
Here are some observations:
Signup and login work as expected.
Searching for a specific nutrition item (i.e. Apple) works as expected.
Selecting Ibuprofen, Aspirin, and Cialis and attempting to find conflicts returns {} both in the app and locally via curl. I don't know if this is intended or due to merging issues.
Navigation works well and the logout button works too.
I think it would be great if before merging this branch, a couple people pull this branch and test it locally to see if their work and changes have been merged correctly.
This branch combines/integrates the user, HealthKit, medication, and nutrition backend functionalities with their respective frontend Swift pages into one. After resolving the merge conflicts between the three branches, I ran the Vapor backend locally and tested the endpoints accessible within the app. I also ran it through the simulator via Xcode, and manually tested it.
Here are some observations:
I think it would be great if before merging this branch, a couple people pull this branch and test it locally to see if their work and changes have been merged correctly.