Skip to content

Commit

Permalink
Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
autosquash committed Jan 4, 2024
1 parent c2cb9b4 commit 2f27b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modelo/modelo.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ struct Encargos;
/*
* Contabiliza el numero de pizzas servidas y preparadas de un determinado tipo.
* Una vez servidas se descuentan de las preparadas.
* TODO: crear un unico constructor y metodos explicitos para evitar confusion
* entre preparadas y servidas.
* # TODO: crear un unico constructor y metodos explicitos para evitar
* confusion entre preparadas y servidas.
*/
struct Contadores {
int servidas = 0;
Expand Down
2 changes: 2 additions & 0 deletions src/vista/vista.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ void Vista::_actualizar_paneles(
PanelesCompletos &paneles_completos, //
const EstadoPreparacionPizzas &preparacion //
) {
// TODO: diferenciar entre actualizacion de datos y dibujado
// TODO: usar el sistema nativo de dibujo de SFML.
paneles_completos.dibujar(ventana, preparacion);
}

Expand Down

0 comments on commit 2f27b13

Please sign in to comment.