mirror of
https://github.com/cheveguerra/Colaborando.git
synced 2026-08-19 00:46:37 +00:00
96fee5ccd3
* **Alineación de Departamentos:** Se fijó la altura (38px) de la celda de habilidad especial en el tablero y se restauró el tamaño de letra original (14px) con un line-height controlado (1.2) para evitar desfases de altura cuando el texto ocupa dos líneas sin perder legibilidad.
16 lines
921 B
Markdown
16 lines
921 B
Markdown
- [x] Implement resource subtraction, maintenance payment, and project discarding in `resumen.php`
|
|
- [x] Add `parseMantenimiento` helper function
|
|
- [x] Add `pagarMantenimientoProyecto` function
|
|
- [x] Add `desecharProyecto` function with accumulated general check
|
|
- [x] Modify `crearTarjetaProyecto` to show action buttons on active projects at end of trimester
|
|
- [x] Filter paid projects in `actualizarResumenUI`
|
|
- [x] Bind event delegation for the buttons
|
|
- [x] Implement board rendering updates in `jsCode.js`
|
|
- [x] Define `limpiaProyectoGrande` function
|
|
- [x] Filter `proyectosEnTablero` in `continuamos` based on `mantenimientoPagadoEnTrimestre`
|
|
- [x] Adjust project grande loading in `continuamos` to respect maintenance payment
|
|
- [x] Verify functionality
|
|
- [x] Test paying maintenance
|
|
- [x] Test discarding project with check for sufficient accumulated funds
|
|
- [x] Test quincena transitions
|