Giter Site home page Giter Site logo

glouglou's Introduction

GlouGlou

A vine cellar management application

Features

  • Fetch a list of wines from an api
  • Store a list of wines in localStorage
  • Create a new wine locally
  • Display wine's informations
  • Remove a wine locally created
  • Scan a QRCode and show the wine related to it
  • Set an url to fetch the wines on
  • Multiples themes availables

Data model

For now, the app represents a single wine cellar containing multiples wines. A vine batch present itself like this :

{
  "id": 1,
  "bottleCount" : 5000,
  "country" : "Va-t-y quand ?",
  "dateAdded" : 1558001469770,
  "name" : "Chat tout neuf du Pape",
  "year" : 1404,
  "vineYard" : "Vignoble personnage"
}

glouglou's People

Contributors

dependabot[bot] avatar quentinnev avatar

Watchers

 avatar

glouglou's Issues

Wine fields names not correct

To develop app from home, I needed to make my own migration. The mwb couldn't be used because I had a different version of MySQL Workbench so the fields names wasn't the same.

Evaluation: Mes vins préférés

L'utilisateur peut noter un vin (de zéro à 5 étoiles)
Il peut consulter la liste de ses vins préférés (3 étoiles et plus)
Il y a une page 'Urgence': elle liste tous les vins 'préférés' dont le stock est inférieur à un seuil d'alerte configurable dans les préférences
Le bouton d'accès à cette page porte une pastille indiquant le nombre de vins que l'on va y trouver

Bindings not working

When we update variables bound to view with [(ngModel)], the view doesn't automatically update on value change. But it will when the values are updated a second time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.