Skip to content

16arpi/Menus

Repository files navigation

Let's diner !

Android application to organise menus and shopping list.

./assets/preview.png

Features

Menus' calendar

For each day of the next weeks, plan the meals and desserts you want to cook. They can come your cookbook or they can be created directly. Once meals are added, an option allows to add all their ingredients to the shopping list.

Cookbook

Exploration section of all your recipes. See the details of your recipes or edit them.

The ingredients of the recipes use generic products shared among all the recipes. It allows the app to easily create a clean and simple shopping list.

Shopping list

Users can add their menus to the shopping list. Similar products are gathered together to avoid duplicates.

Development steps

  • Data
    • Data structure
      • Database
      • Entity for recipes
      • Entity for meals' calendar
      • Entity for shopping list items
      • Class for gathered shopping list items
      • Entity for products
      • Entity for products inventory
    • Data manipulation
      • Calendar's recipes ingredients => shopping list
    • Usage of LiveData for database objects
  • Interface
    • Calendar
    • Cookbook
    • Shopping list
    • Products
    • Inventory
  • Other features
    • Export recipes
    • Import recipes
  • Langages
    • English
    • French

Products

To add ingredients in a recipe, user needs to choose or create the related product using the ad hoc interface. This feeds a product batabase shared among all the recipes. The advantage of this system is to merge similar products and thus, them to group themselves in the shopping list.

Inventaire (en projet)

L'inventaire repertorirait les ingrédients/produits achetés. Deux moyens sont envisagés pour founir cet inventaire :

  • lors du check d'un ingrédient/produit dans la liste des courses : l'appli demanderait une date de péremption et/ou ajouterait le produit à l'inventaire.
  • après chaque course, l'utilisateur serait chargé de scanner ses produits, lier les achats scannés à un produit archivé (si cela n'a pas encore été fait) et le tout serait ajouté à l'inventaire.

Par la suite, la page de l'inventaire offrirait les fonctionnalités suivantes :

  • la mise à jour des produits de l'inventaire
  • les produits qui perimeront très rapidement
  • les recettes les plus adaptées pour les produits disponibles

About

Android application to organise menus and shopping list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages