Project

General

Profile

Actions

Feature #1574

open

Task 13897: Información para calendario

Added by Raúl Barroso about 2 months ago. Updated 4 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Start date:
04/10/2026
Due date:
% Done:

0%

Estimated time:
150:00 h (Total: 400:00 h)

Description

Se implementará un calendario integral que permita gestionar y visualizar, de forma centralizada, las vistas, reuniones y otros
eventos importantes. Como parte de esta tarea, se configurarán notificaciones a las partes mediante correo electrónico, que
incluirán enlaces para confirmar citaciones y/o puntos importantes, y se habilitará la confirmación desde dichos enlaces

DevOps


Subtasks 3 (3 open0 closed)

Feature #1575: Reservación y disponibilidad de salasIn ProgressJorge Pacheco04/10/2026

Actions
Feature #1576: Tipos de eventos y monitoreoIn ProgressJorge Pacheco04/10/2026

Actions
Feature #1577: Disponibilidad de jueces y sustitucionesIn ProgressJorge Pacheco04/10/2026

Actions
Actions #1

Updated by Raúl Barroso about 2 months ago

  • Subtask #1575 added
Actions #2

Updated by Raúl Barroso about 2 months ago

  • Subtask #1576 added
Actions #3

Updated by Raúl Barroso about 2 months ago

  • Subtask #1577 added
Actions #4

Updated by Estefany Santiago Trinidad about 2 months ago

  • Estimated time set to 150:00 h
Actions #5

Updated by Estefany Santiago Trinidad about 2 months ago

  • Assignee set to Jorge Pacheco
  • Target version changed from TS | Propuesta | Jun-10-2026 to TS | Propuesta | Jun- 03-2026

Discutir con Edwin y Raul antes de empezar.

Actions #6

Updated by Jorge Pacheco about 2 months ago

  • Status changed from Not Started to In Progress
Actions #7

Updated by Kenneth Williams Garcia 14 days ago

sql
INSERT INTO catalogValues 
(
	catalogValueCode, 
	catalogValueDescription, 
	catalogTypeCode, 
	catalogTypeDescription, 
	dateCreated, 
	isDeleted, 
	isLocked
)
VALUES 
(
	dbo.getNewCatalogValueCode(),
	'Eventos Especiales',
	42,
	'privilegeCategory',
	GETDATE(),
	0,
	1
);

Actions #8

Updated by Kenneth Williams Garcia 14 days ago

INSERT INTO catalogValues 
(
	catalogValueCode, 
	catalogValueDescription, 
	catalogTypeCode, 
	catalogTypeDescription, 
	dateCreated, 
	isDeleted, 
	isLocked
)
VALUES 
(
	dbo.getNewCatalogValueCode(),
	'Eventos Especiales',
	42,
	'privilegeCategory',
	GETDATE(),
	0,
	1
);

Actions #9

Updated by Kenneth Williams Garcia 14 days ago

INSERT INTO [privileges]
(categoryCode, actionCode, privilegeCode, dateCreated)
VALUES
(
	888,
	253,
	125,
	GETDATE()
),
(
	888,
	217,
	126,
	GETDATE()
),
(
	888,
	216,
	127,
	GETDATE()
),
(
	888,
	215,
	128,
	GETDATE()
);
Actions #10

Updated by Estefany Santiago Trinidad 4 days ago

  • Target version changed from TS | Propuesta | Jun- 03-2026 to TS | Propuesta | Jun-10-2026
Actions

Also available in: Atom PDF