Giter VIP home page Giter VIP logo

barber's Introduction

A management software for any beauty center or hairdresser that must be able to manage reservations and product orders in a few clicks.

barber's People

Contributors

andreab-git avatar padowla avatar

barber's Issues

PARAMETRI DB PER PRODUCT

Settare showcase a 1 e deleted = 0 di default??
Mettere come chiave unique il nome del prodotto? Anche se case sensitive

[ZAMBRO] GRAVE PROBLEMA DATABASE

Avendo fatto 3 tabelle distinte, per DIPENDENTE,AMMINISTRATORE e CLIENTE, quando cancello un UTENTE cancello in cascata anche la riga nella relativa tabella che specifica cosa era quell utente. Ma quando cancello un DIPENDENTE ad esempio rimane la riga "zombie" nella tabella UTENTE, stessa cosa se si prova a cancellare AMMINISTRATORE o CLIENTE direttamente. Questo deriva dal non avere usato i flag.

O si scrivono i trigger tali che cancellato un dipendente si cancelli anche la rispettiva riga nella tabella utente,altrimenti bisogna passare alle flag, OPPURE a livello applicativo bisogna fare in modo di non operare MAI in modo diretto sulle tabelle ADMIN,DIPENDENTE,CLIENTE ma passare sempre prima per la tabellla UTENTE @Andreab-git

[ZAMBRO] Progetto Rubrica session.delete(null) WTF

  if (user == null || !user.getPassword().equals(password)) {
    sessionUserDAO.delete(null); <<<<<<<<< passo sempre null? Perchè nella definizione del metodo ci sta allora USer loggedUser a cosa serve?????????????????
    applicationMessage = "Username e password errati!";
    loggedUser=null;
  } else {
    loggedUser = sessionUserDAO.create(user.getUserId(), null,null, user.getFirstname(), user.getSurname(),null);
  }

Modifica ModelObject

Inserire come oggetto USER all'interno di Cliente, Dipendente e Amministratore.
E verificare la cosa anche con le altre relazioni 1 a N ed N a M

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.