Skip to content

Instantly share code, notes, and snippets.

@gacarrillor
Last active October 1, 2021 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gacarrillor/160720064e86edfa1032ea338d1f37cf to your computer and use it in GitHub Desktop.
Save gacarrillor/160720064e86edfa1032ea338d1f37cf to your computer and use it in GitHub Desktop.
Revisión Refactor Wizards (15.07.21)
  • Remover UIs (y clases) anteriores (ej. valuation) (dejar los de building_unitqualification_valuation.ui)

  • Reutilizar select_source.ui en wizard de puntos.

  • Mover wizard_constants.py a config/

  • Llevar EnumFeatureSelectionType a enums.py

  • Cambiar "Refactor" por "Refactor_fields".

  • Cambiar nombre EnumOptionType.

  • Heredar vistas? (o mejor no heredar, ej. ParcelView no está heredando de nada).

  • model->interfaces.py (YP no recuerda si se está usando, mirará si se puede quitar).

  • model->observer.py (YP dice que al pasar a señales, esta seguramente dejaría de tener sentido).

  • Agregar documentación de clases en el código fuente.

  • Agregar documentación de desarrollo (.md con diagramas Model-->View-->Controller) a dev-docs.

  • Documentar cómo hacer un wizard espacial y subirlo a dev-docs/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment