All notable changes to this project will be documented in this file.
v1.0.0 - 26/05/2024
- New custom profile page
- Report system
- Rating system
- Chefs can now edit and delete their meals
- Meals now only load on the main page if needed
- Improved feedback, using loading indicators and snackbar messages
- Design rework
- Fixed a lot of bugs, the the complete list can be seen on the release page
v0.3.0 - 03/05/2024
- New custom login/register page
Screenrecorder-2024-05-03-09-42-13-370.mp4
- Users can now chat with chefs
Screenrecorder-2024-05-03-09-45-53-567.mp4
v0.2.0 - 19/04/2024
- Users can now click on each meal to view more details about it, like description, ingredients and images.
Screenrecorder-2024-04-19-09-56-44-799.mov
- On the meal page, users can click on the images to see a gallery view of all the images.
Screenrecorder-2024-04-19-09-56-57-932.mp4
- On the home page, users can search for specific meals by their name or chef.
Screenrecorder-2024-04-19-09-57-33-590.mp4
- On the search bar, users can filter for their favorite ingredients.
Screenrecorder-2024-04-19-09-57-50-911.mp4
- On the search bar, users can filter for their favorite chef.
Screenrecorder-2024-04-19-09-58-43-939.mp4
- On the search bar, users can filter items that are outside of their price range.
Screenrecorder-2024-04-19-09-59-00-877.mp4
- The app was crashing when the price of an item was a whole number without decimal places
- There were no trailing zeros, for example, 5,80€ were being displayed as 5,8€.