This repository is for a an application where food ingredients at hand are sent to the software that calls OpenAI API to retrieve recipe suggestions for those ingredients. Documentation for API endpoints can be found here.
The recipe tab is by University of Helsinki students for the software engineering project course and the rest of the tabs are made by another team.
The requirement has been analyzed (acceptance criteria created), planned (divided into technical tasks), programmed, tested with tests that bring value (with minimum coverage of 80%), testing automated (CI-pipeline), documented (with Readme file) and merged into main production branch.
The backlog is set to private according to customer's wishes.
The program is tested with unit tests to test that all the functions work properly and with integration tests to see that the widgets work properly with the logic.
Integration tests can be run from the test directory with the command flutter test integration_test