10 Quality Requirements - maex0/SoftwareQualityWithCats GitHub Wiki

Quality Szenarios

Quality goal Quality Description
Maintenability Maintenance & Repair The developer can easily understand the code and make changes. For example when the developer wants to add a new API Method he can read and extend the Backend API description of the Building Block View to understand the currenct backend functionalities.
Functionality Correctness The application should correctly display cat images and allow users to like and unlike images. The application should also correctly fetch new cat images from TheCatAPI and save them to the database if the user likes a image.